-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
92 lines (92 loc) · 2.58 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
90
91
92
{
"name": "icon-spirit",
"version": "0.1.0",
"private": true,
"scripts": {
"egg:start": "EGG_SERVER_ENV=fat egg-scripts start --daemon --title=egg-server-tester",
"egg:stop": "egg-scripts stop --title=egg-server-tester",
"egg:restart": "npm run egg:stop && npm run egg:start",
"egg:dev": "EGG_SERVER_ENV=local egg-bin dev",
"egg:fat": "EGG_SERVER_ENV=fat egg-bin dev",
"task": "node app/task/main.js",
"task:fat": "node app/task/main.js fat >/dev/null 2>log &",
"serve": "vue-cli-service serve",
"pm2:FAT": "cross-env EGG_SERVER_ENV=fat pm2-runtime start ecosystem.config.js",
"build": "vue-cli-service build --mode fat",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@icon-park/vue-next": "^1.3.3",
"@svgdotjs/svg.draggable.js": "^3.0.2",
"@svgdotjs/svg.js": "^3.1.1",
"@svgdotjs/svg.panzoom.js": "^2.1.1",
"ali-oss": "^6.15.2",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"cheerio": "^1.0.0-rc.10",
"clipboard": "^2.0.8",
"consul-kv": "^0.1.6",
"core-js": "^3.6.5",
"egg": "^2.15.1",
"egg-cors": "^2.2.3",
"egg-mongoose": "^3.3.1",
"egg-mysql-typescript-lib": "^1.0.2",
"egg-redis": "^2.4.0",
"egg-scripts": "^2.11.0",
"egg-validate": "^1.0.0",
"element-plus": "^1.0.2-beta.48",
"generic-pool": "^3.8.2",
"jquery": "^3.6.0",
"jsonwebtoken": "^8.5.1",
"ldap-authentication": "^2.2.7",
"log4js": "^6.3.0",
"moment": "^2.29.1",
"puppeteer": "^10.0.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"shelljs": "^0.8.4",
"vue": "^3.0.0",
"vue-router": "^4.0.8",
"vue3-autocounter": "^1.0.6",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^5.0.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^6.7.2",
"eslint-config-egg": "^7.1.0",
"eslint-plugin-vue": "^7.0.0",
"iconspirit-font-carrier": "0.0.1",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"terser-webpack-plugin": "^4.2.3"
},
"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"
]
}