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.
Portfolio/package.json

30 lines
632 B

{
3 years ago
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"pretify": "prettier --write ."
},
"dependencies": {
"milligram": "^1.4.1",
3 years ago
"next": "^10.2.3",
"next-themes": "^0.0.14",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
3 years ago
"react-icons": "^4.2.0",
3 years ago
"react-recaptcha-google": "^1.1.1",
"sass": "^1.34.0"
3 years ago
},
"devDependencies": {
3 years ago
"@types/node": "^15.6.1",
"@types/react": "^17.0.6",
"@types/react-google-recaptcha": "^2.1.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
3 years ago
}
3 years ago
}