react-beautiful-dnd
Version:
Beautiful, accessible drag and drop for lists with React.js
94 lines (93 loc) • 2.87 kB
JSON
{
"name": "react-beautiful-dnd",
"version": "4.0.0",
"description": "Beautiful, accessible drag and drop for lists with React.js",
"author": "Alex Reardon <areardon@atlassian.com>",
"keywords": [
"drag and drop",
"dnd",
"react",
"react.js",
"natural",
"beautiful"
],
"bugs": {
"url": "https://github.com/atlassian/react-beautiful-dnd/issues"
},
"main": "lib/index.js",
"files": [
"/lib",
"/dist"
],
"scripts": {
"test": "jest --config ./jest.config.js",
"validate": "yarn run lint && yarn run typecheck",
"lint": "eslint .",
"typecheck": "flow check",
"build": "yarn run build:clean && yarn run build:lib && yarn run build:flow && yarn run build:dist",
"build:clean": "rimraf lib && rimraf dist",
"build:dist": "rollup -c && rollup -c --min",
"build:lib": "babel src -d lib",
"build:flow": "flow-copy-source --verbose src lib",
"storybook": "start-storybook -p 9002",
"build-storybook": "build-storybook -c .storybook -o site",
"prepublish": "yarn run build"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"invariant": "^2.2.2",
"memoize-one": "^3.0.1",
"prop-types": "^15.6.0",
"raf-schd": "^2.1.0",
"react-motion": "^0.5.2",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1"
},
"devDependencies": {
"@atlaskit/css-reset": "^1.2.0",
"@storybook/react": "^3.2.16",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.41.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.6.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "0.61.0",
"flow-copy-source": "^1.2.1",
"jest": "^22.0.5",
"raf-stub": "^2.0.1",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-test-renderer": "^16.2.0",
"rimraf": "^2.6.2",
"rollup": "^0.53.4",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1",
"styled-components": "^2.4.0"
},
"peerDependencies": {
"react": ">=15.4.0 || ^16.0.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/atlassian/react-beautiful-dnd.git"
}
}