-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.87 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
{
"name": "brainy-pad",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"introspect": "drizzle-kit introspect:pg",
"generate": "drizzle-kit generate",
"migrate": "tsx src/server/db/migrate.ts",
"studio": "drizzle-kit studio",
"preview": "astro preview",
"astro": "astro",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/node": "^8.2.5",
"@astrojs/react": "^3.3.2",
"@astrojs/solid-js": "^4.1.0",
"@astrojs/svelte": "^5.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.4",
"@astrojs/vue": "^4.1.0",
"@clerk/clerk-react": "^5.0.3",
"@clerk/clerk-sdk-node": "^5.0.3",
"@mdxeditor/editor": "^3.0.4",
"@nearbyy/core": "^0.3.30",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"astro": "^4.7.1",
"astro-clerk-auth": "^0.5.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.0",
"lucide": "^0.378.0",
"lucide-react": "^0.377.0",
"openai": "^4.47.2",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.23.0",
"react-use": "^17.5.0",
"sharp": "^0.33.3",
"solid-js": "^1.8.17",
"svelte": "^4.2.15",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vue": "^3.4.26"
},
"devDependencies": {
"@types/node": "^20.12.8",
"cypress": "^13.11.0",
"drizzle-kit": "^0.22.1",
"tsx": "^4.9.0",
"vercel": "^34.1.7"
},
"packageManager": "pnpm@9.3.0+sha512.ee7b93e0c2bd11409c6424f92b866f31d3ea1bef5fbe47d3c7500cdc3c9668833d2e55681ad66df5b640c61fa9dc25d546efa54d76d7f8bf54b13614ac293631"
}