@mentor-apm/react-sortable-tree
Version:
Drag-and-drop sortable component for nested data and hierarchies
62 lines (61 loc) • 1.37 kB
JSON
{
"version": "0.2.13",
"private": false,
"sideEffects": false,
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build"
},
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"name": "@virtuoso.dev/react-urx",
"author": "Petyo Ivanov",
"module": "dist/react-urx.esm.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@virtuoso.dev/urx": "^0.2.13"
},
"devDependencies": {
"@types/jsdom": "^16.2.5",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.8",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"jsdom": "^16.4.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"tsdx": "^0.13.3",
"tslib": "^2.0.1",
"typescript": "^4.0.2"
},
"gitHead": "35c5af30cb8d322a42e3c46a381e5f2667261096",
"source": "src/index.ts",
"homepage": "https://urx.virtuoso.dev/",
"repository": {
"type": "git",
"url": "https://github.com/virtuoso-dev/urx.git",
"directory": "packages/react-urx"
}
}