-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 866 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 866 Bytes
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
{
"name": "@dosomething/webpack-config",
"version": "6.0.0",
"description": "Shared Webpack config for DoSomething.org projects.",
"engines": {
"node": ">= 6.0.0",
"npm": ">= 5.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David Furnes <dfurnes@dosomething.org>",
"license": "MIT",
"peerDependencies": {
"@babel/core": "^7.4.4"
},
"dependencies": {
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"lodash": "^4.17.14",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.31.0",
"webpack-assets-manifest": "^3.1.1",
"webpack-merge": "^4.2.1"
}
}