-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 737 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
27
28
{
"name": "pet",
"version": "1.0.0",
"description": "pet project",
"main": "./src/index.js",
"scripts": {
"build": "npx webpack --mode production",
"dev": "npx webpack-dev-server --mode development"
},
"keywords": [],
"author": "Valery Gusev",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"globals": "^15.8.0",
"html-webpack-plugin": "^5.6.0",
"prettier": "3.3.2",
"prettier-config-standard": "^7.0.0",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}