react-resizable-area
Version:
Create a resizable component with percentage width/height support
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "react-resizable-area",
"version": "0.4.2",
"description": "Create a resizable component with percentage width/height support",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": {
"name": "KochiyaOcean",
"email": "root@kochiyaocean.org"
},
"repository": {
"type": "git",
"url": "https://github.com/KochiyaOcean/react-resizable-area.git"
},
"keywords": [
"React",
"Resizable",
"Percent",
"Percentage"
],
"bugs": {
"url": "https://github.com/KochiyaOcean/react-resizable-area/issues"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.0",
"eslint-plugin-standard": "^3.0.1",
"prop-types": "^15.6.0",
"webpack": "^3.10.0"
},
"dependencies": {}
}