@hello-pangea/dnd

v17.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...

commit

cz

chromatic

chromatic --project-token=f92123f238de

prepare

husky

release

release-it

release:test

release-it --dry-run

test:accessibility

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

test

jest --config ./jest.config.ts

test:browser

cypress open

test:browser:ci

cypress run

test:coverage

pnpm test --coverage --coveragePathIgnorePatterns=/debug

validate

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

prettier:check

pnpm prettier --debug-check $npm_package_config_prettier_target

prettier:write

pnpm prettier --write $npm_package_config_prettier_target

lint:eslint

pnpm eslint "./**/*.{js,jsx,ts,tsx}"

lint:css

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

typecheck

pnpm typecheck:lib && pnpm typecheck:test && pnpm typecheck:storybook

typecheck:lib

pnpm tsc --project tsconfig.json

typecheck:storybook

pnpm tsc --project stories/tsconfig.json && pnpm tsc --project .storybook/tsconfig.json

typecheck:test

pnpm tsc --project test/tsconfig.json && pnpm tsc --project csp-server/tsconfig.json && pnpm tsc --project cypress/tsconfig.json

bundle-size:check

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

bundle-size:update

pnpm build:clean && pnpm build:dist && pnpm build:clean

build

pnpm build:clean && pnpm build:dist

build:clean

rimraf dist

build:dist

cross-env NODE_ENV=production rollup -c

storybook

storybook dev -p 9002

build-storybook

storybook build -c .storybook -o site

prepublishOnly

pnpm build
npm i @hello-pangea/dnd

Metadata

Downloads