34 lines
752 B
JSON
34 lines
752 B
JSON
{
|
|
"name": "cmc_nextjs_pro",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"lint": "eslint .",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"lucide-react": "^0.544.0",
|
|
"next": "^16.1.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
"@typescript-eslint/parser": "^8.56.0",
|
|
"eslint": "^10.0.1",
|
|
"eslint-config-next": "^16.1.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
},
|
|
"overrides": {
|
|
"minimatch": "10.2.1"
|
|
}
|
|
}
|