github.com/pojntfx/hydrapp/hydrapp@v0.0.0-20240516002902-d08759d6ca9f/pkg/generators/package_react_panrpc.json.tpl (about)

     1  {
     2    "name": "{{ .AppID }}",
     3    "version": "0.0.1",
     4    "description": "{{ .AppDescription }}",
     5    "type": "module",
     6    "scripts": {
     7      "dev": "parcel index.html --dist-dir out",
     8      "build": "tsc && parcel build index.html --dist-dir out"
     9    },
    10    "keywords": [],
    11    "author": "{{ .ReleaseAuthor }} <{{ .ReleaseEmail }}>",
    12    "license": "{{ .LicenseSPDX }}",
    13    "devDependencies": {
    14      "@types/react": "^18.3.2",
    15      "@types/react-dom": "^18.3.0",
    16      "parcel": "^2.12.0",
    17      "process": "^0.11.10",
    18      "typescript": "^5.4.5"
    19    },
    20    "dependencies": {
    21      "@pojntfx/panrpc": "^0.7.2",
    22      "@streamparser/json-whatwg": "^0.0.21",
    23      "react": "^18.3.1",
    24      "react-dom": "^18.3.1",
    25      "use-async": "^1.1.0"
    26    },
    27    "@parcel/resolver-default": {
    28      "packageExports": true
    29    }
    30  }