-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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": "czat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node index.js"
},
"jest": {
"testEnvironment": "node"
},
"author": "Colin Smith",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"connect-mongo": "^4.4.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"expect": "^26.6.2",
"expect.js": "^0.3.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"http": "0.0.1-security",
"http-server": "^0.12.3",
"jest": "^26.6.3",
"jquery": "^3.6.0",
"middleware": "^1.0.0",
"moment": "^2.29.1",
"mongoose": "^5.11.19",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"popper.js": "^1.16.1",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1",
"socket.io": "^3.1.2",
"socket.io-client": "^4.0.0",
"superagent": "^6.1.0",
"supertest": "^6.1.3"
}
}