-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 860 Bytes
/
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
{
"name": "clerk-astro-demo",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.2",
"@astrojs/react": "^3.0.7",
"@astrojs/tailwind": "^5.0.3",
"@astrojs/vercel": "^6.1.0",
"@clerk/clerk-js": "^4.67.0",
"@clerk/clerk-sdk-node": "^4.13.2",
"@nanostores/react": "^0.7.1",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"astro": "^4.0.5",
"astro-htmx": "^1.0.3",
"htmx.org": "^1.9.9",
"nanostores": "^0.9.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
},
"overrides": {
"astro-htmx": {
"astro": "$astro"
}
}
}