-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.56 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "play2gether",
"version": "1.0.0",
"description": "play2gether",
"main": "index.js",
"scripts": {
"start": "cd backend && node server.js",
"heroku-postbuild": "cd frontend && npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"aws-sdk": "^2.761.0",
"axios": "^0.20.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.0.0",
"express-rate-limit": "^5.1.3",
"xss-clean": "^0.1.1",
"hpp": "^0.2.3",
"helmet": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.0",
"multer": "^1.4.2",
"node-sass": "^4.14.1",
"radium": "^0.26.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-infinite-scroller": "^1.2.4",
"react-keyboard-event-handler": "^1.5.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"sharp": "^0.26.0",
"slugify": "^1.4.5",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"styled-components": "^5.2.0",
"validator": "^13.1.1"
},
"engines": {
"node": ">=14.5.0"
},
"private": true,
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}