-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 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
46
47
48
49
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"cacheDirectories": [
".next/cache"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npm ci && next build && next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.1.2",
"@google-cloud/vision": "^2.3.4",
"@headlessui/react": "^1.2.0",
"@sentry/nextjs": "^6.8.0",
"@tailwindcss/forms": "^0.3.3",
"axios": "^0.21.1",
"extract-date": "^2.8.2",
"firebase": "^8.6.8",
"firebase-admin": "^9.9.0",
"mongodb": "^4.0.0",
"nanoid": "^3.1.23",
"next": "^10.2.3",
"nookies": "^2.5.2",
"plivo": "^4.18.0",
"qrcode": "^1.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^15.12.4",
"@types/react": "^17.0.2",
"autoprefixer": "^10.2.6",
"clean-publish": "^2.2.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"postcss": "^8.3.5",
"postcss-focus": "^5.0.1",
"tailwindcss": "^2.2.4",
"typescript": "^4.3.4"
},
"peerDependencies": {
"postcss": "^8.3.5"
}
}