Files
stanza/apps/web/package.json
T
2026-05-20 11:52:53 -04:00

28 lines
638 B
JSON

{
"name": "@stanza/web",
"version": "0.1.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@stanza/registry": "workspace:*",
"@tanstack/react-router": "^1.170.5",
"@tanstack/react-start": "^1.168.7",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"typescript": "^6.0.3",
"vite": "^8.0.13"
}
}