-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "frontend-naive",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.37"
},
"devDependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/theme-one-dark": "^6.1.0",
"@vicons/antd": "^0.12.0",
"@vicons/ionicons5": "^0.12.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^3.1.0",
"axios": "^1.1.3",
"codemirror": "^6.0.1",
"hccaptcha-vue": "^1.0.1",
"highlight.js": "^11.6.0",
"jszip": "^3.10.1",
"md-editor-v3": "^2.3.0",
"naive-ui": "^2.33.5",
"nprogress": "^0.2.0",
"sass": "^1.55.0",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.1.0",
"vue-codemirror": "^6.1.1",
"vue-recaptcha-v3": "^2.0.1",
"vue-router": "^4.1.6",
"vuex": "^4.1.0",
"vuex-persist": "^3.1.3"
}
}