Files
linda-portfolio/package.json
2026-06-22 05:51:46 +03:00

29 lines
658 B
JSON

{
"name": "portfolio-website",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "npm@11.2.0",
"scripts": {
"dev": "NODE_ENV=development astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"keystatic": "keystatic"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^5.0.7",
"@keystatic/astro": "^5.0.4",
"@keystatic/core": "^0.5.40",
"astro": "^6.4.8",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3"
}
}