@muvehealth/fixins
Version:
Component library for Muvehealth
123 lines (122 loc) • 3.12 kB
JSON
{
"name": "@muvehealth/fixins",
"version": "1.1.17",
"author": "Muve Health <sass@muvhealth.com>",
"description": "Component library for Muvehealth",
"homepage": "https://github.com/muvehealth/fixins",
"license": "MIT",
"keywords": [
"react",
"emotion",
"styleguidist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/muvehealth/fixins.git"
},
"bugs": {
"url": "https://github.com/muvehealth/fixins/issues"
},
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"directories": {
"lib": "src"
},
"files": [
"dist"
],
"scripts": {
"test": "react-scripts test --env=jsdom",
"build": "rollup -c",
"flowcheck": "flow ./src",
"postbuild": "flow-copy-source src dist --ignore __tests__ --ignore setupTests.js",
"lint": "eslint ./src --color",
"start": "nodemon --watch src --ignore __tests__/*.js --ignore 'src/*.md' --exec yarn build",
"prepare": "yarn build",
"predeploy": "styleguidist build",
"deploy": "gh-pages -m 'gh-pages auto commit [ci skip]' -d docs",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"dependencies": {
"babel-plugin-emotion": "^9.2.6",
"downshift": "^2.1.1",
"emotion": "^9.2.6",
"emotion-theming": "^9.2.6",
"humps": "^2.0.1",
"jest-emotion": "^9.2.7",
"ramda": "^0.25.0",
"react": "^16.4.2",
"react-collapse": "^4.0.3",
"react-dom": "^16.4.2",
"react-emotion": "^9.2.6",
"react-input-autosize": "^2.2.1",
"react-motion": "^0.5.2",
"recompose": "^0.28.2",
"styled-system": "^3.0.2"
},
"peerDependencies": {},
"devDependencies": {
"babel-core": "6.26.3",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-env": "1.7.0",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"enzyme": "3.4.2",
"enzyme-adapter-react-16": "1.2.0",
"enzyme-to-json": "3.3.4",
"eslint": "4.19.1",
"eslint-config-muvehealth": "4.0.0",
"flow-bin": "0.78.0",
"flow-copy-source": "2.0.2",
"gh-pages": "^1.2.0",
"gridzzly": "^1.2.0",
"nodemon": "1.18.3",
"react-scripts": "1.1.4",
"react-styleguidist": "7.2.3",
"rollup": "0.64.1",
"rollup-plugin-babel": "3.0.7",
"rollup-plugin-commonjs": "9.1.5",
"rollup-plugin-flow": "1.1.1",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-peer-deps-external": "2.2.0",
"rollup-plugin-url": "1.4.0"
},
"babel": {
"presets": [
[
"env",
{
"modules": false
}
],
"flow",
"stage-0",
"react"
],
"plugins": [
"external-helpers"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"eslintConfig": {
"extends": "muvehealth",
"globals": {
"shallow": true,
"render": true,
"mount": true
}
},
"jest": {
"snapshotSerializers": [
"jest-emotion/serializer",
"enzyme-to-json/serializer"
]
}
}