-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "smart_freezer_vue_ts",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts --fix --ignore-path .gitignore",
"tauri": "tauri"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@element-plus/icons-vue": "^2.0.10",
"@tauri-apps/api": "^1.2.0",
"@vueuse/core": "^9.12.0",
"axios": "^1.3.2",
"echarts": "^5.4.1",
"element-plus": "^2.2.29",
"pinia": "^2.0.30",
"pinia-plugin-persist": "^1.0.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.2",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/reactivity": "^3.2.47",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.24"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}