-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "model-window",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:development": "webpack --mode development",
"build:production": "webpack --mode production",
"start:production": "webpack serve --mode production",
"start:development": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MygengBin/model-window.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MygengBin/model-window/issues"
},
"homepage": "https://github.com/MygengBin/model-window#readme",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.6",
"babel-loader": "^9.1.0",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
}
}