blockstack-ui
Version:
Blockstack UI components built with css-in-js and styled-system.
87 lines (86 loc) • 2.37 kB
JSON
{
"name": "blockstack-ui",
"description": "Blockstack UI components built with css-in-js and styled-system.",
"version": "0.0.49",
"author": "Blockstack Team",
"bugs": {
"url": "https://github.com/blockstack/blockstack-ui/issues"
},
"bundlesize": [
{
"path": "./dist/*.js",
"maxSize": "1.5 kB"
}
],
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.1.0",
"babel-core": "^7.0.0-bridge.0",
"bundlesize": "^0.17.0",
"codecov": "^3.0.0",
"codemirror": "^5.40.2",
"mdi-react": "^4.4.0",
"mdx-go": "^2.0.0-29",
"prettier": "^1.14.3",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-codemirror2": "^5.1.0",
"react-dom": "^16.5.2",
"react-live": "^1.11.0",
"rimraf": "^2.6.2",
"styled-components": "^4.0.0"
},
"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.1",
"html-tags": "^2.0.0",
"immer": "^1.7.4",
"mdi-react": "^4.4.0",
"polished": "^2.3.0",
"react-powerplug": "^1.0.0-rc.1",
"react-spring": "^6.1.8",
"regenerator-runtime": "^0.12.1",
"shortid": "^2.2.14",
"styled-system": "^3.1.6",
"system-components": "^3.0.1"
}
}