UNPKG

emotion-flex-grid

Version:

A simple, responsive flexbox grid. Made with Emotion.

79 lines (78 loc) 2.25 kB
{ "name": "emotion-flex-grid", "version": "2.4.0", "description": "A simple, responsive flexbox grid. Made with Emotion.", "keywords": [ "emotion", "flexbox", "grid", "react", "styled", "css" ], "homepage": "https://rann91.github.io/emotion-flex-grid", "bugs": { "url": "https://github.com/rann91/emotion-flex-grid/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rann91/emotion-flex-grid.git" }, "license": "ISC", "author": "Ranjit Singh", "main": "build/lib/index.js", "types": "build/lib/index.d.ts", "files": [ "build/lib" ], "scripts": { "start": "webpack serve --config webpack/dev.js --progress", "build:app": "webpack --config webpack/app.js --progress", "build:lib": "webpack --config webpack/lib.js --progress", "build": "npm run build:app && npm run build:lib", "prepare": "husky install" }, "lint-staged": { "*.{js,ts,tsx}": "eslint" }, "devDependencies": { "@babel/core": "^7.17.8", "@emotion/react": "^11.8.2", "@emotion/styled": "^11.8.1", "@types/facepaint": "^1.2.2", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "@types/webpack-env": "^1.16.3", "@typescript-eslint/eslint-plugin": "^5.17.0", "@typescript-eslint/parser": "^5.17.0", "clean-webpack-plugin": "^4.0.0", "copy-webpack-plugin": "^10.2.4", "eslint": "^8.12.0", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.4", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.29.4", "facepaint": "^1.2.1", "gh-pages": "^3.2.3", "html-webpack-plugin": "^5.5.0", "husky": "^7.0.4", "lint-staged": "^12.3.7", "prettier": "^2.6.1", "react": "^17.0.2", "react-dom": "^17.0.2", "source-map-loader": "^3.0.1", "ts-loader": "^9.2.8", "typescript": "^4.6.3", "webpack": "^5.70.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.4", "webpack-node-externals": "^3.0.0" }, "peerDependencies": { "@emotion/react": "^11.1.5", "@emotion/styled": "^11.1.5" } }