-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.59 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.59 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
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
{
"name": "morae-fe",
"private": true,
"type": "module",
"packageManager": "pnpm@10.13.1",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview",
"test": "vitest run",
"gen:api": "openapi-typescript https://nadab-dev.n-e.kr/v3/api-docs --output src/generated/api-types.ts",
"app:sync": "pnpm run build && npx cap sync android"
},
"dependencies": {
"@capacitor-community/fcm": "^8.1.0",
"@capacitor/android": "^8.0.2",
"@capacitor/app": "^8.0.0",
"@capacitor/browser": "^8.0.1",
"@capacitor/camera": "^8.0.1",
"@capacitor/core": "^8.0.2",
"@capacitor/device": "^8.0.1",
"@capacitor/ios": "^8.3.0",
"@capacitor/network": "^8.0.1",
"@capacitor/push-notifications": "^8.0.1",
"@capacitor/splash-screen": "^8.0.1",
"@capacitor/toast": "^8.0.0",
"@capawesome/capacitor-badge": "^8.0.1",
"@codetrix-studio/capacitor-google-auth": "3.4.0-rc.4",
"@ncdai/react-wheel-picker": "^1.0.19",
"@tailwindcss/vite": "^4.1.16",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"@team-lepisode/capacitor-naver-login": "^7.0.0",
"axios": "^1.13.2",
"capacitor3-kakao-login": "^0.8.7",
"clsx": "^2.1.1",
"motion": "^12.23.24",
"pretendard": "^1.3.9",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-indiana-drag-scroll": "^2.2.1",
"react-intersection-observer": "^10.0.0",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.16",
"use-debounce": "^10.0.6",
"zod": "^4.1.12",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tanstack/eslint-plugin-query": "^5.91.2",
"@tanstack/eslint-plugin-router": "^1.133.19",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-legacy": "^7.2.1",
"@vitejs/plugin-react": "^5.0.4",
"dotenv": "^17.3.1",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"jsdom": "^27.0.0",
"openapi-typescript": "^7.10.1",
"postcss": "^8.5.8",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.3",
"vite": "^7.1.7",
"vite-plugin-tailwind-legacy": "^1.2.0",
"vitest": "^3.0.5",
"web-vitals": "^5.1.0"
},
"optionalDependencies": {
"@capacitor/cli": "latest"
},
"browserslist": [
"chrome 80"
]
}