129 lines
3.6 KiB
JSON
129 lines
3.6 KiB
JSON
|
|
{
|
||
|
|
"_args": [
|
||
|
|
[
|
||
|
|
"@farfetch/react-context-responsive@1.5.0",
|
||
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"_from": "@farfetch/react-context-responsive@1.5.0",
|
||
|
|
"_id": "@farfetch/react-context-responsive@1.5.0",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha512-vroOutgYik9ts/RxCKcK0O+0QUOZNe5yU2OSbvuzsT9OvNprmHUFa502DQP3BcKF5mwdPQCI9V7LDUzQyxraMw==",
|
||
|
|
"_location": "/@farfetch/react-context-responsive",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "version",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "@farfetch/react-context-responsive@1.5.0",
|
||
|
|
"name": "@farfetch/react-context-responsive",
|
||
|
|
"escapedName": "@farfetch%2freact-context-responsive",
|
||
|
|
"scope": "@farfetch",
|
||
|
|
"rawSpec": "1.5.0",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "1.5.0"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npmjs.org/@farfetch/react-context-responsive/-/react-context-responsive-1.5.0.tgz",
|
||
|
|
"_spec": "1.5.0",
|
||
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/Farfetch/react-context-responsive/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"css-mediaquery": "^0.1.2",
|
||
|
|
"prop-types": "^15.6.1"
|
||
|
|
},
|
||
|
|
"description": "A responsive API using React's Context API",
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/cli": "^7.8.4",
|
||
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.9.5",
|
||
|
|
"@babel/preset-env": "^7.9.5",
|
||
|
|
"@babel/preset-react": "^7.9.4",
|
||
|
|
"@commitlint/config-conventional": "^9.0.1",
|
||
|
|
"@semantic-release/changelog": "^5.0.1",
|
||
|
|
"@semantic-release/git": "^9.0.0",
|
||
|
|
"@testing-library/jest-dom": "^5.8.0",
|
||
|
|
"@testing-library/react": "^10.0.4",
|
||
|
|
"@types/react": "^16.9.56",
|
||
|
|
"@types/react-dom": "^16.9.9",
|
||
|
|
"babel-eslint": "^10.1.0",
|
||
|
|
"babel-plugin-add-module-exports": "^1.0.2",
|
||
|
|
"commitlint": "^8.0.0",
|
||
|
|
"eslint": "^7.7.0",
|
||
|
|
"eslint-config-prettier": "^6.11.0",
|
||
|
|
"eslint-plugin-babel": "^5.3.0",
|
||
|
|
"eslint-plugin-prettier": "^3.1.3",
|
||
|
|
"eslint-plugin-react": "^7.19.0",
|
||
|
|
"eslint-plugin-react-hooks": "^4.0.8",
|
||
|
|
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
|
||
|
|
"husky": "^2.4.0",
|
||
|
|
"jest": "^24.8.0",
|
||
|
|
"jest-watch-typeahead": "^0.6.0",
|
||
|
|
"lint-staged": "^9.2.5",
|
||
|
|
"prettier": "^2.0.5",
|
||
|
|
"react": "^16.9.0",
|
||
|
|
"react-addons-test-utils": "^15.6.2",
|
||
|
|
"react-dom": "^16.9.0",
|
||
|
|
"react-test-renderer": "^15.6.2",
|
||
|
|
"rimraf": "^3.0.2",
|
||
|
|
"semantic-release": "^17.1.1",
|
||
|
|
"typescript": "^4.0.5"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"lib",
|
||
|
|
"es",
|
||
|
|
"index.d.ts"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/Farfetch/react-context-responsive#readme",
|
||
|
|
"husky": {
|
||
|
|
"hooks": {
|
||
|
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
||
|
|
"pre-commit": "lint-staged"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"react",
|
||
|
|
"responsive",
|
||
|
|
"context",
|
||
|
|
"css",
|
||
|
|
"viewport",
|
||
|
|
"mobile",
|
||
|
|
"media queries",
|
||
|
|
"media query",
|
||
|
|
"matchMedia",
|
||
|
|
"component"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"lint-staged": {
|
||
|
|
"(src/**/|tests/**/|webpack)*.js": [
|
||
|
|
"eslint --fix",
|
||
|
|
"git add"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"main": "./lib/index.js",
|
||
|
|
"module": "./es/index.js",
|
||
|
|
"name": "@farfetch/react-context-responsive",
|
||
|
|
"peerDependencies": {
|
||
|
|
"react": "^16.9.0 || ^17.0.0"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "public"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/Farfetch/react-context-responsive.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"build": "npm run clean && npm run build:cjs && npm run build:es",
|
||
|
|
"build:cjs": "babel src --out-dir lib --env-name cjs",
|
||
|
|
"build:es": "babel src --out-dir es --env-name es",
|
||
|
|
"clean": "rimraf lib && rimraf es",
|
||
|
|
"lint": "eslint src/**/*.js && eslint tests/**/*.js",
|
||
|
|
"test": "jest"
|
||
|
|
},
|
||
|
|
"source": "./src/index.js",
|
||
|
|
"version": "1.5.0"
|
||
|
|
}
|