-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.35 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "TestAmisWH",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"start": "node index.js",
"server": "nodemon index.js --ignore client"
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@antv/g6": "^4.7.6",
"@codemirror/lang-javascript": "^6.1.2",
"@codemirror/lang-sql": "^6.3.3",
"@codemirror/theme-one-dark": "^6.1.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@lljj/vue3-form-ant": "^1.14.0",
"amis": "^3.2.0",
"amis-core": "^3.2.0",
"amis-editor": "^5.5.0",
"amis-editor-core": "^5.5.0",
"ant-design-vue": "^3.2.20",
"axios": "^0.21.4",
"babel-eslint": "^8.0.1",
"blueimp-md5": "^2.19.0",
"clipboard": "^2.0.11",
"codemirror": "^6.0.1",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"d3": "^7.6.1",
"d3-tip": "^0.9.1",
"echarts": "^5.4.0",
"js-sha256": "^0.9.0",
"jsencrypt": "^3.3.1",
"mobx": "^4.5.0",
"mobx-react": "^6.3.1",
"mobx-state-tree": "^3.17.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"veaury": "^2.3.12",
"vue": "^3.0.0",
"vue-codemirror": "^6.1.1",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.1.9",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"webpack-cli": "^4.10.0",
"webpackbar": "^5.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-eslint": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"@vue/compiler-sfc": "^3.0.0",
"add-asset-html-webpack-plugin": "^5.0.2",
"copy-webpack-plugin": "^5.1.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"hard-source-webpack-plugin": "^0.13.1",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"semver": "^7.3.5",
"svgo": "^2.7.0",
"vue-loader-v16": "^16.0.0-beta.5.4"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}