-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "@blunck/webpack-scripts",
"version": "3.2.1",
"description": "Opinionated webpack scripts",
"main": "cli.js",
"bin": {
"webpack-scripts": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/alexblunck/webpack-scripts.git"
},
"keywords": [
"webpack",
"react",
"angularjs"
],
"author": "Alexander Blunck",
"license": "MIT",
"dependencies": {
"@babel/core": "7.7.0",
"@babel/plugin-proposal-class-properties": "7.7.0",
"@babel/plugin-proposal-object-rest-spread": "7.6.2",
"@babel/preset-env": "7.7.1",
"@babel/preset-react": "7.7.0",
"autoprefixer": "9.7.1",
"babel-loader": "8.0.6",
"babel-plugin-angularjs-annotate": "0.10.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"chalk": "2.4.2",
"clean-webpack-plugin": "3.0.0",
"compression-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.0.4",
"css-loader": "3.2.0",
"file-loader": "4.2.0",
"git-repo-info": "2.1.1",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"imagemin-webpack-plugin": "2.4.2",
"markdown-loader": "5.1.0",
"mini-css-extract-plugin": "0.8.0",
"node-sass": "4.13.0",
"open": "7.0.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"postcss-loader": "3.0.0",
"raw-loader": "3.1.0",
"rc": "1.2.8",
"sass-loader": "8.0.0",
"style-loader": "1.0.0",
"svgo": "1.3.2",
"svgo-loader": "2.2.1",
"webpack": "4.41.2",
"webpack-bugsnag-plugins": "1.4.2",
"webpack-bundle-analyzer": "3.6.0",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.2",
"zip-webpack-plugin": "3.0.0"
}
}