react-beautiful-dnd

v13.0.0
Beautiful and accessible drag and drop for lists with React
drag and drop dnd sortable reorder reorderable react react.js natural beautiful and 2 more...

test:accessibility

lighthouse http://localhost:9002/iframe.html?id=single-vertical-list--basic --chrome-flags='--headless' --output=json --output=html --output-path=./test-reports/lighthouse/a11y.json && node a11y-audit-parse.js

test

jest --config ./jest.config.js

test:ci

jest test --maxWorkers=2

test:browser

cypress open

test:browser:ci

cypress run

test:coverage

yarn test --coverage --coveragePathIgnorePatterns=/debug

validate

yarn prettier:check && yarn lint:eslint && yarn lint:css && yarn typecheck

prettier:check

yarn prettier --debug-check $npm_package_config_prettier_target

prettier:write

yarn prettier --write $npm_package_config_prettier_target

lint:eslint

yarn eslint "./**/*.{js,jsx}"

lint:css

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

typecheck

flow check --max-warnings=0

bundle-size:check

cross-env SNAPSHOT=match yarn bundle-size:update

bundle-size:update

yarn build:clean && 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

prepublishOnly

yarn build

Metadata

Downloads