-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.23 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.23 KB
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
{
"name": "fastfeedbackbyjmherzo",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=16.14.2",
"yarn": "*"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --dir utils --fix"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"axios": "^1.3.4",
"date-fns": "^2.28.0",
"firebase": "^8.6.7",
"firebase-admin": "^10.0.1",
"framer-motion": "^10.2.3",
"js-cookie": "^3.0.1",
"next": "^13.2.4",
"pino": "^8.11.0",
"pino-logflare": "^0.3.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.22.1",
"swr": "^2.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.2.4",
"@types/js-cookie": "^3.0.3",
"@types/node": "^18.15.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.4",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "^4.9.5"
}
}