-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 932 Bytes
/
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
{
"name": "@planning.nl/webpack-config",
"description": "Webpack config used by our public projects",
"version": "1.0.4",
"author": "Planning.nl, Robbin Baauw",
"bugs": {
"url": "https://github.com/Planning-nl/webpack-config/issues",
"email": "[email protected]"
},
"dependencies": {
"dotenv": "^8.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"happypack": "^5.0.1",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@planning.nl/eslint-config": "^1.0.3",
"eslint": "^6.8.0"
},
"peerDependencies": {
"ts-loader": "^6.2.2"
},
"homepage": "https://github.com/Planning-nl/webpack-config#readme",
"keywords": [],
"license": "apache",
"repository": "github:Planning-nl/webpack-config"
}