-
Notifications
You must be signed in to change notification settings - Fork 125
/
Copy pathpackage.json
59 lines (59 loc) · 1.43 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
{
"name": "heyui-admin",
"version": "2.0.0",
"description": "HeyUI components framework.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/heyui/heyui-admin.git"
},
"homepage": "http://admin.heyui.top/",
"keywords": [
"vue",
"ui",
"framework"
],
"author": {
"name": "vvpvvp"
},
"license": "MIT",
"dependencies": {
"axios": "^v0.21.1",
"brace": "^0.11.1",
"core-js": "^3.6.5",
"echarts": "^4.2.0-rc.2",
"fetch-jsonp": "^1.1.3",
"hey-utils": "^0.4.0",
"heyui": "^2.1.0-alpha.10",
"js-model": "^1.4.2",
"lodash": "^4.0.8",
"manba": "^1.3.5",
"marked": "^0.6.2",
"qs": "^6.4.0",
"vue-router": "^4.0.3",
"vuex": "^4.0.0",
"wangeditor": "^3.1.1"
},
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"report": "vue-cli-service build --report",
"lint": "vue-cli-service lint"
},
"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",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"copy-webpack-plugin": "^6.4.1",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0-0",
"less": "^4.1.1",
"less-loader": "^7.3.0",
"lint-staged": "^10.5.4",
"mockjs": "^1.0.1-beta3",
"vue-loader-v16": "^16.0.0-beta.5.4"
}
}