You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
716 B
JSON

{
"name": "ai-weekly-synth-frontend",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"solid-js": "^1.9.0",
"@solidjs/router": "^0.15.0",
"lucide-solid": "^0.475.0",
"date-fns": "^4.1.0"
},
"devDependencies": {
"typescript": "~5.8.0",
"vite": "^6.2.0",
"vite-plugin-solid": "^2.11.0",
"@tailwindcss/vite": "^4.1.0",
"tailwindcss": "^4.1.0",
"vitest": "^3.0.0",
"@solidjs/testing-library": "^0.8.0",
"@testing-library/jest-dom": "^6.6.0",
"jsdom": "^25.0.0"
}
}