graph-drilldown/packages/hooks/package.json

65 строки
1.4 KiB
JSON

{
"name": "@graph-drilldown/hooks",
"version": "0.0.1",
"license": "MIT",
"type": "module",
"main": "src/index.ts",
"publishConfig": {
"main": "dist/index.js",
"types": "dist/index.d.ts"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/graph-drilldown.git",
"directory": "packages/hooks"
},
"scripts": {
"clean": "essex clean",
"build": "essex build --skipExportCheck --docs",
"fix": "essex fix",
"check": "essex check"
},
"dependencies": {
"@essex/hooks": "^4.0.22",
"@graph-drilldown/types": "workspace:packages/types",
"d3-scale": "^4.0.2"
},
"devDependencies": {
"@essex/scripts": "^26.0.0",
"@essex/tsconfig-base": "^3.0.0",
"@fluentui/react": "^8.111.2",
"@thematic/color": "^4.0.7",
"@thematic/core": "^4.0.7",
"@thematic/fluent": "^5.0.8",
"@thematic/react": "^2.1.9",
"@types/d3-scale": "^4.0.2",
"@types/node": "^20.5.7",
"@types/react": "^18.2.21",
"react": "^18.2.0",
"styled-components": "^6.0.8"
},
"peerDependencies": {
"@fluentui/react": ">= 8",
"@thematic/color": ">= 2",
"@thematic/core": "*",
"@thematic/fluent": ">= 3",
"@thematic/react": ">= 2",
"@types/node": "*",
"@types/react": ">= 17",
"react": ">= 17",
"styled-components": ">= 6"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"@types/react": {
"optional": true
},
"react": {
"optional": false
}
}
}