1
0

Basic navbar, tailwindcss setup, and other stuff

This commit is contained in:
Ahmed Al-Taiar
2023-10-24 20:45:30 -04:00
parent 703c73e058
commit 2f753308b1
20 changed files with 729 additions and 21 deletions

View File

@ -11,16 +11,24 @@
]
},
"dependencies": {
"@mdi/js": "^7.3.67",
"@mdi/react": "^1.6.1",
"@redwoodjs/forms": "6.3.2",
"@redwoodjs/router": "6.3.2",
"@redwoodjs/web": "6.3.2",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@redwoodjs/vite": "6.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6"
"@types/react-dom": "18.2.6",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.3",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"tailwindcss": "^3.3.3"
}
}