react-beautiful-dragify
Version:
React drag and drop library alternatie of react-beautiful-dnd
102 lines (101 loc) • 2.44 kB
JSON
{
"name": "react-beautiful-dragify",
"version": "1.4.0",
"description": "React drag and drop library alternatie of react-beautiful-dnd",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "rollup -c",
"test": "jest",
"lint": "eslint src/**/*.{ts,tsx}",
"prepare": "husky"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/CraftFossLabs/react-beautiful-dragify.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-react-hooks": "^4.0.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "24.1.1",
"lint-staged": "^15.2.9",
"npm-run-all": "4.1.5",
"postcss": "8",
"prettier": "^3.3.3",
"pretty": "2.0.0",
"rollup": "^2.0.0",
"rollup-plugin-typescript2": "^0.31.0",
"sass": "1.80.3",
"semantic-release": "^24.1.1",
"ts-jest": "^29.2.6",
"typescript": "^4.0.0"
},
"keywords": [
"react-beautiful-dnd",
"react-beautiful-dragify",
"react",
"drag-and-drop",
"dragify",
"dnd"
],
"author": {
"name": "Anand Kumar",
"email": "ankumar47.jsr@gmail.com",
"url": "https://github.com/anandkr47"
},
"license": "MIT",
"lint-staged": {
"**/*.{js,ts}": [
"prettier --write",
"eslint ."
],
"**/*.json": [
"prettier --write"
],
"**/*.md": [
"prettier --write"
]
},
"engines": {
"node": ">=12.0.0"
},
"release": {
"repositoryUrl": "https://github.com/CraftFossLabs/react-beautiful-dragify.git",
"branches": [
"main",
"next",
{
"name": "beta",
"prerelease": true
}
]
}
}