511caf1c78
Flattens Prusa's three-document route (INDX guide, Gen 2 upgrade guide, and the combined article) into one linear list of 13 blocks with entry and stop points. Progress is kept in localStorage; no backend. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
24 lines
510 B
JSON
24 lines
510 B
JSON
{
|
|
"name": "indx-checklist",
|
|
"private": true,
|
|
"type": "module",
|
|
"packageManager": "pnpm@11.21.0",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview --host 0.0.0.0",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19",
|
|
"react-dom": "^19"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@vitejs/plugin-react": "^4",
|
|
"typescript": "^5",
|
|
"vite": "^6"
|
|
}
|
|
}
|