-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 749 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 749 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
{
"name": "anonqya",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_ENV=development nodemon -w server.js server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"dayjs": "^1.8.20",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.9.1",
"next": "^9.2.2",
"next-routes": "^1.4.2",
"node-sass": "^4.13.1",
"nodemon": "^2.0.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-twitter-widgets": "^1.7.1"
}
}