-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
42
{
"name": "vue-login-demo2",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host --mode development",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.1.5",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.6.0",
"@codemirror/legacy-modes": "^6.3.2",
"@codemirror/state": "6.x",
"@codemirror/theme-one-dark": "^6.1.1",
"@element-plus/icons-vue": "^2.1.0",
"@vue/devtools-api": "^6.5.0",
"ant-design-vue": "^3.2.15",
"axios": "^1.3.4",
"element-plus": "^2.3.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"monaco-yaml": "^4.0.4",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"pinia": "^2.0.33",
"sass": "^1.60.0",
"scss": "^0.2.4",
"unplugin-vue-components": "^0.24.1",
"vue": "^3.2.47",
"vue-codemirror": "^6.1.1",
"vue-lodash": "^2.1.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"vite": "^4.2.0"
}
}