-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.63 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
57
58
59
60
61
{
"name": "musicpin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@mantine/core": "^7.14.0",
"@mantine/form": "^7.14.0",
"@mantine/hooks": "^7.14.0",
"@mantine/notifications": "^7.14.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.46.1",
"@tabler/icons-react": "^3.22.0",
"@tanstack/query-sync-storage-persister": "^5.59.20",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-query-persist-client": "^5.59.20",
"@use-gesture/react": "^10.3.1",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.7",
"chinese-s2t": "^1.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.11",
"fuse.js": "^7.0.0",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"ms": "^2.1.3",
"next": "14.2.16",
"next-auth": "^4.24.10",
"oauth4webapi": "^3.1.2",
"openai": "^4.72.0",
"openid-client": "^6.1.3",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.7.0",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/localforage": "^0.0.33",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}