27 lines
735 B
JSON
27 lines
735 B
JSON
{
|
|
"name": "pilates-with-fadia",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "cd client && vite dev",
|
|
"build": "cd client && vite build",
|
|
"build:client": "cd client && vite build",
|
|
"preview": "cd client && vite preview",
|
|
"check": "tsc",
|
|
"deploy": "wrangler pages deploy client/dist",
|
|
"deploy:preview": "wrangler pages deploy client/dist --compatibility-date=2024-01-15",
|
|
"test:deployment": "node test-deployment.js"
|
|
},
|
|
"dependencies": {
|
|
"itty-cors": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/react": "^18.3.11",
|
|
"@types/react-dom": "^18.3.1",
|
|
"typescript": "5.6.3",
|
|
"wrangler": "^3.0.0"
|
|
}
|
|
}
|