UNPKG

react-stack

Version:

Simple and intuitive flex-based layout

90 lines (89 loc) 2.26 kB
{ "name": "react-stack", "version": "1.2.2", "description": "Simple and intuitive flex-based layout", "scripts": { "clean": "rimraf dist/*", "build:umd": "webpack --display-error-details --progress", "build": "better-npm-run build", "lint": "eslint src/**/*.js*", "test": "karma start", "prepublish": "npm run build" }, "betterScripts": { "build": { "command": "npm run lint && npm run test && npm run clean && npm run build:umd", "env": { "NODE_ENV": "production" } } }, "main": "dist/index.js", "repository": { "type": "git", "url": "https://github.com/aush/react-stack.git" }, "keywords": [ "react", "reactjs", "react-component", "flex", "flexbox", "flex-box", "layout", "ui", "stack" ], "author": { "name": "Anton Matveev", "email": "aush.tx@gmail.com", "url": "http://github.com/aush" }, "license": "MIT", "bugs": { "url": "https://github.com/aush/react-stack/issues" }, "homepage": "https://github.com/aush/react-stack", "devDependencies": { "babel-core": "^6.4.5", "babel-eslint": "^5.0.0-beta6", "babel-loader": "^6.2.1", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "better-npm-run": "0.0.6", "chai": "^3.5.0", "enzyme": "^1.5.0", "eslint": "^1.10.3", "eslint-plugin-babel": "^3.0.0", "eslint-plugin-react": "^3.16.1", "imports-loader": "^0.6.5", "istanbul-instrumenter-loader": "^0.1.3", "json-loader": "^0.5.4", "karma": "^0.13.19", "karma-chrome-launcher": "^0.2.2", "karma-coverage": "^0.5.3", "karma-coveralls": "^1.1.2", "karma-mocha": "^0.2.1", "karma-mocha-reporter": "^1.1.5", "karma-source-map-support": "^1.1.0", "karma-webpack": "^1.7.0", "mocha": "^2.4.5", "react": "^0.14.7", "react-addons-test-utils": "^0.14.7", "react-dom": "^0.14.7", "rimraf": "^2.5.1", "webpack": "^1.12.12" }, "peerDependencies": { "react": ">=0.14.0" }, "dependencies": { "inline-style-prefixer": "^0.6.7", "lodash.includes": "^4.0.1", "lodash.isfinite": "^3.2.1" }, "engines": { "node": ">=4.1.0" } }