Files
ndsolutionswebsite/package.json
Daniel S bb69e554d0
Some checks failed
Production Build & Deploy / build-and-deploy (push) Failing after 6s
fix(deps): align react types with astrojs/react v18 and use modern --omit=dev in Dockerfile
2026-08-09 22:08:23 +02:00

36 lines
797 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/node": "^8.3.4",
"@astrojs/react": "^3.6.3",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/inter": "^5.2.8",
"@fontsource/space-grotesk": "^5.2.10",
"astro": "^4.16.0",
"nodemailer": "^9.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.7.0",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@types/nodemailer": "^8.0.1",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitest/coverage-v8": "^4.1.10",
"vitest": "^4.1.10"
}
}