The front end for the FaaS project
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "my-app",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/cache": "^11.7.1",
|
|
|
|
"@emotion/react": "^11.7.1",
|
|
|
|
"@emotion/server": "^11.4.0",
|
|
|
|
"@emotion/styled": "^11.6.0",
|
|
|
|
"@mui/icons-material": "^5.0.0-rc.1",
|
|
|
|
"@mui/material": "^5.0.0-rc.1",
|
|
|
|
"clsx": "^1.1.1",
|
|
|
|
"next": "12.0.10",
|
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "17.0.14",
|
|
|
|
"@types/react": "17.0.39",
|
|
|
|
"eslint": "8.8.0",
|
|
|
|
"eslint-config-next": "12.0.10",
|
|
|
|
"typescript": "4.5.5"
|
|
|
|
}
|
|
|
|
}
|