-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 957 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "only-one-newtab",
"version": "0.2.1",
"description": "Only one new-tab can alive.",
"private": true,
"scripts": {
"watch:v2": "webpack --mode=development --env manifest=v2 --watch --config config/webpack.config.js",
"build:v2": "webpack --mode=production --env manifest=v2 --config config/webpack.config.js",
"watch:v3": "webpack --mode=development --env manifest=v3 --watch --config config/webpack.config.js",
"build:v3": "webpack --mode=production --env manifest=v3 --config config/webpack.config.js",
"format": "prettier --write --ignore-unknown \"{config,public,src}/**/*.{html,css,js,ts,json}\""
},
"devDependencies": {
"@types/chrome": "^0.0.181",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.0",
"prettier": "^2.8.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}