react-beautiful-dnd

v6.0.2
Beautiful, accessible drag and drop for lists with React.js
drag and drop dnd sortable react react.js natural beautiful

test

jest --config ./jest.config.js

validate

yarn run lint && yarn run typecheck

lint

yarn eslint .

typecheck

flow check

build

yarn run build:clean && yarn run build:lib && yarn run build:esm && yarn run build:flow && yarn run build:dist

build:clean

rimraf lib && rimraf esm && rimraf dist

build:lib

cross-env NODE_ENV=cjs babel src -d lib

build:esm

babel src -d esm

build:dist

rollup -c && cross-env NODE_ENV=min rollup -c

build:flow

echo "// @flow export * from '../src';" | tee lib/index.js.flow esm/index.js.flow

storybook

start-storybook -p 9002

build-storybook

build-storybook -c .storybook -o site

prepublish

yarn run build && cd website && yarn

website:dev

cd website && gatsby develop

website:build

cd website && yarn gatsby build

Metadata

Downloads