2022-11-26 12:36:08 +03:00
|
|
|
{
|
2023-02-25 15:14:40 +03:00
|
|
|
"name": "noogle",
|
2022-11-26 12:36:08 +03:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.10.5",
|
|
|
|
"@emotion/styled": "^11.10.5",
|
2023-10-02 05:35:29 +03:00
|
|
|
"@fontsource/roboto": "^5.0.0",
|
2022-11-26 12:36:08 +03:00
|
|
|
"@mui/icons-material": "^5.10.9",
|
|
|
|
"@mui/material": "^5.10.13",
|
2022-12-03 17:25:32 +03:00
|
|
|
"highlight.js": "^11.7.0",
|
2023-04-27 18:11:31 +03:00
|
|
|
"minisearch": "^6.0.1",
|
2023-12-01 12:54:02 +03:00
|
|
|
"next": "^14.0.3",
|
2023-10-02 05:35:29 +03:00
|
|
|
"notistack": "^3.0.0",
|
2023-12-01 12:54:02 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-12-03 17:25:32 +03:00
|
|
|
"react-highlight": "^0.15.0",
|
2023-04-27 19:56:52 +03:00
|
|
|
"react-mark.js": "^9.0.7",
|
2023-10-02 05:35:29 +03:00
|
|
|
"react-markdown": "^9.0.0",
|
2023-04-27 18:11:31 +03:00
|
|
|
"react-minisearch": "^6.0.2",
|
2023-10-02 05:35:29 +03:00
|
|
|
"rehype-highlight": "^7.0.0",
|
2023-01-20 15:08:20 +03:00
|
|
|
"seedrandom": "^3.0.5",
|
2022-12-18 20:14:28 +03:00
|
|
|
"usehooks-ts": "^2.9.1"
|
2022-12-03 17:25:32 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-02 11:35:59 +03:00
|
|
|
"@types/node": "18.18.1",
|
|
|
|
"@types/react": "^18.0.25",
|
|
|
|
"@types/react-dom": "18.2.8",
|
2023-12-01 12:54:02 +03:00
|
|
|
"@types/react-highlight": "^0.12.5",
|
|
|
|
"@types/seedrandom": "^3.0.4",
|
2023-10-02 11:35:59 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
|
|
|
"@typescript-eslint/parser": "^6.7.3",
|
2023-12-01 12:54:02 +03:00
|
|
|
"eslint": "8.50.0",
|
|
|
|
"eslint-config-next": "^14.0.3",
|
|
|
|
"typescript": "5.2.2"
|
2022-11-26 12:36:08 +03:00
|
|
|
}
|
|
|
|
}
|