-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 993 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 993 Bytes
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
{
"name": "t3-themes",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"validate": "tsx scripts/validate-themes.ts",
"sync-vendor": "node scripts/sync-vendor.mjs",
"shots": "tsx scripts/capture-theme-shots.ts"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@auth/core": "^0.41.3",
"@convex-dev/auth": "^0.0.94",
"@fontsource-variable/jetbrains-mono": "^5.3.0",
"@tailwindcss/vite": "^4.1.0",
"astro": "^5.12.0",
"clsx": "^2.1.1",
"convex": "^1.25.0",
"culori": "^4.0.2",
"effect": "4.0.0-beta.103",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.0"
},
"devDependencies": {
"@types/culori": "^4.0.1",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"playwright": "^1.62.1",
"tsx": "^4.20.0",
"typescript": "^5.8.0"
}
}