{
    "name": "project-name",
    "version": "1.0.0",
    "description": "project-description",
    "main": "index.js",
    "scripts": {
        "dev": "cross-env NODE_ENV=development node index.js",
        "build": "next build",
        "start": "cross-env NODE_ENV=production node index.js"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "dependencies": {
        "@next/bundle-analyzer": "^9.1.7",
        "@zeit/next-sass": "^1.0.1",
        "chalk": "^3.0.0",
        "cross-env": "^6.0.3",
        "dotenv": "^8.2.0",
        "express": "^4.17.1",
        "isomorphic-unfetch": "^3.0.0",
        "mini-signals": "^1.2.0",
        "next": "^9.2.0",
        "next-compose-plugins": "^2.2.0",
        "next-routes": "^1.4.2",
        "node-sass": "^4.13.0",
        "react": "^16.12.0",
        "react-dom": "^16.12.0",
        "shorthash": "0.0.2",
        "uniqid": "^5.2.0"
    }
}
