-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
{
"name": "webpack-modernizr-loader",
"version": "5.0.0",
"description": "Get your modernizr build bundled with webpack, use modernizr with webpack easily",
"main": "index.js",
"files": [
"index.js"
],
"license": "MIT",
"homepage": "https://github.com/jbox-web/webpack-modernizr-loader",
"author": "itgalaxy <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/jbox-web/webpack-modernizr-loader.git"
},
"bugs": {
"url": "https://github.com/jbox-web/webpack-modernizr-loader/issues"
},
"keywords": [
"modernizr",
"webpack",
"loader"
],
"dependencies": {
"loader-utils": "^1.4.0",
"modernizr": "^3.11.4"
},
"peerDependencies": {
"webpack": "^5"
},
"devDependencies": {
"@babel/preset-env": "^7.12.16",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"pify": "^5.0.0",
"tempy": "^1.0.0",
"webpack": "^5.21.2"
},
"scripts": {
"test:only": "jest --testPathIgnorePatterns=fixtures"
}
}