-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "bundle-more-webpack-plugin",
"version": "0.0.0",
"main": "build/index.js",
"entry": "src/index.ts",
"deploy": "build",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/wongnai/bundle-more-webpack-plugin.git"
},
"homepage": "https://github.com/wongnai/bundle-more-webpack-plugin#readme",
"scripts": {
"build": "rollup -c",
"lint": "eslint --ext .ts,.js --quiet",
"test": "yarn build && webpack --config ./test/webpack.config.js && node ./test/test-bundle.js"
},
"devDependencies": {
"@rollup/plugin-commonjs": "19.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.0",
"@rollup/plugin-typescript": "8.3.0",
"@types/node": "16.11.6",
"@types/webpack": "4",
"@types/webpack-env": "1.16.3",
"eslint": "7.28.0",
"eslint-config-standard": "16.0.3",
"husky": "6.0.0",
"lint-staged": "11.0.0",
"prettier": "2.3.1",
"rollup": "2.51.0",
"rollup-plugin-cleaner": "1.0.0",
"rollup-plugin-includepaths": "0.2.4",
"rollup-plugin-visualizer": "5.5.0",
"semantic-release": "18.0.0",
"typescript": "4.4.4",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
},
"dependencies": {}
}