-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
44 lines (44 loc) · 1.04 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
43
44
{
"name": "cc-admin",
"version": "0.0.1",
"description": "cc-admin",
"productName": "cc-admin",
"author": "zhy6599",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "1.9.5",
"axios": "0.21.1",
"codemirror": "5.55.0",
"core-js": "3.6.5",
"echarts": "4.8.0",
"echarts-gl": "1.1.2",
"echarts-liquidfill": "2.0.6",
"echarts-wordcloud": "1.1.3",
"lodash": "4.17.20",
"quasar": "1.14.0",
"three": "^0.136.0",
"vue-draggable-resizable": "2.3.0",
"vuedraggable": "2.23.2"
},
"devDependencies": {
"@quasar/app": "^2.0.8",
"babel-eslint": "^10.1.0",
"eslint": "^7.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-vue": "^6.2.2"
},
"browserslist": [
"last 1 Chrome versions"
],
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}