bravo68web-portfolio-nextjs/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2021-11-30 16:36:48 +00:00
{
2023-06-12 08:03:13 +00:00
"name": "bravo68web-portfolio",
"private": true,
"description": "My NextJS Portfolio",
"version": "2.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/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "node tools/copy-webviewer-files.js",
"prettier": "prettier --write ."
},
"dependencies": {
2024-01-01 06:29:07 +00:00
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.2",
"@mui/material": "^5.15.2",
"@pdftron/webviewer": "^8.12.1",
"axios": "^1.6.4",
2023-06-12 08:03:13 +00:00
"ciao-status-fetch": "^1.0.1",
2024-01-01 06:29:07 +00:00
"core-js": "^3.35.0",
2023-06-12 08:03:13 +00:00
"date-format-parse": "^0.2.7",
2024-01-01 06:29:07 +00:00
"fs-extra": "^10.1.0",
"html-to-text": "^9.0.5",
"next": "^14.0.4",
2023-06-12 08:03:13 +00:00
"next-connect": "^0.12.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-01-01 06:29:07 +00:00
"react-use-lanyard": "^0.3.1",
2023-06-12 08:03:13 +00:00
"sitemap": "^7.1.1",
2024-01-01 06:29:07 +00:00
"styled-components": "^5.3.11"
2023-06-12 08:03:13 +00:00
},
"devDependencies": {
"eslint": "^7.32.0",
2024-01-01 06:29:07 +00:00
"eslint-config-next": "^14.0.4",
"prettier": "^2.8.8"
2023-06-12 08:03:13 +00:00
}
2021-11-30 16:36:48 +00:00
}