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

39 lines
954 B

{
3 years ago
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
3 years ago
"prettify": "prettier --write .",
"lint": "eslint src"
3 years ago
},
"dependencies": {
"@types/luxon": "^1.27.1",
"luxon": "^2.0.1",
3 years ago
"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",
"sass": "^1.34.0",
"swr": "^0.5.6"
3 years ago
},
"devDependencies": {
3 years ago
"@types/node": "^15.6.1",
"@types/react": "^17.0.6",
"@types/react-google-recaptcha": "^2.1.0",
3 years ago
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
3 years ago
"prettier": "^2.3.0",
"typescript": "^4.2.4"
3 years ago
}
}