forked from luoxue-victor/workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 4.77 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
142
143
144
145
146
147
148
149
150
151
152
{
"name": "webpack-box",
"version": "1.0.7",
"description": "webpack打包器",
"main": "index.js",
"bin": {
"webpack-box": "bin/webpack-box.js"
},
"scripts": {
"dev": "webpack-dashboard -- webpack-box dev",
"log": "conventional-changelog --config ./node_modules/vue-cli-plugin-commitlint/lib/log -i CHANGELOG.md -s -r 0",
"cz": "npm run cr && npm run log && git add . && git cz",
"cr": "node util/createReadme.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luoxue-victor/learn_webpack.git"
},
"author": "jijiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/luoxue-victor/learn_webpack/issues"
},
"sideEffects": true,
"homepage": "https://github.com/luoxue-victor/learn_webpack#readme",
"dependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-json-strings": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-import-meta": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.7.4",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.7.4",
"@babel/preset-stage-3": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.7.4",
"@commitlint/config-conventional": "^8.2.0",
"@soda/friendly-errors-webpack-plugin": "^1.7.1",
"@types/case-sensitive-paths-webpack-plugin": "^2.1.4",
"@typescript-eslint/parser": "^2.10.0",
"@vue/cli-shared-utils": "^4.1.1",
"acorn": "^7.1.0",
"autoprefixer": "^9.7.2",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-imports": "^2.0.0",
"browser-refresh": "^1.7.3",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"cli-highlight": "^2.1.4",
"commitizen": "^4.0.3",
"commitlint": "^8.2.0",
"compression-webpack-plugin": "^3.0.0",
"conventional-changelog-cli": "^2.0.28",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"cssnano": "^4.1.10",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.0.1",
"express": "^4.17.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^5.0.2",
"fork-ts-checker-notifier-webpack-plugin": "^1.0.2",
"fork-ts-checker-webpack-plugin": "^3.1.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^8.1.0",
"graphql": "^14.5.8",
"graphql-server-koa": "^1.3.2",
"hash-sum": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.1.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"koa-router": "^7.4.0",
"koa-static": "^4.0.3",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lint-staged": "^9.5.0",
"lru-cache": "^5.1.1",
"mini-css-extract-plugin": "^0.8.0",
"minimist": "^1.2.0",
"mockjs": "^1.1.0",
"mongoose": "^5.2.15",
"ora": "^4.0.3",
"postcss-loader": "^3.0.0",
"postcss-px-to-viewport": "^1.1.1",
"preload-webpack-plugin": "^3.0.0-beta.4",
"progress-bar-webpack-plugin": "^1.12.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rimraf": "^3.0.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"style-resources-loader": "^1.3.2",
"stylelint": "^12.0.0",
"stylelint-codeframe-formatter": "^1.0.4",
"stylelint-config-standard": "^19.0.0",
"stylelint-webpack-plugin": "^1.1.2",
"stylus-loader": "^3.0.2",
"thread-loader": "^2.1.3",
"tslint": "^5.20.1",
"typescript": "^3.7.2",
"url-loader": "^3.0.0",
"vue-cli-plugin-commitlint": "^1.0.10",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-chain": "^6.0.0",
"webpack-cli": "^3.3.10",
"webpack-common-shake": "^1.1.3",
"webpack-dashboard": "^3.2.0",
"webpack-deep-scope-plugin": "^1.6.2",
"webpack-dev-server": "^3.9.0"
},
"devDependencies": {},
"config": {
"commitizen": {
"path": "./node_modules/vue-cli-plugin-commitlint/lib/cz"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{vue,htm,html,css,sss,less,scss}": [
"webpack-box lint stylelint",
"git add"
],
"*.{ts,tsx}": [
"webpack-box lint tslint",
"git add"
],
"*.{js,jsx}": [
"webpack-box lint eslint",
"git add"
]
}
}