-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 995 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 995 Bytes
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
{
"name": "server",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"client": "npm run start --prefix frontend",
"dev": "concurrently \"npm run start\" \"npm run client\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@sendgrid/mail": "^7.4.4",
"@socket.io/admin-ui": "^0.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"emoji-picker-react": "^3.4.8",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"http": "^0.0.1-security",
"immer": "^9.0.6",
"immutable": "^4.0.0-rc.12",
"mongoose": "^5.12.7",
"node-sass": "^6.0.1",
"sass": "^1.39.0",
"socket.io": "^4.1.2",
"timeago": "^1.6.7",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"concurrently": "^6.2.1"
}
}