-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "html-webpack-polyfill-runtime-plugin",
"version": "1.0.8",
"description": "auto insert that generate runtime polyfill by webpack build js assets",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"lint-staged": "lint-staged -d",
"release": "standard-version",
"release:patch": "standard-version --release-as patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SzHeJason/html-webpack-polyfill-runtime-plugin.git"
},
"author": "SzHeJason",
"license": "ISC",
"bugs": {
"url": "https://github.com/SzHeJason/html-webpack-polyfill-runtime-plugin/issues"
},
"homepage": "https://github.com/SzHeJason/html-webpack-polyfill-runtime-plugin#readme",
"dependencies": {
"@babel/core": "^7.12.3",
"@financial-times/js-features-analyser": "^0.4.2",
"@types/babel__core": "^7.1.10",
"@types/browserslist": "^4.8.0",
"@types/fs-extra": "^9.0.2",
"@types/webpack": "^4.41.24",
"browserslist": "^4.14.5",
"create-polyfill-service-url": "^2.2.3",
"fs-extra": "^9.0.1",
"query-string": "^6.13.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"eslint": "^7.12.1",
"html-webpack-plugin": "^5.2.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"standard-version": "^9.1.1",
"typescript": "^4.0.5",
"webpack": "^5.24.3"
},
"peerDependencies": {
"html-webpack-plugin": "^4.0.0 || ^5.0.0",
"webpack": "^4.0.0 || ^5.0.0"
}
}