-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathpackage.json
executable file
·70 lines (70 loc) · 1.82 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
{
"name": "gods-pen-admin",
"version": "1.0.0",
"description": "码良管理后台",
"private": false,
"keywords": [],
"scripts": {
"dev": "cross-env CODE_ENV=local vue-cli-service serve",
"build": "cross-env CODE_ENV=production vue-cli-service build",
"build-docker": "cross-env CODE_ENV=docker vue-cli-service build"
},
"license": "ISC",
"dependencies": {
"axios": "^0.15.2",
"babel-polyfill": "*",
"caniuse-lite": "^1.0.0",
"clipboard": "^1.5.16",
"cross-env": "^3.1.3",
"crypto-js": "^3.1.8",
"dayjs": "^1.5.22",
"deep-assign": "^2.0.0",
"element-theme": "^0.7.1",
"element-theme-default": "^1.2.3",
"element-ui": "^2.3.6",
"ema-proxy": "^1.0.1",
"eslint-plugin-html": "^1.6.0",
"global": "^4.3.2",
"interface-import-javabean": "^1.0.0",
"js-cookie": "^2.1.4",
"js-yaml": "^3.7.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"markdown-loader": "4.0.0",
"monaco-editor": "^0.14.3",
"monaco-editor-webpack-plugin": "^1.5.2",
"qs": "^6.3.1",
"title-notify": "^1.0.13",
"vue": "^2.5.16",
"vue-clipboards": "^1.1.0",
"vue-echarts": "^3.0.7",
"vue-router": "^2.0.1",
"vue-template-compiler": "^2.5.16",
"vuex": "^2.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-eslint": "^3.1.1",
"@vue/cli-service": "^3.1.1",
"cross-env": "^3.1.3",
"eslint": "^3.9.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"html-loader": "0.5.5",
"less": "3.9.0",
"less-loader": "4.0.6",
"stylus": "^0.54.5",
"stylus-loader": "3.0.2"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}