-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
{
"name": "sil-veltman",
"version": "0.0.1",
"type": "module",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"build:prod": "astro check && astro build",
"test": "astro check && astro build && astro preview --host"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.6.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.15.4",
"astro-favicons": "^3.1.5",
"astro-robots-txt": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"sharp": "^0.34.5",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3",
"lucide-static": "^0.546.0",
"simple-icons": "^15.16.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.5",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@types/node": "^24.10.0",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.7.1",
"tw-animate-css": "^1.4.0"
}
}