{
  "name": "jank-ui",
  "version": "0.1.17",
  "description": "",
  "private": false,
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "@babel/plugin-transform-typescript": "^7.5.5",
    "@emotion/core": "^10.0.21",
    "@emotion/styled": "^10.0.17",
    "@types/jest": "24.0.18",
    "@types/node": "12.7.12",
    "@types/react-dom": "16.9.1",
    "@types/styled-system": "^5.1.2",
    "@types/styled-system__css": "^5.0.4",
    "deepmerge": "^4.1.1",
    "emotion-theming": "^10.0.19",
    "react": "^16.10.2",
    "react-dom": "^16.10.2",
    "react-scripts": "3.2.0",
    "styled-system": "^5.1.2",
    "typescript": "3.6.3"
  },
  "scripts": {
    "clean": "rm -rf ./lib",
    "tsc": "./node_modules/.bin/tsc",
    "build": "npm run clean && cross-env BABEL_ENV=production ./node_modules/.bin/babel src --out-dir lib --extensions '.ts,.tsx'", 
    "prepublish": "npm run clean && npm run build && npm run tsc -p",
    "storybook": "start-storybook -p 9009 -s public",
    "build-storybook": "build-storybook -c .storybook"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@storybook/addon-actions": "^5.2.3",
    "@storybook/addon-backgrounds": "^5.2.3",
    "@storybook/addon-links": "^5.2.3",
    "@storybook/addons": "^5.2.3",
    "@storybook/react": "^5.2.3",
    "@types/react": "^16.9.5",
    "storybook-addon-emotion-theme": "^2.1.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-add-module-exports": "^1.0.0",
    "babel-minify-webpack-plugin": "^0.3.1",    
    "babel-plugin-inline-react-svg": "^1.1.0",
    "babel-plugin-typescript-to-proptypes": "^0.17.1",
    "webpack": "^4.29.5",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.3.1",
    "webpack-merge": "^4.2.1",
    "cross-env": "^5.2.0"
  },
  "resolutions": {
    "babel-core": "^7.0.0-bridge.0"
  }
}
