-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 827 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 827 Bytes
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
{
"name": "xprocess",
"private": false,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"server": "node server",
"build": "vite build",
"build2": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"start": "pm2 start server/index.js --name=xprocess",
"restart": "pm2 restart xprocess"
},
"dependencies": {
"axios": "^0.27.2",
"change-case": "^4.1.2",
"html-to-image": "^1.9.0",
"leancloud-storage": "^4.13.1",
"lodash": "^4.17.21",
"urllib": "^3.0.4",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@vitejs/plugin-vue": "^2.3.3",
"express": "^4.18.1",
"less": "^4.1.2",
"node-json-db": "^1.6.0",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}