forked from go-admin-team/go-admin-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·131 lines (131 loc) · 3.84 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·131 lines (131 loc) · 3.84 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "go-admin",
"version": "2.0.9",
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
"author": "https://github.com/wenjianzhang",
"license": "MIT",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service serve",
"serve": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build:prod": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build",
"build:prod1": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"build:stage": "NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode staging",
"build:stage1": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging",
"prod": "set NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build --mode production",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"new": "plop"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{js,vue}": [
"eslint --fix",
"git add"
]
},
"keywords": [
"vue",
"admin",
"go-admin",
"go-admin-ui",
"dashboard",
"element-ui",
"boilerplate",
"admin-template",
"management-system"
],
"repository": {
"type": "git",
"url": "git+https://github.com/go-admin-team/go-admin.git"
},
"bugs": {
"url": "https://github.com/go-admin-team/go-admin/issues"
},
"dependencies": {
"@riophae/vue-treeselect": "0.4.0",
"awe-dnd": "^0.3.4",
"axios": "0.21.1",
"clipboard": "2.0.6",
"codemirror": "5.62.0",
"core-js": "^3.6.5",
"driver.js": "0.9.8",
"dropzone": "5.7.2",
"echarts": "4.8.0",
"element-ui": "2.15.6",
"file-saver": "2.0.2",
"fuse.js": "6.4.1",
"js-cookie": "2.2.1",
"jsonlint": "1.6.3",
"jszip": "3.5.0",
"moment": "^2.27.0",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-to-regexp": "6.1.0",
"remixicon": "^2.5.0",
"sass-resources-loader": "^2.0.3",
"screenfull": "5.0.2",
"viser-vue": "^2.4.8",
"vue": "2.6.11",
"vue-codemirror": "^4.0.6",
"vue-count-to": "1.0.13",
"vue-cropper": "^0.5.5",
"vue-particles": "^1.0.9",
"vue-router": "3.4.7",
"vuedraggable": "2.24.0",
"vuex": "3.5.1",
"webpack-bundle-analyzer": "^3.8.0",
"xlsx": "0.16.5"
},
"devDependencies": {
"@babel/core": "7.11.1",
"@babel/register": "^7.10.5",
"@babel/runtime": "^7.12.1",
"@vue/babel-preset-app": "^4.5.7",
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-unit-jest": "4.4.6",
"@vue/cli-service": "^4.5.13",
"@vue/test-utils": "1.0.3",
"autoprefixer": "^9.8.6",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.2.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"beautifier": "^0.1.7",
"chalk": "4.1.0",
"chokidar": "3.4.2",
"compression-webpack-plugin": "^4.0.0",
"connect": "3.7.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "6.2.2",
"html-webpack-plugin": "4.3.0",
"husky": "4.2.5",
"lint-staged": "10.2.11",
"mockjs": "1.1.0",
"plop": "2.7.4",
"runjs": "^4.4.2",
"sass": "^1.35.1",
"sass-loader": "^9.0.3",
"script-ext-html-webpack-plugin": "2.1.4",
"script-loader": "0.7.2",
"serve-static": "^1.14.1",
"svg-sprite-loader": "^5.0.0",
"svgo": "1.3.2",
"vue-template-compiler": "2.6.11"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}