-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.37 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "ts-node prisma/seed.ts",
"prepare": "husky"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@prisma/client": "^5.16.2",
"@supabase/supabase-js": "^2.43.5",
"@types/react-slick": "^0.23.13",
"@yamada-ui/calendar": "^1.3.0",
"@yamada-ui/carousel": "^1.0.29",
"@yamada-ui/fontawesome": "^1.0.23",
"@yamada-ui/react": "^1.3.7",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"cookie": "^0.6.0",
"js-cookie": "^3.0.5",
"next": "14.2.2",
"pg": "^8.11.5",
"pool": "^0.4.1",
"prisma": "^5.14.0",
"react": "^18",
"react-dom": "^18",
"react-slick": "^0.30.2",
"recoil": "^0.7.7",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/cookie": "^0.6.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.12",
"@types/pg": "^8.11.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-refresh": "^0.4.7",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"prisma": "^5.14.0",
"typescript": "^5"
}
}