{
  "name": "themany-ui-core",
  "version": "6.3.0",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git@github.com:Brickshare/themany-ui-core.git"
  },
  "scripts": {
    "start": "npm run storybook",
    "storybook": "start-storybook -p 6006 -c .storybook -s src/statics",
    "bundle": "rimraf -rf dist/ && npm run build:babel && npm run declarations && npm run copy-dependencies",
    "build:babel": "babel src -d dist --extensions '.ts,.tsx'",
    "declarations": "tsc -d --declarationDir dist --declarationMap --emitDeclarationOnly",
    "ship": "node scripts/publish.js",
    "copy-dependencies": "npm run statics:to:dist && copyfiles package.json dist/",
    "build:lib:watch": "ttsc -w",
    "build:storybook": "build-storybook --loglevel warn",
    "serve:storybook": "http-server -p 80 storybook-static",
    "pretty": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,css,md}\"",
    "test": "jest",
    "test:unit": "npm test",
    "test:unit:watch": "jest --watch --no-coverage",
    "statics:to:dist": "copyfiles -f ./src/statics/* dist/statics"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.16",
    "@babel/core": "^7.12.16",
    "@babel/plugin-proposal-class-properties": "^7.12.13",
    "@babel/preset-env": "^7.12.16",
    "@babel/preset-react": "^7.12.13",
    "@babel/preset-typescript": "^7.12.16",
    "@storybook/addon-actions": "^5.3.19",
    "@storybook/addon-knobs": "^5.3.19",
    "@storybook/addon-viewport": "^5.3.19",
    "@storybook/react": "^5.3.19",
    "@types/events": "^3.0.0",
    "@types/jest": "^25.1.2",
    "@types/marked": "^0.7.2",
    "@types/node": "^13.13.15",
    "@types/prompts": "^2.0.8",
    "@types/react": "^16.9.23",
    "@types/storybook-addon-jsx": "^7.0.1",
    "@types/styled-components": "^5.1.1",
    "@types/styled-system": "^3.2.2",
    "@types/uuid": "^3.4.7",
    "babel-loader": "^8.2.2",
    "babel-plugin-inline-svg": "^1.2.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "copyfiles": "^2.2.0",
    "csstype": "^2.6.9",
    "file-loader": "^6.2.0",
    "husky": "^1.3.1",
    "jest": "^22.4.4",
    "lint-staged": "^7.3.0",
    "marked": "^0.8.0",
    "prettier": "^1.19.1",
    "prompts": "^2.3.2",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "rimraf": "^3.0.2",
    "storybook-addon-jsx": "^7.3.3",
    "ts-jest": "^22.4.6",
    "ts-loader": "^8.0.14",
    "ts-node": "^8.10.2",
    "tsconfig-paths": "^3.9.0",
    "tsconfig-paths-webpack-plugin": "^3.3.0",
    "typescript": "^4.0.3",
    "typescript-transform-paths": "^2.2.2",
    "webpack": "^4.9"
  },
  "peerDependencies": {
    "@types/react": "^16.7.18",
    "react": "^16.7.0",
    "react-dom": "^16.7.0"
  },
  "dependencies": {
    "@react-aria/button": "^3.3.2",
    "@react-aria/checkbox": "^3.2.2",
    "@react-aria/dialog": "^3.1.3",
    "@react-aria/focus": "^3.3.0",
    "@react-aria/interactions": "^3.4.0",
    "@react-aria/overlays": "^3.6.3",
    "@react-aria/utils": "^3.8.0",
    "@react-aria/visually-hidden": "^3.2.2",
    "http-server": "0.12.1",
    "styled-components": "^5.1.1",
    "styled-system": "^3.2.1"
  }
}
