28 lines
651 B
JSON
28 lines
651 B
JSON
{
|
|
"name": "react",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build && cp ./404.html ./dist",
|
|
"lint": "biome check --no-errors-on-unmatched",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.0.12",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss": "^4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.13",
|
|
"@types/react": "^18.2.66",
|
|
"@types/react-dom": "^18.2.22",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|