-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 866 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": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"pre-commit": "yarn lint --fix"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.11",
"@chakra-ui/react": "^2.3.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/inter": "^4.5.12",
"date-fns": "^2.29.3",
"firebase": "^9.10.0",
"firebase-admin": "^11.0.1",
"framer-motion": "^7.3.6",
"js-cookie": "^3.0.1",
"next": "12.3.1",
"pino-logflare": "^0.3.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.36.1",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"husky": "^8.0.1"
}
}