Files
ndsolutionswebsite/package.json
DanielS 11e836fc30
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 28s
feat: add template marquee and fix gdpr google fonts request
2026-07-18 04:37:41 +02:00

28 lines
612 B
JSON

{
"name": "websitedummy",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=18.14.1"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.6.3",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/inter": "^5.2.8",
"@fontsource/space-grotesk": "^5.2.10",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"astro": "^4.16.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.7.0",
"tailwindcss": "^3.4.19"
}
}