-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.09 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.09 KB
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
{
"name": "@softvisio/webpack-bundle-analyzer-issue-471",
"private": true,
"description": "Webpack bundle analyzer issue #471",
"homepage": "https://github.com/softvisio/webpack-bundle-analyzer-issue-471",
"bugs": {
"url": "https://github.com/softvisio/webpack-bundle-analyzer-issue-471/issues",
"email": "root <root@softvisio.net>"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softvisio/webpack-bundle-analyzer-issue-471.git"
},
"license": "Proprietary Software",
"author": "root <root@softvisio.net>",
"type": "module",
"scripts": {
"start": "npx webpack-dev-server"
},
"devDependencies": {
"@babel/preset-env": "^7.15.6",
"@corejslib/babel": "^1.4.25",
"babel-loader": "^10.0.0",
"html-webpack-plugin": "^5.6.3",
"vue": "^3.4.30",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.56.0",
"webpack-bundle-analyzer": "^5.0.0",
"webpack-cli": "^7.0.0",
"webpack-dev-server": "^5.0.0"
}
}