{ "name": "nextjs-docker-starter", "version": "1.0.0", "description": "Run your ML demo app using Next.js on 🤗 Spaces", "keywords": [ "nextjs", "artificial intelligence", "javascript", "hugging face spaces", "machine learning" ], "license": "AGPL", "author": { "name": "Tim Pietrusky", "url": "https://github.com/TimPietrusky" }, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "spj": "npx sort-package-json", "toc": "npx markdown-toc README.md -i" }, "dependencies": { "@emotion/cache": "11.10.7", "@emotion/server": "11.10.0", "@emotion/react": "11.10.6", "@emotion/styled": "11.10.6", "@mui/icons-material": "5.11.16", "@mui/material": "5.12.0", "@types/node": "20.1.4", "@types/react": "18.2.6", "@types/react-dom": "18.2.4", "eslint": "8.40.0", "eslint-config-next": "13.4.2", "next": "13.4.2", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "5.0.4" } }