-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "andbread",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-types": "supabase gen types typescript --project-id whsygotpggvtadynqwmv --schema public > src/types/supabase.ts"
},
"dependencies": {
"@supabase/supabase-js": "^2.47.14",
"autoprefixer": "^10.4.20",
"axios": "^1.10.0",
"classnames": "^2.5.1",
"firebase": "^12.0.0",
"google-auth-library": "^10.2.0",
"next": "^15.1.11",
"nprogress": "^0.2.0",
"react": "^19.0.3",
"react-dom": "^19.0.3",
"react-hook-form": "^7.54.2",
"react-toastify": "^11.0.5",
"tailwindcss-preset-px-to-rem": "^1.2.1",
"web-push": "^3.6.7",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^10.0.1",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"supabase": "^2.31.8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}