-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
35 lines (35 loc) · 839 Bytes
/
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
{
"name": "nextjs-pwa-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"nodemailer": "^6.6.0",
"@hapi/iron": "^6.0.0",
"passport-local": "^1.0.0",
"twilio": "^3.62.0",
"cookie": "^0.4.1",
"passport": "^0.4.1",
"next-connect": "^0.10.1",
"firebase-admin": "^9.7.0",
"firebase": "^8.5.0",
"localforage": "^1.9.0",
"next": "10.2.0",
"next-pwa": "^5.2.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"swr": "^0.5.6",
"react-google-login": "^5.2.2"
},
"devDependencies": {
"@types/react": "^17.0.5",
"typescript": "^4.2.4"
}
}