-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.42 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.42 KB
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
{
"name": "beans-admin-plugin",
"version": "3.0.0",
"private": false,
"scripts": {
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"staging": "vue-cli-service build --mode staging",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --no-fix --max-warnings 0",
"lint:fix": "vue-cli-service lint",
"generate": "node ./scripts/generate-resource.js",
"build-doc": "vue-cli-service build --dest docs"
},
"dependencies": {
"ckeditor": "https://github.com/beansmile/ckeditor.git",
"content-disposition": "^0.5.3",
"cropperjs": "^1.5.7",
"element-ui": "2.15.2",
"flyio": "^0.6.14",
"jsonp": "^0.2.1",
"lodash": "^4.17.15",
"markdown-it-implicit-figures": "^0.10.0",
"mavon-editor": "^2.10.4",
"moment": "^2.24.0",
"nprogress": "^0.2.0",
"pluralize": "^8.0.0",
"portal-vue": "^2.1.7",
"qs": "^6.8.0",
"spark-md5": "^3.0.1",
"uuid": "^8.3.1",
"vue": "^2.6.10",
"vue-i18n": "^8.25.0",
"vue-property-decorator": "8.2.2",
"vue-router": "^3.1.2",
"vuedraggable": "^2.24.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@highlightjs/vue-plugin": "https://github.com/highlightjs/vue-plugin.git#1-stable",
"@sentry/webpack-plugin": "^1.9.3",
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"@vue/eslint-config-standard": "^4.0.0",
"ali-oss": "^6.11.2",
"async": "^3.2.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-lodash": "^3.3.4",
"dotenv": "^8.2.0",
"eslint": "^5.16.0",
"eslint-config-beansmile": "https://github.com/beansmile/eslint-config-beansmile.git",
"eslint-plugin-vue": "^5.0.0",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"minimist": "^1.2.5",
"mustache": "^3.0.1",
"node-sass": "^4.9.2",
"node-ssh": "^6.0.0",
"os": "^0.1.1",
"raw-loader": "^4.0.2",
"sass-loader": "^7.0.3",
"vue-template-compiler": "^2.5.21"
},
"bugs": {
"url": "https://github.com/beansmile/beans-admin-plugin/issues"
},
"homepage": "https://github.com/beansmile/beans-admin-plugin#readme",
"main": "src/plugin/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/beansmile/beans-admin-plugin.git"
}
}