carepath-api / scribe /frontend /package.json
tranth3truong's picture
Deploy public Scribe-only CarePath Space
cc678b9
Raw
History Blame Contribute Delete
1.26 kB
{
"name": "carepath-site",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.app.json && vite build && node scripts/check-diacritics.mjs",
"build:e2e": "tsc -p tsconfig.app.json && vite build --mode e2e && node scripts/check-diacritics.mjs",
"e2e": "playwright test",
"lighthouse": "node scripts/run-lighthouse.mjs",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"test:deploy-env": "node --test scripts/validate-deploy-env.test.mjs",
"validate:deploy": "node scripts/validate-deploy-env.mjs"
},
"dependencies": {
"@fontsource/geist": "5.2.9",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@axe-core/playwright": "4.12.1",
"@eslint/js": "9.39.4",
"@playwright/test": "1.61.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "6.0.3",
"eslint": "9.39.4",
"globals": "15.12.0",
"jsdom": "25.0.1",
"lighthouse": "12.6.1",
"typescript": "5.6.3",
"typescript-eslint": "8.63.0",
"vite": "8.1.3",
"vitest": "4.1.10"
}
}