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

24 lines
488 B

{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.21.1",
"next": "10.0.8",
"next-iron-session": "^4.1.12",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.2.0",
"sass": "^1.32.8"
},
"devDependencies": {
"@types/node": "^14.14.32",
"@types/react": "^17.0.3",
"typescript": "^4.2.3"
}
}