bravo68web-portfolio-nextjs/package.json

51 lines
1.3 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",
2022-05-02 12:16:18 +00:00
"version": "1.2.0",
2022-03-31 19:50:26 +00:00
"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",
2022-05-02 12:16:18 +00:00
"postinstall": "node tools/copy-webviewer-files.js",
"prettier": "prettier --write ."
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-13 20:37:06 +00:00
"core-js": "^3.21.1",
"cursor-react": "^1.0.3",
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",
2022-04-13 20:37:06 +00:00
"next-connect": "^0.12.2",
2022-03-31 18:45:41 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-use-lanyard": "^0.1.1",
2022-04-13 20:37:06 +00:00
"sitemap": "^7.1.1",
2022-04-11 18:54:36 +00:00
"styled-components": "^5.3.3",
"use-last-fm": "https://github.com/BRAVO68WEB/use-last-fm"
2021-11-30 16:36:48 +00:00
},
"devDependencies": {
2022-04-13 20:37:06 +00:00
"babel-plugin-styled-components": "^2.0.7",
2022-01-18 09:51:26 +00:00
"eslint": "^7.32.0",
2022-05-02 12:16:18 +00:00
"eslint-config-next": "12.0.4",
"prettier": "^2.6.2"
2021-11-30 16:36:48 +00:00
}
}