Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
react-focus-lock
/
Filename :
package.json
back
Copy
{ "name": "react-focus-lock", "version": "2.2.1", "description": "It is a trap! (for a focus)", "main": "dist/cjs/index.js", "jsnext:main": "dist/es2015/index.js", "module": "dist/es2015/index.js", "types": "react-focus-lock.d.ts", "sideEffects": [ "**/sidecar.js" ], "scripts": { "build:cjs": "NODE_ENV=cjs babel src -d dist/cjs", "build:es5": "NODE_ENV=es2015 babel src -d dist/es2015", "build": "rm -Rf ./dist && yarn build:es5 && yarn build:cjs", "test": "npm run test:pick -- '_tests/**/*spec.js'", "test:pick": "NODE_ENV=cjs mocha --require @babel/register --require jsdom-global/register --require _tests/spinup/scaffolding ", "prepublish": "npm run build", "lint": "eslint src", "lint:fix": "eslint src tests --fix", "storybook": "NODE_ENV=es2015 start-storybook -p 6006", "build-storybook": "NODE_ENV=es2015 build-storybook", "package-self": "package-self", "size": "npm run build && npx size-limit", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0" }, "repository": { "type": "git", "url": "git+https://github.com/theKashey/react-focus-lock.git" }, "files": [ "dist", "sidecar", "UI", "interfaces.d.ts", "react-focus-lock.d.ts" ], "keywords": [ "react", "focus", "lock", "trap", "tabbable" ], "author": "theKashey <thekashey@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/theKashey/react-focus-lock/issues" }, "peerDependencies": { "react": "^16.8.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.0.0", "@babel/plugin-proposal-class-properties": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/polyfill": "^7.0.0", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "@size-limit/preset-small-lib": "^2.1.1", "@storybook/addon-actions": "^5.1.8", "@storybook/addon-links": "^5.1.8", "@storybook/react": "^5.1.8", "@types/react": "^16.8.19", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.4", "babel-plugin-transform-react-remove-prop-types": "^0.4.19", "chai": "^4.1.0", "chai-enzyme": "^1.0.0-beta.0", "conventional-changelog-cli": "^2.0.12", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.7.1", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-import": "^2.17.3", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-mocha": "^5.3.0", "eslint-plugin-react": "^7.13.0", "jsdom": "15.1.1", "jsdom-global": "3.0.2", "material-ui": "^0.20.0", "mocha": "^6.1.4", "package-self": "^1.1.1", "react": "^16.8.6", "react-compat": "^0.0.1", "react-dom": "^16.8.6", "react-hot-loader": "^4.11.0", "react-test-renderer": "^16.2.0", "sinon": "7.3.2" }, "homepage": "https://github.com/theKashey/react-focus-lock#readme", "dependencies": { "@babel/runtime": "^7.0.0", "focus-lock": "^0.6.6", "prop-types": "^15.6.2", "react-clientside-effect": "^1.2.2", "use-callback-ref": "^1.2.1", "use-sidecar": "^1.0.1" } }