mirror of
https://github.com/Dvorinka/SEEN.git
synced 2026-06-03 20:13:02 +00:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "seen-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "npm run test:unit",
|
|
"test:unit": "VITE_ENABLE_MOCK_API=true VITE_MOCK_FORCE_ERROR=false vitest run",
|
|
"test:unit:watch": "VITE_ENABLE_MOCK_API=true VITE_MOCK_FORCE_ERROR=false vitest",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:headed": "playwright test --headed"
|
|
},
|
|
"dependencies": {
|
|
"@ark-ui/solid": "^5.34.1",
|
|
"@fontsource/outfit": "^5.2.8",
|
|
"@fontsource/plus-jakarta-sans": "^5.2.8",
|
|
"@solidjs/router": "^0.15.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-solid": "^0.577.0",
|
|
"solid-js": "^1.9.10"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.58.2",
|
|
"@solidjs/testing-library": "^0.8.10",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@types/node": "^24.10.1",
|
|
"@vitest/ui": "^4.0.18",
|
|
"autoprefixer": "^10.4.27",
|
|
"jsdom": "^28.1.0",
|
|
"postcss": "^8.5.8",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-solid": "^2.11.10",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|