-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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": "vite-project",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/lang-css": "^0.20.0",
"@codemirror/lang-html": "^0.20.0",
"@codemirror/lang-javascript": "^0.20.0",
"@codemirror/lang-json": "^0.20.0",
"@codemirror/lang-markdown": "^0.20.1",
"@codemirror/theme-one-dark": "^0.20.0",
"@element-plus/icons-vue": "^2.0.4",
"axios": "^0.27.2",
"custom-sandpack-client": "^0.1.26",
"element-plus": "^2.2.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.33.0",
"normalize.css": "^8.0.1",
"splitpanes": "^3.1.1",
"vue": "^3.2.25",
"vue-codemirror": "^5.0.1",
"vue-router": "^4.0.15",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@vitejs/plugin-vue": "^2.3.3",
"sass": "^1.51.0",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.7.2",
"unplugin-vue-components": "^0.19.5",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}