117 lines
3.2 KiB
JSON
117 lines
3.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-grid-layout@0.16.0",
|
|
"C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI"
|
|
]
|
|
],
|
|
"_from": "react-grid-layout@0.16.0",
|
|
"_id": "react-grid-layout@0.16.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-83ZDngNYhAgSnxcLUxNUQlpWD0gDJxBSx8q29yBA2YjIxkHUKwr36HpYwJc/Zft19BHE81DinNBlDwPeAUWAXg==",
|
|
"_location": "/react-grid-layout",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-grid-layout@0.16.0",
|
|
"name": "react-grid-layout",
|
|
"escapedName": "react-grid-layout",
|
|
"rawSpec": "0.16.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.16.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-grid-layout/-/react-grid-layout-0.16.0.tgz",
|
|
"_spec": "0.16.0",
|
|
"_where": "C:\\Users\\deranjer\\go\\src\\github.com\\deranjer\\goTorrent\\goTorrentWebUI",
|
|
"author": {
|
|
"name": "Samuel Reed",
|
|
"email": "samuel.trace.reed@gmail.com",
|
|
"url": "http://strml.net/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/STRML/react-grid-layout/issues"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "2.x",
|
|
"lodash.isequal": "^4.0.0",
|
|
"prop-types": "15.x",
|
|
"react-draggable": "^3.0.3",
|
|
"react-resizable": "^1.7.5"
|
|
},
|
|
"description": "A draggable and resizable grid layout with responsive breakpoints, for React.",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-core": "^6.24.1",
|
|
"babel-eslint": "^8.0.1",
|
|
"babel-jest": "^21.2.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-react-transform": "^3.0.0",
|
|
"babel-plugin-transform-react-constant-elements": "^6.5.0",
|
|
"babel-plugin-transform-react-inline-elements": "^6.6.5",
|
|
"babel-plugin-typecheck": "^3.6.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-preset-stage-1": "^6.24.1",
|
|
"css-loader": "^0.28.7",
|
|
"ejs": "^2.4.1",
|
|
"eslint": "^4.7.2",
|
|
"eslint-plugin-mocha": "^4.11.0",
|
|
"eslint-plugin-react": "^7.4.0",
|
|
"exports-loader": "^0.6.4",
|
|
"flow-bin": "^0.55.0",
|
|
"imports-loader": "^0.7.1",
|
|
"jest-cli": "^21.2.0",
|
|
"jsxhint": "^0.15.1",
|
|
"lodash": "^4.3.0",
|
|
"pre-commit": "^1.1.2",
|
|
"precommit-hook": "^3.0.0",
|
|
"react": "^16.x",
|
|
"react-dom": "^16.x",
|
|
"react-hot-loader": "^1.3.0",
|
|
"react-transform-hmr": "^1.0.2",
|
|
"style-loader": "^0.18.2",
|
|
"valiquire": "^0.3.0",
|
|
"webpack": "^3.6.0",
|
|
"webpack-dev-server": "^2.8.2"
|
|
},
|
|
"homepage": "https://github.com/STRML/react-grid-layout",
|
|
"keywords": [
|
|
"react",
|
|
"grid",
|
|
"drag",
|
|
"draggable",
|
|
"resize",
|
|
"resizable",
|
|
"fluid",
|
|
"responsive"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "react-grid-layout",
|
|
"pre-commit": [
|
|
"lint"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/STRML/react-grid-layout.git"
|
|
},
|
|
"scripts": {
|
|
"build": "make build",
|
|
"build-example": "make build-example",
|
|
"dev": "make dev",
|
|
"flow": "flow",
|
|
"lint": "make lint",
|
|
"prepublishOnly": "make build",
|
|
"test": "make test",
|
|
"validate": "npm ls"
|
|
},
|
|
"version": "0.16.0"
|
|
}
|