This file is similar to composer.json, but defines the optional NPM dependencies that you'll need in case you want to compile your own assets.
{
    "private": true,
    "scripts": {
        "dev": " mix",
        "prod": "mix --production",
        "watch": "mix watch"
    },
    "dependencies": {},
    "name": "hyde",
    "description": "Elegant and Powerful Static App Builder",
    "version": "0.48.0",
    "main": "hyde",
    "directories": {
        "test": "tests"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/hydephp/hyde.git"
    },
    "keywords": [
        "hydephp",
        "hyde",
        "static",
        "site",
        "generator"
    ],
    "author": "Caen De Silva",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/hydephp/hyde/issues"
    },
    "homepage": "https://hydephp.com",
    "devDependencies": {
        "autoprefixer": "^10.4.5",
        "laravel-mix": "^6.0.43",
        "postcss": "^8.4.13",
        "prettier": "2.6.0",
        "tailwindcss": "^3.0.24",
        "@tailwindcss/typography": "^0.5.2"
    }
}