28 lines
616 B
JSON
28 lines
616 B
JSON
{
|
|
"name": "fastbin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@mui/material": "^5.4.3",
|
|
"faunadb": "^4.5.2",
|
|
"highlight.js": "^11.4.0",
|
|
"next": "12.1.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.18",
|
|
"@types/react": "17.0.39",
|
|
"eslint": "8.9.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"typescript": "4.5.5"
|
|
}
|
|
}
|