-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1019 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": "chess-league",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "test",
"lint": "eslint ./",
"build": "",
"install-client": "cd client && npm install",
"heroku-postbuild": "npm run install-client",
"start": "node server/index.js",
"client": "cd client && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dalton-Klein/chess-league.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Dalton-Klein/chess-league/issues"
},
"homepage": "https://github.com/Dalton-Klein/chess-league#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"html-webpack-plugin": "^4.5.1",
"http": "0.0.1-security",
"mongoose": "^5.11.11",
"util": "^0.12.3"
},
"devDependencies": {
"@babel/preset-react": "^7.12.10",
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0",
"html-loader": "^1.3.2"
}
}