-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "book-compare",
"version": "0.0.0",
"main": "electron/main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"electron": "wait-on tcp:3000 && cross-env NODE_ENV=development electron .",
"electron:serve": "concurrently -k \"yarn dev\" \"yarn electron\"",
"electron:build": "vite build && electron-builder"
},
"dependencies": {
"@antv/g6": "^4.6.18",
"@element-plus/icons-vue": "^0.2.4",
"@vue/runtime-core": "^3.2.31",
"axios": "^0.26.0",
"cors": "^2.8.5",
"default-passive-events": "^2.0.0",
"diff": "^5.0.0",
"element-plus": "2.0.1",
"express": "^4.17.2",
"lowdb": "^1.0.0",
"mammoth": "^1.4.19",
"ml-kmeans": "^5.0.0",
"node-xlsx": "^0.21.0",
"pinia": "^2.0.11",
"pinyin-pro": "^3.11.0",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"concurrently": "^6.5.1",
"cross-env": "^7.0.3",
"electron": "^16.0.5",
"electron-builder": "^22.14.5",
"vite": "^2.7.2",
"wait-on": "^6.0.0"
}
}