generated from mell62/template-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 843 Bytes
/
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": "battleship",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "jest",
"build watch": "webpack --watch",
"watch": "jest --watch .*/[^/]+.js$",
"build": "webpack"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.10.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.9.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"prettier": "3.3.3",
"style-loader": "^4.0.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"modern-normalize": "^2.0.0"
}
}