blockstack-ui
Version:
Blockstack UI components built with css-in-js and styled-system.
89 lines (88 loc) • 2.43 kB
JSON
{
"name": "blockstack-ui",
"description": "Blockstack UI components built with css-in-js and styled-system.",
"version": "0.0.78",
"author": "Blockstack Team",
"bugs": {
"url": "https://github.com/blockstack/blockstack-ui/issues"
},
"bundlesize": [
{
"path": "./dist/*.js",
"maxSize": "1.5 kB"
}
],
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-transform-regenerator": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.3.4",
"babel-core": "^7.0.0-bridge.0",
"bundlesize": "^0.17.1",
"codecov": "^3.2.0",
"codemirror": "^5.44.0",
"mdi-react": "^4.4.0",
"mdx-go": "^2.0.0-29",
"prettier": "^1.16.4",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.8.3",
"react-live": "^1.11.0",
"rimraf": "^2.6.3",
"styled-components": "^4.1.3"
},
"homepage": "https://github.com/blockstack/blockstack-ui",
"keywords": [
"blockstack",
"components",
"css-in-js",
"design-system",
"react",
"react-component",
"styled-components",
"ui"
],
"license": "MIT",
"main": "dist/index.js",
"peerDependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"styled-components": "^4.0.3",
"styled-system": "^3.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/blockstack/blockstack-ui.git"
},
"scripts": {
"build": "babel src -d dist",
"clean": "rimraf dist",
"docs": "mdx-go build docs -d site",
"format": "echo '\\033[0;32m'💅 Just use prettier'\\033[0m' && prettier --write ./src/**/**/*.{js,md}",
"prepare": "npm run clean && npm run build",
"size": "bundlesize",
"prepublish": "npm run prepare",
"start": "mdx-go docs"
},
"sideEffects": false,
"dependencies": {
"epitath": "^1.0.0-beta.2",
"html-tags": "^2.0.0",
"immer": "^2.1.0",
"mdi-react": "^5.2.0",
"polished": "^3.0.2",
"react-copy-to-clipboard": "^5.0.1",
"react-powerplug": "^1.0.0",
"react-spring": "^6.1.8",
"reakit": "^0.16.0",
"regenerator-runtime": "^0.13.1",
"shortid": "^2.2.14",
"styled-system": "^3.2.1",
"system-components": "^3.0.3"
}
}