-
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) · 1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1 KB
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": "discord-clone",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production node --trace-warnings ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Seth Wheeler",
"license": "See Licence file",
"dependencies": {
"ajv": "^7.2.4",
"apidoc": "^0.26.0",
"axios": "^0.21.1",
"axios-mock-adapter": "^1.19.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-mongo": "^4.4.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-socket.io-session": "^1.3.5",
"handlebars": "^4.7.7",
"helmet": "^4.4.1",
"moment": "^2.29.1",
"mongoose": "^5.11.19",
"multer": "^1.4.2",
"nanoid": "^3.1.22",
"path": "^0.12.7",
"socket.io": "^4.0.1",
"socket.io-express-session": "^0.1.3"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
}
}