Spaces:
Running
Running
File size: 800 Bytes
a6a5d8e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"name": "@szl-holdings/a11oy-console",
"version": "0.1.0",
"description": "a11oy operator console SPA — 5 working routes wired to the a11oy serve HTTP endpoints",
"private": true,
"type": "module",
"license": "Apache-2.0",
"author": "Stephen P. Lutar",
"repository": "github:szl-holdings/a11oy",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "node --experimental-strip-types src/a11oyClient.test.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wouter": "^3.3.5"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.6.0",
"vite": "^5.4.11"
}
}
|