40 lines
1003 B
JSON
40 lines
1003 B
JSON
{
|
|
"name": "refl-fr",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"test": "vitest",
|
|
"test:e2e": "playwright test",
|
|
"test:ci": "npm run build && playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^4.2.7",
|
|
"@astrojs/sitemap": "^3.3.1",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"astro": "^5.7.8",
|
|
"astro-expressive-code": "^0.41.2",
|
|
"astro-pagefind": "^1.8.3",
|
|
"astro-seo": "^0.8.4",
|
|
"daisyui": "^5.0.28",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwindcss": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@playwright/test": "^1.56.1",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/react": "^19.1.3",
|
|
"@types/react-dom": "^19.1.3",
|
|
"jsdom": "^27.1.0",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^4.0.6"
|
|
}
|
|
} |