33 lines
672 B
JSON
33 lines
672 B
JSON
{
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --open",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.19",
|
|
"concurrently": "^8.2.2",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
"tailwindcss": "^3.4.3",
|
|
"vite": "^5.2.10"
|
|
},
|
|
"prettier": {
|
|
"plugins": [
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"tailwindConfig": "tailwind.config.js"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"tailwindcss": {},
|
|
"autoprefixer": {}
|
|
}
|
|
}
|
|
}
|