{
    "name": "@rino.app/home",
    "version": "0.4.2",
    "license": "GPL-3.0",
    "main": "./dist/Homepage.js",
    "module": "./dist/Homepage.js",
    "scripts": {
        "dev": "next dev",
        "start": "next start",
        "build": "next build && next export -o dist"
    },
    "devDependencies": {
        "@babel/core": "^7.12.3",
        "@material-ui/styles": "^4.10.0",
        "@rino.app/common": "^0.1.0",
        "@rino.app/next": "^0.1.0",
        "@types/react": "^16.9.55",
        "@types/react-dom": "^16.9.9",
        "react": "^16.14.0",
        "react-dom": "^16.14.0"
    },
    "homepage": "https://rino.app",
    "repository": {
        "type": "git",
        "url": "https://github.com/ocavue/rino.git",
        "directory": "packages/home"
    },
    "publishConfig": {
        "access": "public"
    }
}
