-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "platon",
"version": "1.0.0",
"description": "platon",
"author": "liangyanxiang <liangyanxiang@juzix.io>",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"build:uat": "vue-cli-service build --mode uat",
"lint": "vue-cli-service lint"
},
"dependencies": {
"af-table-column": "^1.0.3",
"axios": "^0.21.1",
"bignumber.js": "^9.0.2",
"callapp-lib": "^3.5.3",
"core-js": "^3.6.5",
"echarts": "^5.1.1",
"element-ui": "^2.4.8",
"utf8": "^3.0.0",
"vue": "^2.6.11",
"vue-clipboard2": "^0.2.1",
"vue-i18n": "^8.2.1",
"vue-particles": "^1.0.9",
"vue-qriously": "^1.1.1",
"vue-router": "^3.2.0",
"vue-window-size": "0.6.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"vue-template-compiler": "^2.6.11"
}
}