-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
35 lines (35 loc) · 868 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": "dazhengtools",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-dev": "vite build --mode development",
"preview": "vite preview"
},
"dependencies": {
"@analytics/google-analytics": "^1.0.7",
"@element-plus/icons-vue": "^2.3.1",
"analytics": "^0.8.14",
"crypto-js": "^4.2.0",
"element-plus": "^2.8.4",
"flag-icons": "^7.2.3",
"jsencrypt": "^3.3.2",
"pinia": "^2.2.4",
"sm-crypto": "^0.3.13",
"vue": "^3.4.29",
"vue-i18n": "^9.14.1",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.3.1"
}
}