-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.15 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^3.0.2",
"@astrojs/node": "^6.0.3",
"@astrojs/react": "^3.0.3",
"@astrojs/tailwind": "^5.0.1",
"@astrojs/vercel": "^5.0.2",
"@nanostores/react": "^0.7.1",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.0.0",
"@supabase/supabase-js": "^2.26.0",
"@tailwindcss/container-queries": "^0.1.1",
"@types/cookie": "^0.5.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"astro": "^3.2.3",
"classnames": "^2.3.2",
"cookie": "^0.5.0",
"encrypt-with-password": "^1.0.0",
"nanostores": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.2.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.5"
}
}