forked from vusion-templates/cloud-admin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.31 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.31 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
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "cloud-admin-template",
"description": "base on vue cloud-ui.vusion",
"version": "0.13.0",
"scripts": {
"cache-install": "npx cache-install && node node_modules/vusion-install/index.js",
"dev": "vue-cli-service serve",
"serve": "npm run dev",
"build": "vue-cli-service build --apply-theme",
"build:stage": "vue-cli-service build --mode staging",
"build:site": "vue-cli-service build --apply-theme --mode site",
"lint": "npx eslint --quiet",
"lint:fix": "npm run lint -- \"./src/**/*.{js,vue}\" --fix",
"dll": "npx webpack --config webpack.dll.config.js --env.NODE_ENV production && npx webpack --config webpack.dll.config.js --env.NODE_ENV development",
"test:unit": "vue-cli-service test:unit",
"test:unit:watch": "npm run test:unit -- --watch",
"ui": "npx vue ui",
"manage": "plop",
"prepublishOnly": "cp .gitignore _.gitignore",
"postpublish": "rm _.gitignore",
"screenshot": "vusion screenshot --server public/index.html -o screenshots/0.png -w 1440 -h 900 && vusion screenshot --server public/index.html#/demo/list/basic -o screenshots/1.png -w 1440 -h 900 -d 200"
},
"keywords": [
"vue",
"admin",
"cloud-ui",
"template"
],
"template": {
"name": "cloud-admin-template",
"version": "0.8.x"
},
"author": "zhangsanshi5566@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/vusion-templates/cloud-admin-template.git"
},
"bugs": {
"url": "https://github.com/vusion-templates/cloud-admin-template/issues"
},
"homepage": "https://vusion-templates.github.io/cloud-admin-template",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.1",
"@babel/plugin-transform-strict-mode": "^7.10.1",
"@vue/babel-preset-app": "^4.4.1",
"@vue/cli": "^4.4.1",
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-unit-jest": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"@vue/test-utils": "1.0.2",
"@vusion/mock": "^0.1.1",
"@vusion/routes-loader": "^0.3.0",
"add-asset-html-webpack-plugin": "^3.1.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^23.6.0",
"chalk": "^3.0.0",
"cloud-admin-template-sdk": "^0.2.0",
"copy-webpack-plugin": "^5.0.4",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"eslint": "^6.5.1",
"eslint-config-vusion": "^3.0.2",
"fs-extra": "^9.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.5",
"inquirer-directory": "^2.2.0",
"javascript-stringify": "^2.0.1",
"lint-staged": "^9.2.5",
"plop": "^2.5.3",
"postcss-nested": "^4.1.2",
"raw-loader": "^3.1.0",
"shelljs": "^0.8.4",
"shx": "^0.3.2",
"underscore-template-loader": "^1.0.0",
"vue-cli-plugin-cloud-admin": "^0.1.3",
"vue-cli-plugin-vusion": "^0.11.11",
"vusion-install": "^0.12.8",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-micro": "^0.6.0"
},
"dependencies": {
"@vusion/utils": "^0.4.8",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"cloud-ui.vusion": "^0.9.13",
"date-fns": "^2.6.0",
"event-hooks-webpack-plugin": "^2.1.6",
"i-material-design.vue": "^5.1.0",
"lodash": "^4.17.15",
"qs": "^6.8.0",
"request-pre": "^0.4.3",
"uuid": "^7.0.3",
"vue": "^2.6.10",
"vue-i18n": "^8.14.0",
"vue-router": "^3.1.2",
"vue-template-compiler": "^2.6.10",
"vusion-micro": "^0.2.4",
"vusion-micro-app": "^0.4.2"
},
"forceUpdate": {
"@vusion/utils": true,
"request-pre": true,
"cloud-ui.vusion": true,
"cloud-admin-template-sdk": true,
"vusion-micro-app": true,
"vue-cli-plugin-vusion": true,
"vusion-micro": true
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,vue}": [
"npm run lint -- --fix",
"git add"
]
},
"vusion": {
"ignore": [
"deploy.sh",
".env.site",
"screenshots/**",
".circleci/**"
],
"type": "template",
"title": "Vusion Template",
"category": "basic",
"base": "vue",
"ui": "cloud-ui.vusion",
"screenshots": [
"https://unpkg.com/cloud-admin-template/screenshots/0.png",
"https://unpkg.com/cloud-admin-template/screenshots/1.png"
],
"team": "网易云计算前端",
"access": "public"
}
}