react-beautiful-dnd

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

test

jest --config ./jest.config.js

test:ci

jest test --maxWorkers=2

test:browser

testcafe 'chrome:headless,chrome:headless:emulation:device=iphone 6;touch=true,firefox:headless' ./test/browser/* -r spec,xunit:./test-reports/browser/test-results.xml

test:browser:local

testcafe 'chrome' ./test/browser/*

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}" "website/src/**/*.{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

website:start

cd website && yarn develop

website:build

cd website && yarn build

prepare

cd website && yarn

prepublishOnly

yarn build

Metadata

Downloads