forgeplus-react/node_modules/react-resizable/package.json

113 lines
3.1 KiB
JSON

{
"_args": [
[
"react-resizable@1.11.1",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "react-resizable@1.11.1",
"_id": "react-resizable@1.11.1",
"_inBundle": false,
"_integrity": "sha512-S70gbLaAYqjuAd49utRHibtHLrHXInh7GuOR+6OO6RO6uleQfuBnWmZjRABfqNEx3C3Z6VPLg0/0uOYFrkfu9Q==",
"_location": "/react-resizable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-resizable@1.11.1",
"name": "react-resizable",
"escapedName": "react-resizable",
"rawSpec": "1.11.1",
"saveSpec": null,
"fetchSpec": "1.11.1"
},
"_requiredBy": [
"/"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/react-resizable/-/react-resizable-1.11.1.tgz",
"_spec": "1.11.1",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Samuel Reed",
"email": "samuel.trace.reed@gmail.com",
"url": "http://strml.net/"
},
"bugs": {
"url": "https://github.com/STRML/react-resizable/issues"
},
"dependencies": {
"prop-types": "15.x",
"react-draggable": "^4.0.3"
},
"description": "A component that is resizable with handles.",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.5",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"cross-env": "^7.0.2",
"css-loader": "^4.2.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"eslint": "^7.8.1",
"eslint-plugin-react": "^7.20.6",
"flow-bin": "^0.133.0",
"jest": "^26.4.2",
"lodash": "^4.17.20",
"pre-commit": "^1.1.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-test-renderer": "^16.11.0",
"style-loader": "^1.0.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.8.2"
},
"homepage": "https://github.com/STRML/react-resizable",
"keywords": [
"react",
"resize",
"resizable"
],
"license": "MIT",
"main": "index.js",
"name": "react-resizable",
"peerDependencies": {
"react": "0.14.x || 15.x || 16.x || 17.x",
"react-dom": "0.14.x || 15.x || 16.x || 17.x"
},
"pre-commit": [
"lint",
"validate",
"test"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/STRML/react-resizable.git"
},
"scripts": {
"build": "bash build.sh",
"build-example": "webpack",
"dev": "webpack-dev-server --open --open-page=examples/1.html",
"flow": "flow",
"lint": "eslint lib/ __tests__/ setupTests/; flow",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm run build",
"preversion": "npm run lint",
"test": "jest --coverage",
"unit": "jest --watch --verbose",
"validate": "yarn check",
"version": "git add CHANGELOG.md",
"watch": "webpack --progress --watch"
},
"version": "1.11.1"
}