-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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": "datav",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"devtool": "nodemon nodemon.json"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"dtsmake": "^0.0.10",
"echarts": "^5.0.1",
"element-plus": "^1.0.1-beta.27",
"monaco-editor": "^0.22.3",
"reset-css": "^5.0.1",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vue3-draggable-resizable": "git+https://github.com/songyu719/vue3-draggable-resizable.git",
"vuedraggable": "^4.0.1",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"art-template": "^4.13.2",
"copy-webpack-plugin": "^6.0.0",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"monaco-editor-webpack-plugin": "^3.0.0",
"nodemon": "^2.0.7",
"style-resources-loader": "^1.4.1",
"ts-node": "^9.1.1",
"typescript": "~3.9.3"
}
}