forked from gabrielfurlan-dev/achievo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.56 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "web-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.1",
"@mui/material": "^5.13.3",
"@next/font": "13.1.6",
"@prisma/client": "^5.2.0",
"@supabase/auth-helpers-nextjs": "^0.7.3",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.3.5",
"@supabase/supabase-js": "^2.31.0",
"@svgr/webpack": "^8.1.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"express": "^4.18.2",
"flowbite-react": "^0.4.11",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"next": "^13.5.3",
"next-auth": "^4.23.1",
"next-i18next": "^14.0.3",
"next-images": "^1.8.4",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.1",
"styled-components": "^6.0.0-rc.3",
"supabase": "^1.82.2",
"sweetalert2": "^11.4.8",
"tailwind-variants": "^0.1.14",
"ts-node": "^10.9.1",
"zod": "^3.21.4",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/jest": "^29.5.4",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.197",
"@types/node": "^20.4.5",
"@types/react": "18.0.27",
"@types/react-datepicker": "^4.19.1",
"@types/react-dom": "18.0.10",
"@types/react-input-autosize": "^2.2.1",
"@types/signalr": "^2.4.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"autoprefixer": "^10.4.13",
"babel-plugin-inline-react-svg": "^2.0.1",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "^16.0.3",
"env-cmd": "^10.1.0",
"eslint": "^8.47.0",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard-with-typescript": "^33.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"jest": "^29.6.4",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prisma": "^5.0.0",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
}
}