{ | |
"name": "react-typescript", | |
"version": "1.0.0", | |
"type": "module", | |
"description": "React TypeScript on Replit, using Vite bundler", | |
"scripts": { | |
"dev": "vite --host 0.0.0.0", | |
"build": "tsc && vite build", | |
"preview": "vite preview" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"devDependencies": { | |
"@types/react": "^18.0.15", | |
"@types/react-dom": "^18.0.6", | |
"@vitejs/plugin-react": "^2.0.0", | |
"react": "^18.2.0", | |
"react-dom": "^18.2.0", | |
"typescript": "^4.7.4", | |
"vite": "^3.0.4" | |
} | |
} |