/
githubmirror
/
react-beautiful-dnd
Обзор
Документация
Войти
/
githubmirror
/
react-beautiful-dnd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v12.1.0
package.json
151 строка
5 KB
Alex Reardon
v12.1.0
14 ноя 2019, 09:32
14 ноя 2019, 09:32
cbd6327
Код
Авторство
О чём код?
{ "name": "react-beautiful-dnd", "version": "12.1.0", "description": "Beautiful and accessible drag and drop for lists with React", "author": "Alex Reardon <areardon@atlassian.com>", "keywords": [ "drag and drop", "dnd", "sortable", "reorder", "reorderable", "react", "react.js", "natural", "beautiful", "accessible" ], "repository": { "type": "git", "url": "https://github.com/atlassian/react-beautiful-dnd.git" }, "bugs": { "url": "https://github.com/atlassian/react-beautiful-dnd/issues" }, "main": "dist/react-beautiful-dnd.cjs.js", "module": "dist/react-beautiful-dnd.esm.js", "sideEffects": false, "files": [ "/dist", "/src" ], "config": { "prettier_target": "*.{js,jsx,md,json} src/**/*.{js,jsx,md,json} test/**/*.{js,jsx,md,json} docs/**/*.{js,jsx,md,json} stories/**/*.{js,jsx,md,json} cypress/**/*.{js,jsx,md,json}" }, "scripts": { "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\n\nexport * 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" }, "dependencies": { "@babel/runtime-corejs2": "^7.6.3", "css-box-model": "^1.2.0", "jest-axe": "^3.2.0", "memoize-one": "^5.1.1", "raf-schd": "^4.0.2", "react-redux": "^7.1.1", "redux": "^4.0.4", "use-memo-one": "^1.1.1" }, "devDependencies": { "@atlaskit/css-reset": "^5.0.9", "@atlaskit/theme": "^9.2.5", "@babel/core": "^7.6.4", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-transform-modules-commonjs": "^7.6.0", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.6.3", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.6.3", "@emotion/babel-preset-css-prop": "^10.0.22", "@emotion/core": "^10.0.22", "@emotion/styled": "^10.0.22", "@storybook/react": "^5.2.5", "@storybook/theming": "^5.2.5", "@testing-library/react": "^9.3.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "babel-plugin-dev-expression": "^0.2.2", "babel-plugin-emotion": "^10.0.22", "cross-env": "^6.0.3", "cypress": "^3.5.0", "emotion-theming": "^10.0.19", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.15.1", "eslint": "6.5.1", "eslint-config-airbnb": "^18.0.1", "eslint-config-prettier": "^6.4.0", "eslint-plugin-cypress": "^2.7.0", "eslint-plugin-emotion": "^10.0.14", "eslint-plugin-flowtype": "^4.3.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jest": "^22.20.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-react": "^7.16.0", "eslint-plugin-react-hooks": "^2.2.0", "flow-bin": "0.110.1", "fs-extra": "^8.0.1", "globby": "^10.0.1", "jest": "^24.9.0", "jest-junit": "^9.0.0", "jest-watch-typeahead": "^0.4.0", "lighthouse": "^5.6.0", "markdown-it": "^10.0.0", "prettier": "^1.18.2", "raf-stub": "^3.0.0", "react": "^16.11.0", "react-dom": "^16.11.0", "react-test-renderer": "^16.11.0", "react-virtualized": "^9.21.1", "react-window": "^1.8.5", "require-from-string": "^2.0.2", "rimraf": "^3.0.0", "rollup": "^1.25.2", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^5.1.0", "rollup-plugin-replace": "^2.2.0", "rollup-plugin-size-snapshot": "^0.10.0", "rollup-plugin-strip": "^1.2.2", "rollup-plugin-terser": "^5.1.2", "styled-components": "4.4.0", "stylelint": "^11.1.1", "stylelint-config-prettier": "^6.0.0", "stylelint-config-recommended": "^3.0.0", "stylelint-config-standard": "^19.0.0", "stylelint-config-styled-components": "^0.1.1", "stylelint-processor-styled-components": "^1.8.0", "wait-port": "^0.2.6", "webpack": "^4.41.2" }, "peerDependencies": { "react": "^16.8.5", "react-dom": "^16.8.5" }, "license": "Apache-2.0", "jest-junit": { "output": "test-reports/junit/js-test-results.xml" } }