react-reorder
Version:
Drag & drop, touch enabled, reorderable / sortable list, React component
66 lines (65 loc) • 1.9 kB
JSON
{
"name": "react-reorder",
"version": "3.0.0-alpha.7",
"description": "Drag & drop, touch enabled, reorderable / sortable list, React component",
"author": "Jake 'Sid' Smith",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"start": "./scripts/start",
"build-js": "browserify -t babelify examples/src/js/index.js -o examples/build/js/index.js",
"watch-js": "watchify -t babelify examples/src/js/index.js -o examples/build/js/index.js -v",
"build-dirs": "mkdir -p examples/build/js/",
"build": "npm run build-dirs && npm run build-js",
"watch": "npm run watch-js",
"lint": "eslint src/ tests/ examples/js/",
"mocha": "BABEL_ENV=mocha nyc mocha --opts .mocharc 'tests/**/*.test.js'",
"test": "npm run lint && npm run mocha"
},
"bugs": "https://github.com/JakeSidSmith/react-reorder/issues",
"repository": {
"type": "git",
"url": "https://github.com/JakeSidSmith/react-reorder"
},
"keywords": [
"react",
"facebook",
"reorder",
"sort",
"reorderable",
"sortable",
"drag and drop",
"mobile",
"touch"
],
"dependencies": {
"create-react-class": "*",
"prop-types": "*"
},
"devDependencies": {
"babel-plugin-istanbul": "4.0.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.11.1",
"babelify": "7.3.0",
"browserify": "12.0.1",
"chai": "3.5.0",
"concurrently": "3.5.0",
"eslint-config-jakesidsmith": "github:jakesidsmith/eslint-config-jakesidsmith#v2.1.0",
"http-server": "0.8.5",
"immutable": "3.8.1",
"jquery": "3.1.1",
"jsdom": "9.8.3",
"mocha": "3.2.0",
"nyc": "10.0.0",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-style-sheets": "0.1.0",
"sinon": "1.17.6",
"sinon-chai": "2.8.0",
"watchify": "3.6.1"
},
"peerDependencies": {
"react": "*"
}
}