-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 861 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 861 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
{
"name": "openfootmanager-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build && node generate-sitemap.mjs",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^3.1.8",
"@astrojs/react": "^3.6.3",
"@astrojs/tailwind": "^5.1.3",
"@fontsource/barlow-condensed": "^5.1.1",
"@fontsource/inter": "^5.1.1",
"@iconify-json/lucide": "^1.2.95",
"astro": "^4.16.18",
"astro-icon": "^1.1.5",
"lucide-react": "^0.460.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3",
"vanilla-cookieconsent": "^3.1.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}