-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 988 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
36
37
38
39
{
"name": "yihua-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"json-server": "json-server DB/data.json --watch",
"static": "cd ./mystatic && node app.js"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-sql": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.0",
"axios": "^1.1.3",
"element-plus": "^2.2.20",
"fast-glob": "^3.2.12",
"godb": "^0.6.2",
"lodash": "^4.17.21",
"normalize": "^0.3.1",
"normalize.css": "^8.0.1",
"sass": "^1.56.1",
"vue": "^3.2.41",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.0.13",
"vuedraggable": "^4.0.3",
"vuex": "^4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"json-server": "^0.17.1",
"sass-loader": "^13.1.0",
"vite": "^3.2.3",
"vite-plugin-svg-icons": "^2.0.1"
}
}