basic seach small json data set models and parts

This commit is contained in:
2025-11-24 12:51:14 +00:00
parent b064d458c4
commit ffe7ea5d75
58 changed files with 3006 additions and 81 deletions
+12 -2
View File
@@ -9,14 +9,24 @@
"lint": "eslint"
},
"dependencies": {
"fs": "^0.0.1-security",
"next": "16.0.3",
"path": "^0.12.7",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"autoprefixer": "^10.4.22",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"tailwindcss": "^4"
}
"postcss": "^8.5.6",
"sass": "^1.94.2",
"tailwindcss": "^4.1.17"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "tailwind.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}