mirror of
https://github.com/SrIzan10/rickroll.git
synced 2026-06-06 01:06:53 +00:00
23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"name": "rickroll",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.17",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0"
|
|
}
|
|
} |