-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.19 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": "crud-astrojs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev:remote": "astro dev --remote",
"build:remote": "astro build --remote",
"build": "astro build --remote",
"start": "astro dev",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/db": "^0.14.1",
"@astrojs/netlify": "^5.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/web-vitals": "^3.0.0",
"@auth/core": "^0.18.6",
"@lucia-auth/adapter-drizzle": "^1.0.5",
"@supabase/supabase-js": "^2.47.3",
"@tanstack/react-query": "^5.28.4",
"@tanstack/react-query-devtools": "^5.28.4",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"arctic": "^1.9.2",
"astro": "^4.15.4",
"axios": "^1.6.8",
"framer-motion": "^11.5.6",
"fuse.js": "^7.0.0",
"lucia": "^3.1.1",
"marked": "^14.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanitize-html": "^2.12.1",
"swr": "^2.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"uuid": "^11.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}