-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·50 lines (50 loc) · 1.39 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
{
"name": "ai-playground",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"prestart": "npm i",
"start": "astro dev --host",
"build": "astro check && astro build",
"check": "astro check",
"preview": "astro preview",
"astro": "astro",
"xata": "xata"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@auth/core": "^0.18.6",
"@auth/xata-adapter": "^0.6.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@xata.io/cli": "^0.15.10",
"@xata.io/client": "^0.29.3",
"astro": "^4.5.12",
"astro-icon": "^1.1.0",
"auth-astro": "^4.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.364.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.3"
},
"devDependencies": {
"@iconify-icon/react": "^2.0.1",
"@iconify-json/mdi": "^1.1.64"
}
}