You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.1 KiB

{
"name": "matt-dangelo",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Matthew D'Angelo",
"url": "https://matt-dangelo.com",
"email": "matthew.dangelo6@gmail.com"
},
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"axios": "^1.12.0",
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-icons": "^5.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.61.0",
"@typescript-eslint/parser": "^8.61.0",
"autoprefixer": "^10.4.7",
"eslint": "^9.39.4",
"eslint-config-next": "^15.5.19",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.29.4",
"husky": "^9.1.7",
"postcss": "^8.4.31",
"prettier": "^3.8.4",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
}
}