-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
62
63
64
65
{
"name": "wovie",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev --remote",
"start": "astro dev",
"build": "astro check && astro db push && astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/db": "^0.14.6",
"@astrojs/react": "^4.2.0",
"@astrojs/tailwind": "5.1.5",
"@astrojs/vercel": "8.0.1",
"@libsql/kysely-libsql": "0.4.1",
"@nanostores/react": "0.8.4",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-legacy": "6.0.0",
"astro": "5.1.10",
"better-auth": "1.1.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"isbot": "5.1.21",
"lucide-astro": "0.456.0",
"lucide-react": "^0.456.0",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "2.2.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "^1.0.7",
"tiny-case": "1.0.3",
"tmdb-ts": "2.0.1"
},
"devDependencies": {
"@astrojs/sitemap": "3.2.1",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.11",
"tailwind-scrollbar-hide": "1.3.1",
"typescript": "5.7.3",
"vercel": "39.3.0",
"vite-plugin-pwa": "0.21.1"
},
"packageManager": "pnpm@9.15.4"
}