UNPKG

styled-layout-pack

Version:
42 lines (41 loc) 911 B
{ "name": "styled-layout-pack", "version": "0.0.12", "description": "", "author": "makotot <makoto.ttn@gmail.com>", "homepage": "https://github.com/makotot/layout-pack", "license": "MIT", "main": "lib/index.js", "module": "lib/index.esm.js", "types": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/makotot/layout-pack.git" }, "scripts": { "prebuild": "tsc", "build": "rollup -c", "clean": "rimraf ./lib", "tsc": "tsc" }, "bugs": { "url": "https://github.com/makotot/layout-pack/issues" }, "dependencies": { "layout-pack": "^0.0.12" }, "devDependencies": { "styled-components": "^5.0.0" }, "peerDependencies": { "styled-components": "^5.0.0" }, "gitHead": "77601e8816fbc67d722ced383e48a46b155de0b8" }