|
| 1 | +{ |
| 2 | + "name": "react-component-queries", |
| 3 | + "description": "Provide props to your Components based on their Width and/or Height.", |
| 4 | + "main": "lib/react-component-queries.js", |
| 5 | + "scripts": { |
| 6 | + "prebuild": "rm -rf lib && mkdir lib", |
| 7 | + "build": "NODE_ENV=production webpack", |
| 8 | + "commit": "git-cz", |
| 9 | + "test": "NODE_ENV=test mocha --compilers js:babel-register --recursive --require ./test/setup.js \"test/**/*.test.js\"", |
| 10 | + "test:coverage": "NODE_ENV=test babel-node $(npm bin)/isparta cover $(npm bin)/_mocha -- -R spec --require ./test/setup.js", |
| 11 | + "report-coverage": "cat ./coverage/lcov.info | $(npm bin)/codecov", |
| 12 | + "lint": "eslint src", |
| 13 | + "semantic-release": "semantic-release pre && npm publish && semantic-release post", |
| 14 | + "example": "NODE_ENV=development node ./example" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/ctrlplusb/react-component-queries.git" |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "react", |
| 22 | + "responsive", |
| 23 | + "hoc", |
| 24 | + "element-queries", |
| 25 | + "media-queries" |
| 26 | + ], |
| 27 | + "author": "Sean Matheson <[email protected]>", |
| 28 | + "license": "MIT", |
| 29 | + "bugs": { |
| 30 | + "url": "https://github.com/ctrlplusb/react-component-queries/issues" |
| 31 | + }, |
| 32 | + "homepage": "https://github.com/ctrlplusb/react-component-queries#readme", |
| 33 | + "devDependencies": { |
| 34 | + "babel-cli": "6.7.5", |
| 35 | + "babel-core": "6.7.6", |
| 36 | + "babel-eslint": "6.0.2", |
| 37 | + "babel-loader": "6.2.4", |
| 38 | + "babel-plugin-rewire": "1.0.0-rc-2", |
| 39 | + "babel-preset-es2015": "6.6.0", |
| 40 | + "babel-preset-react": "6.5.0", |
| 41 | + "babel-preset-stage-1": "6.5.0", |
| 42 | + "babel-register": "6.7.2", |
| 43 | + "chai": "3.5.0", |
| 44 | + "codecov.io": "0.1.6", |
| 45 | + "commitizen": "2.7.6", |
| 46 | + "compression": "1.6.1", |
| 47 | + "cz-conventional-changelog": "1.1.5", |
| 48 | + "enzyme": "2.2.0", |
| 49 | + "eslint": "2.8.0", |
| 50 | + "eslint-config-airbnb": "7.0.0", |
| 51 | + "eslint-loader": "1.3.0", |
| 52 | + "eslint-plugin-jsx-a11y": "0.6.2", |
| 53 | + "eslint-plugin-mocha": "2.2.0", |
| 54 | + "eslint-plugin-react": "4.3.0", |
| 55 | + "express": "4.13.4", |
| 56 | + "ghooks": "1.2.1", |
| 57 | + "isparta": "4.0.0", |
| 58 | + "jsdom": "8.4.0", |
| 59 | + "mocha": "2.4.5", |
| 60 | + "path": "0.12.7", |
| 61 | + "react": "15.0.1", |
| 62 | + "react-addons-test-utils": "15.0.1", |
| 63 | + "react-dom": "15.0.1", |
| 64 | + "semantic-release": "^6.2.1", |
| 65 | + "stats-webpack-plugin": "0.3.1", |
| 66 | + "webpack": "1.13.0", |
| 67 | + "webpack-dev-middleware": "1.6.1", |
| 68 | + "webpack-hot-middleware": "2.10.0" |
| 69 | + }, |
| 70 | + "peerDependencies": { |
| 71 | + "react": "^0.14.0 || ^15.0.0", |
| 72 | + "react-dom": "^0.14.0 || ^15.0.0", |
| 73 | + "react-sizeme": "^1.0.0" |
| 74 | + }, |
| 75 | + "czConfig": { |
| 76 | + "path": "node_modules/cz-conventional-changelog" |
| 77 | + }, |
| 78 | + "config": { |
| 79 | + "ghooks": { |
| 80 | + "pre-commit": "npm run test" |
| 81 | + } |
| 82 | + }, |
| 83 | + "dependencies": { |
| 84 | + "invariant": "^2.2.0" |
| 85 | + } |
| 86 | +} |
0 commit comments