mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
25 lines
647 B
JSON
25 lines
647 B
JSON
{
|
|
"name": "vite-playground",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "tsc --noEmit",
|
|
"dev": "bun --bun vite ./src --config ./vite.config.ts",
|
|
"build": "bun --bun vite build ./src --outDir ../dist --config ./vite.config.ts --emptyOutDir",
|
|
"preview": "bun --bun vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "workspace:^",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.2",
|
|
"bun": "^1.1.29",
|
|
"vite": "catalog:"
|
|
}
|
|
}
|