Spaces:
Running
Running
| { | |
| "name": "reachy-tales", | |
| "private": true, | |
| "version": "0.1.0", | |
| "type": "module", | |
| "workspaces": [ | |
| "packages/*" | |
| ], | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -p tsconfig.app.json --noEmit && vite build", | |
| "preview": "vite preview", | |
| "test": "npm run test --workspaces --if-present" | |
| }, | |
| "devDependencies": { | |
| "typescript": "^5.6.3", | |
| "vite": "^5.4.10" | |
| } | |
| } | |