-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathpackage.json
60 lines (60 loc) · 1.76 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
{
"name": "hydra-themes-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "yarn generate-themes && astro dev",
"build": "yarn generate-themes && astro build",
"preview": "yarn generate-themes && astro preview",
"astro": "astro",
"generate-themes": "npx bun src/lib/generate-themes.ts",
"lint": "eslint src",
"start": "node dist/server/entry.mjs"
},
"devDependencies": {
"@astrojs/node": "^9.1.0",
"@eslint/js": "^9.20.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.1",
"@types/react": "^19.0.5",
"@types/react-dom": "^19.0.3",
"dotenv": "^16.4.7",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^15.15.0",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
},
"dependencies": {
"@astrojs/react": "^4.2.0",
"@astrojs/tailwind": "^6.0.0",
"@nanostores/react": "^0.8.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"astro": "^5.2.5",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.475.0",
"nanostores": "^0.11.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"redis": "^4.7.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
}
}