-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 965 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
37
38
39
40
{
"name": "battleship",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"test-watch": "jest --watchAll",
"webpack-watch": "webpack --progress --watch",
"webpack-serve": "webpack serve --open --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/madany01/battleship.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/madany01/battleship/issues"
},
"homepage": "https://github.com/madany01/battleship#readme",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@types/jest": "^27.4.1",
"css-loader": "^6.7.1",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"html-loader": "^3.1.0",
"jest": "^27.5.1",
"style-loader": "^3.3.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"pubsub-js": "^1.9.4"
}
}