6744a6ae0d
Single tsconfig (no project-references split — avoids composite/noEmit friction for the minimal shell); tsc typechecks src, vite loads its config via esbuild. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
23 lines
466 B
JSON
23 lines
466 B
JSON
{
|
|
"name": "wiggleverse-ecomm-frontend",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.11"
|
|
}
|
|
}
|