@jchinkle/react-arborist
Version:
64 lines (63 loc) • 1.66 kB
JSON
{
"name": "@jchinkle/react-arborist",
"version": "3.0.7",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/index.js",
"module": "dist/module.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"start": "run-p 'start:**'",
"build": "npm-run-all clean -p 'build:**'",
"test": "jest",
"build:js": "parcel build --target main --target module",
"build:types": "tsc --outDir dist",
"clean": "rimraf dist",
"start:js": "parcel watch --target main --target module --no-hmr --no-cache",
"start:types": "tsc --outDir dist --watch",
"prepack": "yarn build"
},
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/jchinkle/react-arborist.git"
},
"homepage": "https://react-arborist.netlify.app",
"bugs": "https://github.com/brimdata/react-arborist/issues",
"keywords": [
"react",
"arborist",
"react-arborist",
"treeview",
"tree",
"vitualized",
"dnd",
"multiselection",
"filterable"
],
"dependencies": {
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^14.0.1",
"react-window": "^1.8.6",
"redux": "^4.1.1",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
"react": ">= 16.14",
"react-dom": ">= 16.14"
},
"devDependencies": {
"@parcel/core": "^2.3.2",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.0",
"@types/react-window": "^1.8.5",
"@types/use-sync-external-store": "^0.0.3",
"jest": "^29.4.1",
"npm-run-all": "^4.1.5",
"parcel": "^2.3.2",
"rimraf": "^4.1.2",
"ts-jest": "^29.0.5",
"typescript": "^4.6.2"
}
}