-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "niu",
"productName": "NIU",
"private": true,
"version": "0.0.0",
"main": "dist-electron/main.js",
"scripts": {
"dev": "vite",
"build": "vite build && electron-builder",
"preview": "vite preview",
"generate:icons": "npx electron-icon-builder --input icon.png --output build --flatten"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"auto-launch": "^5.0.5",
"vue": "^3.2.45"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"electron": "^22.0.0",
"electron-builder": "^23.6.0",
"element-plus": "^2.2.27",
"gsap": "^3.11.3",
"lodash": "^4.17.21",
"pinia": "^2.0.28",
"pinia-plugin-persistedstate": "^3.0.1",
"postcss": "^8.4.20",
"sass": "^1.57.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.0",
"vite-plugin-electron": "^0.11.1",
"vue-tsc": "^1.0.11"
}
}