react-beautiful-dnd

v8.0.0
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 prettier:check && yarn lint:eslint && yarn lint:css && yarn typecheck

prettier:check

yarn prettier --debug-check *.md src/**/*.{js,jsx} test/**/*.{js,jsx} stories/**/*.{js,jsx} website/src/**/*.{js,jsx}

prettier:write

yarn prettier --write *.md src/**/*.{js,jsx} test/**/*.{js,jsx} stories/**/*.{js,jsx} website/src/**/*.{js,jsx}

lint:eslint

yarn eslint .

lint:css

stylelint "stories/**/*.{js,jsx}"

typecheck

flow check

bundle-size:check

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

bundle-size:update

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 & opn http://localhost: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