-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
141 lines (141 loc) · 4.55 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
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
{
"name": "vue-cli3-template",
"version": "0.1.29",
"private": true,
"description": "A front-end template built on vue-cli3",
"author": "liwb <liwb@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build:zip": "node build/zip.js",
"deploy": "npm run build && npm run build:zip",
"report": "vue-cli-service build --report",
"carefree-dev": "cross-env NODE_ENV=carefree carefree_env=dev vue-cli-service build --watch",
"changlog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"compress": "node build/tinypng.js",
"inspect": "vue inspect > output.js --verbose",
"lint": "vue-cli-service lint",
"lint-staged:js": "eslint --ext .js,.vue src",
"lint:style": "vue-cli-service lint:style",
"lint:prettier": "check-prettier lint",
"lint-staged": "lint-staged",
"prettier": "node ./scripts/prettier.js",
"new": "plop",
"release": "sh build/release.sh",
"skeleton": "npm run skeleton-json && npm run skeleton-html ",
"skeleton-html": "node ./src/skeleton/skeleton.js",
"skeleton-json": "node ./build/skeleton.js",
"svg": "vsvg -s ./src/icons/svg -t ./src/icons/components --ext js --es6",
"towebp": "node build/towebp.js",
"fix-memory-limit": "cross-env LIMIT=2048 increase-memory-limit"
},
"dependencies": {
"@liwb/cloud-utils": "^1.4.5",
"axios": "^0.27.0",
"core-js": "^3.3.6",
"lib-flexible": "^0.3.2",
"magicless": "^1.1.6",
"normalize.css": "^8.0.1",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-svgicon": "^3.2.6"
},
"devDependencies": {
"@ascendancyy/vue-cli-plugin-stylelint": "^1.1.2",
"@liwb/carefree-webpack-plugin": "^0.4.4",
"@liwb/vue-router-invoke-webpack-plugin": "^0.3.7",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-plugin-pwa": "^4.0.5",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-service": "^5.0.1",
"@vue/eslint-config-prettier": "^6.0.0",
"add-asset-html-webpack-plugin": "^3.1.3",
"archiver": "^5.3.0",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"chalk": "^2.4.2",
"check-prettier": "^1.0.3",
"compression-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.11.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.2.3",
"html-minifier": "^4.0.0",
"husky": "^7.0.4",
"imagemin": "^8.0.1",
"imagemin-webp": "^7.0.0",
"less": "^3.10.3",
"less-loader": "^10.2.0",
"lint-staged": "^13.0.3",
"plop": "^2.5.3",
"postcss-pxtorem": "^4.0.1",
"prettier": "^2.6.2",
"progress-bar-webpack-plugin": "^1.12.1",
"script-ext-html-webpack-plugin": "^2.1.4",
"size-plugin": "^2.0.1",
"style-resources-loader": "^1.2.1",
"stylelint": "^14.6.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"tasksfile": "^5.1.0",
"tinify": "^1.5.0",
"vue-cli-plugin-qrcode": "0.0.6",
"vue-router-invoke-webpack-plugin": "^0.3.0",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack-node-externals": "^1.7.2",
"webstorm-disable-index": "^1.2.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"vue-cli3",
"vue",
"axios"
],
"lint-staged": {
"*.{js,vue}": [
"npm run lint",
"git add"
],
"*.{html,vue,css,less}": [
"npm run lint:style",
"git add"
],
"**/*.{js,ts,tsx,json,jsx,less}": [
"node ./scripts/lint-prettier.js",
"git add"
]
},
"repository": {
"type": "git",
"url": "git@github.com:cklwblove/vue-cli3-template.git"
},
"scripts-info": {
"serve": "运行开发服务器",
"build": "生产环境执行构建",
"analyz": "生产环境执行构建打包分析",
"deploy": "生产环境执行构建并压缩zip包",
"svg": "基于 vue-svgicon,构建 svg 雪碧图",
"gen:comp": "自动生成组件相关文件(.vue,.less)",
"gen:view": "自动生成视图相关文件(.vue,.less)",
"compress": ".jpg或.png格式图片压缩并且转换Webp格式文件"
},
"tinypngkey": "GRbtc5JbDBMyRfjKdKHjPtgcHz7q3cmw",
"checkFiles": [
"src/**/*.js*",
"src/**/*.ts*",
"src/**/*.less",
"src/**/*.vue",
"plop-templates/**/*.js*",
"scripts/**/*.js"
]
}