-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
48 lines (48 loc) · 1.24 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "bluff",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"dev": "nodemon server/index.js",
"heroku-postbuild": "cd frontend && npm i && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitsacm/bluff.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitsacm/bluff/issues"
},
"homepage": "https://github.com/bitsacm/bluff#readme",
"dependencies": {
"admin-bro": "^3.3.1",
"admin-bro-expressjs": "^2.1.1",
"admin-bro-mongoose": "^0.5.2",
"axios": "^0.21.1",
"cards": "^1.1.0",
"cookie-parser": "^1.4.5",
"create-react-app": "^4.0.1",
"emotion": "^11.0.0",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"googleapis": "^66.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.3",
"mongoose": "^5.11.8",
"morgan": "^1.10.0",
"react-scroll-to-bottom": "^4.1.0",
"socket.io": "^3.0.4"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"nodemon": "^2.0.6"
}
}