@dmartss/ui
Version:
UI components for my projects
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "@dmartss/ui",
"description": "UI components for my projects",
"version": "1.0.7",
"repository": "dmartss/personal-packages",
"bugs": "https://github.com/dmartss/personal-packages/issues",
"author": "Daniel Martin <dmartss13@gmail.com> (https://dmartss.github.io/Portfolio/)",
"license": "MIT",
"scripts": {
"build": "babel src -d lib",
"version": "yarn build",
"postversion": "npm publish"
},
"keywords": [
"dmartss",
"react",
"ui",
"components"
],
"files": [
"lib",
"index.js"
],
"dependencies": {
"@dmartss/palette": "1.0.3",
"@dmartss/polish": "^1.0.1",
"babel-runtime": "6.26.0",
"polished": "1.9.3",
"react": "16.4.1",
"title": "3.3.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"prettier": "1.13.7",
"rimraf": "2.6.2",
"styled-jsx": "2.2.7"
}
}