noogle/package.json

40 lines
988 B
JSON
Raw Normal View History

2022-11-26 12:36:08 +03:00
{
"name": "nextapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.13",
"@types/node": "18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "18.0.8",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"highlight.js": "^11.7.0",
2022-11-26 12:36:08 +03:00
"next": "13.0.2",
2022-12-18 19:31:42 +03:00
"notistack": "^2.0.8",
2022-11-26 12:36:08 +03:00
"react": "18.2.0",
"react-dom": "18.2.0",
"react-highlight": "^0.15.0",
2022-12-09 18:41:59 +03:00
"react-markdown": "^8.0.4",
"rehype-highlight": "^6.0.0",
"seedrandom": "^3.0.5",
"typescript": "4.8.4",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/react-highlight": "^0.12.5",
"@types/seedrandom": "^3.0.4"
2022-11-26 12:36:08 +03:00
}
}