32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"name": "lmgcitfy",
|
|
"version": "0.1.0",
|
|
"description": "Helping people use the search feature on GunCAD Index",
|
|
"private": true,
|
|
"scripts": {
|
|
"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-icons": "^5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|