-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "arena",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon server/index.js",
"build": "next build",
"start": "NODE_ENV=production node server/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"connect-mongo": "^2.0.3",
"copy-to-clipboard": "^3.0.8",
"express": "^4.17.1",
"express-session": "^1.16.2",
"howler": "^2.1.2",
"human-readable-ids": "^1.0.4",
"isomorphic-unfetch": "^3.0.0",
"js-cookie": "^2.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongoose": "^5.6.7",
"next": "^9.0.2",
"nodemailer": "^5.1.1",
"nodemailer-sendgrid-transport": "^0.2.0",
"normalize.css": "^8.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"three": "^0.101.1"
},
"devDependencies": {
"cost-of-modules": "^1.0.1",
"nodemon": "^1.18.9",
"obj2gltf": "^3.0.0"
},
"resolutions": {
"ajv": "6.8.1"
}
}