initial framework

This commit is contained in:
2026-02-11 21:05:26 +00:00
parent 1df6c91109
commit f318513b2f
17 changed files with 1754 additions and 63 deletions

View File

@ -1,17 +1,22 @@
{
"name": "lmgcitfy",
"version": "0.1.0",
"description": "Helping people use the search feature on GunCAD Index",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@chakra-ui/react": "^3.32.0",
"@emotion/react": "^11.14.0",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",