-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 900 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "hbr-axletool-vue",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write src/"
},
"dependencies": {
"@adamdehaven/vue-custom-tooltip": "^2.6.0",
"@vueform/multiselect": "^2.6.11",
"@vueuse/core": "^12.3.0",
"axios": "^1.7.9",
"dom-to-image-more": "^3.5.0",
"floating-vue": "^5.2.2",
"hbr-axletool-vue": "file:",
"lz-string": "^1.5.0",
"piexifjs": "^1.0.4",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^4.0.2",
"vue": "^3.4.29",
"vue-loading-overlay": "6.0",
"vue-slider-component": "^4.1.0-beta.7",
"vue3-toastify": "^0.2.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"prettier": "^3.3.3",
"vite": "^5.4.14",
"vite-plugin-vue-devtools": "^7.3.1"
}
}