bravo68web-portfolio-nextjs/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2021-11-30 16:36:48 +00:00
{
"name": "bravo68web-portfolio",
"private": true,
2022-03-31 19:50:26 +00:00
"description": "My NextJS Portfolio",
"version": "1.0.0",
"license": "CC-BY-ND-4.0",
"author": {
"name": "Bravo68Web",
"email": "me@bravo68web.me",
"website": "https://bravo68web.me"
},
"repository": {
"type": "git",
"url": "https://github.com/BRAVO68WEB/bravo68web-portfolio-nextjs/"
},
2021-11-30 16:36:48 +00:00
"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",
2022-04-03 15:19:59 +00:00
"date-format-parse": "^0.2.7",
2022-03-31 18:24:28 +00:00
"fs-extra": "^10.0.1",
2022-03-31 18:45:41 +00:00
"next": "^12.1.4",
"react": "^17.0.2",
"react-dom": "^17.0.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"
}
}