forked from ChatNull/frankmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "frankmap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@netlify/plugin-nextjs": "^5.4.0",
"@supabase/supabase-js": "^2.43.4",
"@types/eslint": "^8.56.10",
"@types/uuid": "^10.0.0",
"date-fns": "^3.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"html-react-parser": "^5.1.10",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.5",
"react-kakao-maps-sdk": "^1.1.27",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"sass": "^1.77.4",
"supabase": "^1.172.2",
"swiper": "^11.1.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@supabase/supabase-js": "^2.43.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.3",
"prettier": "^3.2.5",
"typescript": "^5"
}
}