37 lines
895 B
JSON
37 lines
895 B
JSON
{
|
|
"name": "denpa-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"start": "node ./dist/server/entry.mjs",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"lint": "eslint src",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.0.0",
|
|
"@astrojs/react": "^4.0.0",
|
|
"astro": "^5.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"yaml": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@types/node": "^25.6.0",
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitest/ui": "^2.0.0",
|
|
"eslint": "^9.0.0",
|
|
"happy-dom": "^15.0.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.0.0",
|
|
"vitest": "^2.0.0"
|
|
}
|
|
}
|