@daml/react
Version:
React framework to interact with a Daml ledger
47 lines (46 loc) • 1.19 kB
JSON
{
"private": false,
"name": "@daml/react",
"version": "2.10.2",
"description": "React framework to interact with a Daml ledger",
"homepage": "https://daml.com",
"repository": {
"type": "git",
"url": "https://github.com/digital-asset/daml.git",
"directory": "language-support/ts/daml-react"
},
"keywords": [
"daml",
"react",
"client",
"API"
],
"main": "index.js",
"types": "index.d.ts",
"license": "Apache-2.0",
"dependencies": {
"@daml/ledger": "2.10.2",
"@daml/types": "2.10.2"
},
"peerDependencies": {
"react": "^16.12.0 || ^17.0.0"
},
"scripts": {
"build": "tsc --build",
"build:watch": "tsc --build --watch",
"test": "jest",
"lint": "eslint --ext .ts --ignore-pattern lib/ --max-warnings 0 ./"
},
"devDependencies": {
"@testing-library/react-hooks": "^3.2.1",
"@types/jest": "^26.0.23",
"@types/react": "^16.9.20 || ^17.0.0",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"eslint": "^6.8.0",
"jest": "^27.0.5",
"react-test-renderer": "^16.12.0 || ^17.0.0",
"ts-jest": "^27.0.3",
"typescript": "~5.8"
}
}