-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.58 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
{
"name": "feflow-devkit-ivweb-example",
"version": "0.0.1",
"description": "webpack项目构建器.",
"main": "lib/index.js",
"scripts": {
"commitmsg": "validate-commit-msg",
"commit": "git-cz ",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"build": "npx tsc",
"prepublish": "npx tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/feflow/feflow-devkit-ivweb"
},
"license": "MIT",
"configs": {
"compatibleVersion": ">=0.1.7"
},
"keywords": [
"webpack",
"builder",
"feflow"
],
"files": [
"lib"
],
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.0.0",
"autoprefixer": "^9.4.4",
"babel-loader": "^8.0.0",
"clean-webpack-plugin": "^0.1.19",
"css-hot-loader": "^1.4.2",
"css-loader": "^2.1.1",
"express": "^4.16.2",
"file-loader": "^2.0.0",
"glob": "^7.1.3",
"happypack": "^5.0.0",
"html-inline-css-webpack-plugin": "1.5.1",
"html-loader": "^0.5.1",
"html-webpack-externals-plugin": "3.8.0",
"html-webpack-include-assets-plugin": "1.0.7",
"html-webpack-plugin": "4.0.0-beta.1",
"inline-file-loader": "^0.2.0",
"istanbul-instrumenter-loader": "^3.0.1",
"less": "3.8.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.3",
"offline-webpack-plugin": "0.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"osenv": "^0.1.5",
"portfinder": "^1.0.20",
"postcss-loader": "^3.0.0",
"px2rem-loader": "^0.1.7",
"raw-loader": "^0.5.1",
"replace-text-loader": "^0.2.1",
"sprites-loader": "^0.8.2",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.23.1",
"thread-loader": "^1.2.0",
"uglify-js": "^2.8.29",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "4.20.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-hot-middleware": "^2.22.3",
"webpack-subresource-integrity": "1.1.0"
},
"devDependencies": {
"@types/express": "^4.16.1",
"@types/glob": "^7.1.1",
"@types/node": "^11.13.6",
"@types/webpack": "^4.4.25",
"babel-preset-es2015": "^6.24.1",
"commitizen": "^2.3.0",
"conventional-changelog-cli": "^1.2.0",
"cssnano": "^4.1.10",
"glob-all": "^3.1.0",
"husky": "^0.13.1",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"typescript": "^3.2.4",
"validate-commit-msg": "^2.11.1",
"webpack-cli": "^3.2.3"
}
}