Spaces:
Running
Running
File size: 395 Bytes
48b678c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | {
"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"
}
}
|