UNPKG

react-native-web-headroom

Version:
75 lines (74 loc) 2.4 kB
{ "name": "react-split-pane", "description": "React split-pane component", "main": "index.js", "types": "index.d.ts", "version": "0.1.77", "repository": { "type": "git", "url": "https://github.com/tomkp/react-split-pane" }, "license": "MIT", "bugs": { "url": "https://github.com/tomkp/react-split-pane" }, "homepage": "https://github.com/tomkp/react-split-pane", "author": "tomkp <tom@tomkp.com>", "keywords": [ "react", "react-component", "split-pane", "react-split-pane", "es6" ], "dependencies": { "inline-style-prefixer": "^3.0.6", "prop-types": "^15.5.10", "react-style-proptype": "^3.0.0" }, "devDependencies": { "@types/inline-style-prefixer": "^3.0.1", "@types/react": "^16.0.36", "babel-cli": "^6.24.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babelify": "^7.3.0", "browserify": "^14.4.0", "chai": "^4.0.2", "chai-spies": "^0.7.1", "coveralls": "^2.13.1", "express": "^4.15.3", "mochify": "^3.3.0", "mochify-istanbul": "^2.4.2", "prettier": "^1.7.4", "react": "^15.6.1", "react-dom": "^15.6.1", "release-it": "^7.0.2", "surge": "^0.19.0", "typescript": "^2.5.3", "watchify": "^3.9.0" }, "scripts": { "compile": "babel -d lib/ src/", "compile:watch": "babel -w -d lib/ src/", "prepublish": "npm run compile", "test": "npm run compile && mochify -R spec", "test:watch": "npm run compile:watch & mochify -R spec --watch", "test:coverage": "mochify --plugin [ mochify-istanbul --exclude '**/test/**' --report lcovonly ] && cat lcov.info | coveralls && rm lcov.info", "demo": "npm run compile && browserify demo/Examples.js -d -t -o demo/bundle.js", "demo:watch": "npm run compile:watch & watchify demo/Examples.js -d -t -o demo/bundle.js", "demo:publish": "npm run compile && browserify demo/Examples.js -d -t -o demo/bundle.js && surge demo react-split-pane.surge.sh", "prettier": "prettier --single-quote --trailing-comma es5 --write './{src,test}/**/*.js'", "release:patch": "npm test && npm run compile && npm version patch && git push && npm publish" }, "browserify": { "transform": [ [ "babelify" ] ] }, "false": {} }