-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 772 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 772 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
25
26
{
"name": "repostchecker",
"version": "0.1.0",
"description": "repost checker",
"private": true,
"scripts": {
"watch": "webpack --mode=development --watch --config config/webpack.config.js",
"build": "webpack --mode=production --config config/webpack.config.js"
},
"devDependencies": {
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^4.3.0",
"eslint": "^8.4.1",
"eslint-config-eslint": "^7.0.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^0.10.1",
"prettier": "^2.5.1",
"size-plugin": "^2.0.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
}
}