forked from sseung30/LiveTrip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 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
49
50
51
52
53
{
"name": "livetrip",
"version": "0.1.0",
"sideEffects": [
"*.css"
],
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"analyze": "cross-env ANALYZE=true NODE_ENV=production next build"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@react-spring/web": "^10.0.3",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@use-gesture/react": "^10.3.1",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"jwt-decode": "^4.0.0",
"next": "15.5.9",
"next-auth": "^5.0.0-beta.29",
"react": "19.1.0",
"react-datepicker": "^8.8.0",
"react-daum-postcode": "^3.2.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.63.0",
"react-loading-skeleton": "^3.5.0",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.11"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "^16.1.6",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-big-calendar": "^1.16.3",
"@types/react-dom": "^19",
"cross-env": "^10.1.0",
"eslint": "^9.36.0",
"eslint-config-next": "15.5.4",
"eslint-config-sheriff": "^28.1.0",
"jiti": "^2.6.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4",
"typescript": "^5"
}
}