react-beautiful-dnd

v7.0.1
Beautiful, accessible drag and drop for lists with React.js
drag and drop dnd sortable reorder reorderable react react.js natural beautiful and 1 more...

test

jest --config ./jest.config.js

validate

yarn lint && yarn typecheck

lint

yarn eslint .

typecheck

flow check

check-bundle-sizes

cross-env SNAPSHOT=check yarn build:dist && yarn build:clean

update-bundle-sizes

yarn build:dist && yarn build:clean

build

yarn build:clean && yarn build:dist && yarn build:flow

build:clean

rimraf dist

build:dist

rollup -c

build:flow

echo "// @flow export * from '../src';" > dist/react-beautiful-dnd.cjs.js.flow

storybook

start-storybook -p 9002

build-storybook

build-storybook -c .storybook -o site

website:start

cd website && yarn develop

website:build

cd website && yarn build

prepare

cd website && yarn

prepublishOnly

yarn build

Metadata

Downloads