Spaces:
Running
Running
| { | |
| "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" | |
| } | |
| } | |