-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.55 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.55 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
41
42
43
44
45
46
47
48
{
"name": "ateleia.gr",
"version": "0.0.1",
"type": "module",
"packageManager": "pnpm@10.29.3",
"scripts": {
"clean:dev-cache": "node -e \"const fs=require('node:fs');for (const p of ['.astro','node_modules/.astro','node_modules/.vite']) fs.rmSync(p,{recursive:true,force:true});\"",
"cms:dev": "node scripts/start-cms-dev.mjs",
"cms:proxy": "node scripts/start-decap-proxy.mjs",
"dev": "astro dev",
"dev:clean": "npm run clean:dev-cache && astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"perf:budget": "node scripts/check-lighthouse-budget.mjs",
"astro": "astro",
"svg:noun:normalize": "node scripts/svg/normalize-noun-icons.mjs"
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@fontsource/cormorant-garamond": "^5.2.11",
"@fontsource/nunito": "^5.2.7",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.18.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.563.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"decap-server": "^3.5.2",
"shadcn": "^3.8.4",
"svgo": "3.3.2",
"typescript": "^5.9.3"
}
}