-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 KB
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": "vm.web.ide",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve:admin": "BUILD_TARGET=admin vue-cli-service serve",
"build": "vue-cli-service build",
"build:admin": "BUILD_TARGET=admin vue-cli-service build",
"build:all": "npm run build && npm run build:admin"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@emailjs/browser": "^4.4.1",
"codemirror-editor-vue3": "^2.0.4",
"element-plus": "^2.0.3",
"lucide-vue-next": "^0.539.0",
"mavon-editor": "^3.0.0-beta",
"pdfjs-dist": "2.16.105",
"reconnecting-websocket": "^4.4.0",
"splitpanes": "^4.0.4",
"vscode-icons-js": "^11.6.1",
"vue": "^3.2.13",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}