-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
73 lines (73 loc) · 2.17 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
{
"name": "builder-webpack-core",
"version": "0.3.2",
"description": "webpack项目构建器.",
"main": "lib/index.js",
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"repository": {
"type": "git",
"url": "https://github.com/cpselvis/builder-webpack-core"
},
"keywords": [
"webpack",
"builder",
"feflow"
],
"dependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.6",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"caniuse-db": "^1.0.30000764",
"clean-webpack-plugin": "^0.1.17",
"css-hot-loader": "^1.4.2",
"css-loader": "^0.28.7",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"glob": "^7.1.2",
"happypack": "^4.0.0",
"html-loader": "^0.5.1",
"html-string-replace-webpack-plugin": "^1.0.5",
"html-webpack-externals-plugin": "^3.6.0",
"html-webpack-include-assets-plugin": "1.0.7",
"html-webpack-inline-source-plugin": "0.0.9",
"html-webpack-plugin": "^2.30.1",
"inline-file-loader": "^0.2.0",
"less": "^3.8.0",
"less-loader": "^4.1.0",
"node-sass": "^4.9.0",
"offline-webpack-plugin": "^0.0.4",
"osenv": "^0.1.5",
"purgecss-webpack-plugin": "^1.5.0",
"px2rem-loader": "^0.1.7",
"raw-loader": "^0.5.1",
"replace-bundle-webpack-plugin": "^1.0.0",
"replace-text-loader": "^0.2.1",
"sass-loader": "^6.0.6",
"sprites-loader": "^0.8.2",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.19.0",
"ts-loader": "^3.5.0",
"uglify-js": "^2.8.29",
"uri-js": "^4.2.2",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.2",
"webpack-subresource-integrity": "1.0.4"
},
"devDependencies": {
"commitizen": "^2.3.0",
"conventional-changelog-cli": "^1.2.0",
"husky": "^0.13.1",
"validate-commit-msg": "^2.11.1"
}
}