bravo68web-portfolio-nextjs/package.json

30 lines
710 B
JSON
Raw Normal View History

2021-11-30 16:36:48 +00:00
{
"name": "bravo68web-portfolio",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "node tools/copy-webviewer-files.js"
2021-11-30 16:36:48 +00:00
},
"dependencies": {
2022-01-05 06:31:08 +00:00
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
2022-01-18 09:51:26 +00:00
"@mui/icons-material": "^5.3.0",
"@mui/material": "^5.3.0",
2022-03-31 07:50:45 +00:00
"@pdftron/webviewer": "^8.3.3",
2022-03-30 14:37:11 +00:00
"axios": "^0.26.1",
2021-11-30 16:36:48 +00:00
"next": "12.0.4",
"react": "17.0.2",
2022-01-05 06:31:08 +00:00
"react-dom": "17.0.2",
2022-03-31 07:50:45 +00:00
"react-pdf": "^5.7.2",
"react-use-lanyard": "^0.1.1",
2022-01-05 06:31:08 +00:00
"styled-components": "^5.3.3"
2021-11-30 16:36:48 +00:00
},
"devDependencies": {
2022-01-18 09:51:26 +00:00
"eslint": "^7.32.0",
2021-11-30 16:36:48 +00:00
"eslint-config-next": "12.0.4"
}
}