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.
33 lines
680 B
33 lines
680 B
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"prettify": "prettier --write .",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.4",
|
|
"milligram": "^1.4.1",
|
|
"next": "^11.1.2",
|
|
"next-i18next": "^8.8.0",
|
|
"next-themes": "^0.0.15",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.2.0",
|
|
"sass": "^1.42.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^15.6.1",
|
|
"@types/react": "^17.0.6",
|
|
"eslint": "^7.27.0",
|
|
"eslint-config-next": "11.1.2",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"prettier": "^2.3.0",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|