pswui/packages/react/package.json
Shinwoo PARK 90a458268f
Some checks are pending
lint-and-check / CLI Check (push) Waiting to run
lint-and-check / Component Check (push) Waiting to run
feat: upgrade tailwindcss v4
2025-03-11 19:59:11 +09:00

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"
}
}