1
0
Fork 0
mirror of https://github.com/MedzikUser/portfolio synced 2024-08-15 03:26:01 +00:00
portfolio/package.json

29 lines
653 B
JSON
Raw Normal View History

2022-06-14 20:42:31 +00:00
{
"scripts": {
"dev": "next",
"build": "next build",
2022-06-14 22:01:23 +00:00
"start": "next start",
"lint": "next lint"
2022-06-14 20:42:31 +00:00
},
"dependencies": {
2022-06-15 12:07:13 +00:00
"@babel/core": "7.18.5",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@mui/icons-material": "5.8.4",
"@mui/material": "5.8.4",
2022-06-14 22:01:23 +00:00
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
2022-06-14 22:01:23 +00:00
"styled-components": "5.3.5"
2022-06-14 20:42:31 +00:00
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "18.0.14",
2022-06-14 20:42:31 +00:00
"@types/styled-components": "5.1.25",
2022-06-14 22:01:23 +00:00
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
2022-06-17 20:17:42 +00:00
"typescript": "4.7.4"
2022-06-14 20:42:31 +00:00
}
}