-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.08 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
{
"name": "c-tool",
"version": "0.0.15",
"private": true,
"scripts": {
"dev": "vue-cli-service serve --port 8080",
"serve": "vue-cli-service serve --port 8080",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"ajax-request": "^1.2.3",
"axios": "^0.19.2",
"code-formatter": "0.0.1",
"cron-parser": "^2.12.0",
"cronstrue": "^1.72.0",
"crypto-js": "^3.1.9-1",
"diff": "^4.0.1",
"ipinyinjs": "^1.0.0",
"is-url": "^1.2.4",
"iview": "^3.4.0",
"js-base64": "^2.5.1",
"jsrsasign": "^8.0.10",
"lscache": "^1.3.0",
"php-array-reader": "^1.2.0",
"phparr": "^0.2.0",
"qrcode": "^1.3.3",
"qrcode-parser": "^1.2.0",
"query-string": "^6.8.1",
"radix.js": "0.0.1",
"serialize-php": "^1.1.2",
"tencentcloud-sdk-nodejs": "^3.0.155",
"vue": "^2.6.10",
"vue-prismjs": "^1.2.0",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.5",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.8.4",
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-cli-plugin-iview": "^1.0.6",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true,
"webextensions": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off",
"vue/no-parsing-error": [
2,
{
"x-invalid-end-tag": false
}
]
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}