-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 928 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
36
{
"name": "habits",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@svgr/webpack": "^6.2.1",
"firebase": "^8.6.2",
"firebase-admin": "^10.3.0",
"firebase-functions": "^3.14.1",
"next": "^12.1.5",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-firebase-hooks": "^3.0.4",
"react-firebaseui": "^5.0.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.5",
"@types/node": "^15.6.1",
"@types/react": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.13.0",
"eslint-plugin-react": "^7.29.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "^4.3.2"
}
}