22 lines
527 B
JSON
22 lines
527 B
JSON
{
|
|
"name": "boardwise",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"clsx": "^2.0.0",
|
|
"framer-motion": "^10.16.12",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.20.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@types/react": "^18.2.40",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.7"
|
|
},
|
|
"private": true
|
|
}
|