-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "scared-next2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/firestore": "^3.5.1",
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.40",
"axios": "^0.19.2",
"bcrypt-nodejs": "0.0.3",
"contentful": "^7.13.1",
"firebase": "^7.10.0",
"firebase-admin": "^8.9.2",
"isomorphic-fetch": "^2.2.1",
"material-ui-banner": "^1.4.3",
"material-ui-flat-pagination": "^4.1.0",
"moment": "^2.24.0",
"mongodb": "^3.6.3",
"next": "^9.3.2",
"node-fetch": "^2.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-firebase-hooks": "^2.1.1",
"react-firebaseui": "^4.1.0",
"react-ga": "^2.7.0",
"react-lazy-load": "^3.0.13",
"react-mailchimp-subscribe": "^2.1.0",
"react-modal-image": "^2.5.0",
"sitemap": "^5.1.0",
"superagent": "^5.2.1",
"swr": "^0.2.0"
}
}