-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 897 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
31
32
33
34
35
36
{
"name": "inert-entry-webpack-plugin",
"version": "4.0.2",
"description": "Webpack plugin to allow non-js entry chunks.",
"main": "index.js",
"scripts": {
"test": "ava test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erikdesjardins/inert-entry-webpack-plugin.git"
},
"keywords": [
"webpack"
],
"author": "Erik Desjardins",
"license": "MIT",
"bugs": {
"url": "https://github.com/erikdesjardins/inert-entry-webpack-plugin/issues"
},
"homepage": "https://github.com/erikdesjardins/inert-entry-webpack-plugin#readme",
"dependencies": {
"webpack-sources": "^1.4.3"
},
"peerDependencies": {
"webpack": "^4.0.0"
},
"devDependencies": {
"ava": "^2.4.0",
"extricate-loader": "^3.0.0",
"html-loader": "^0.5.5",
"rimraf": "^3.0.0",
"spawn-loader": "^5.0.0",
"webpack": "^4.41.2"
}
}