mirror of
https://github.com/nix-community/noogle.git
synced 2024-11-23 00:33:12 +03:00
29 lines
670 B
JSON
29 lines
670 B
JSON
{
|
|
"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",
|
|
"next": "13.0.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|