tranth3truong's picture
Deploy public Scribe-only CarePath Space
cc678b9
Raw
History Blame Contribute Delete
875 Bytes
{
"name": "carepath-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"e2e": "playwright test",
"e2e:prod": "playwright test -c playwright.prod.config.ts",
"lint": "eslint .",
"test": "vitest run"
},
"dependencies": {
"@fontsource/geist": "5.2.9",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@eslint/js": "9.39.4",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@playwright/test": "1.61.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",
"typescript": "5.6.3",
"typescript-eslint": "8.63.0",
"vite": "8.1.3",
"vitest": "4.1.10"
}
}