UNPKG

react-styled-flexboxgrid

Version:

Grid system based on styled-components and flexbox for React

107 lines (106 loc) 3.84 kB
{ "name": "react-styled-flexboxgrid", "version": "3.3.0", "description": "Grid system based on styled-components and flexbox for React", "keywords": [ "react", "grid", "flexbox", "styled", "styled-components" ], "main": "lib/index.js", "jsnext:main": "dist/styled-flexboxgrid.es.js", "module": "dist/styled-flexboxgrid.es.js", "scripts": { "build": "npm run build:lib && npm run build:emotion && npm run build:dist", "prebuild:lib": "rm -rf lib/*", "build:lib": "babel --out-dir lib src", "build:emotion": "NODE_ENV=emotion babel --out-dir lib/emotion src", "prebuild:umd": "rm -rf dist/*", "prebuild:dist": "rm -rf dist/*", "build:dist": "cross-env NODE_ENV=production rollup -c", "build:watch": "npm run build:lib -- --watch", "start": "cross-env NODE_ENV=development webpack-dev-server --config demo/webpack.config.babel.js --hot", "demo:build": "cross-env NODE_ENV=production webpack --config demo/webpack.config.babel.js", "lint": "eslint 'src/**/*.js'", "tslint": "tslint -c tslint.json '**.ts'", "test": "npm run lint && npm run tslint && npm run mocha && npm run karma", "karma": "cross-env NODE_ENV=test karma start", "karma:watch": "cross-env NODE_ENV=test karma start --no-single-run", "mocha": "cross-env NODE_ENV=test mocha --require @babel/register **/*.test.js", "mocha:watch": "cross-env NODE_ENV=test mocha --watch --require @babel/register **/*.test.js", "prepublish": "npm run build" }, "author": "Loic Mahieu", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/LoicMahieu/react-styled-flexboxgrid.git" }, "bugs": { "url": "https://github.com/LoicMahieu/react-styled-flexboxgrid/issues" }, "homepage": "https://github.com/LoicMahieu/react-styled-flexboxgrid", "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.4", "@babel/plugin-external-helpers": "^7.8.3", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/polyfill": "^7.8.3", "@babel/preset-env": "^7.8.4", "@babel/preset-react": "^7.8.3", "@babel/register": "^7.8.3", "babel-loader": "^8.0.6", "babel-plugin-emotion": "^10.0.27", "babel-plugin-styled-components": "^1.10.7", "babel-plugin-transform-rename-import": "^2.3.0", "babel-preset-react-hmre": "^1.1.1", "chai": "^4.2.0", "cross-env": "^7.0.0", "emotion": "^10.0.27", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.18.3", "eslint-plugin-standard": "^4.0.1", "html-loader": "^0.5.5", "karma": "^4.4.1", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^4.0.2", "lodash.compact": "^3.0.1", "lodash.debounce": "^4.0.8", "markdown-loader": "^5.1.0", "mocha": "^7.0.1", "prop-types": "^15.7.2", "react": "^16.8.3", "react-dom": "^16.12.0", "react-emotion": "^10.0.0", "rollup": "^1.31.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-uglify": "^6.0.4", "rollup-plugin-visualizer": "^3.3.1", "styled-components": "^4.1.3", "tslint": "^6.0.0", "typescript": "^3.7.5", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-dev-server": "^3.10.3", "webpack-hot-middleware": "^2.25.0" }, "peerDependencies": { "react": ">= 0.14.0 < 18.0.0", "prop-types": "^15.6.0", "styled-components": ">= 2" }, "dependencies": { "lodash.isinteger": "^4.0.4" } }