-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 940 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 940 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
39
{
"name": "rebheu",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "portless run astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/netlify": "^7.0.4",
"@astrojs/node": "^10.0.4",
"@astrojs/react": "^5.0.0",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource/inder": "^5.2.8",
"@prisma/adapter-mariadb": "^7.5.0",
"@prisma/client": "^7.5.0",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.0.5",
"daisyui": "^5.5.19",
"dotenv": "^17.3.1",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"prisma": "^7.5.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}