{
  "name": "@karma.run/ui",
  "version": "0.3.20",
  "module": "./lib/esm/",
  "sideEffects": false,
  "license": "MIT",
  "scripts": {
    "build": "run-s copy-license sync-package-info build:typescript",
    "build:typescript": "tsc -b ./src/tsconfig.json ./src/tsconfig.esm.json",
    "build:storybook": "build-storybook -c ./src/.storybook -o ./.storybookbuild",
    "watch": "npm-run-all copy-license sync-package-info --parallel watch:*",
    "watch:typescript": "tsc -b ./src/tsconfig.json ./src/tsconfig.esm.json --watch",
    "watch:storybook": "start-storybook --ci -p 3010 -c ./src/.storybook",
    "copy-license": "shx cp ../../LICENSE ./",
    "clean": "shx rm -rf ./LICENSE ./lib ./.storybookbuild",
    "prepare": "run-s clean build",
    "sync-package-info": "node ./../../scripts/syncPackageInfo.js ./src/version.ts"
  },
  "dependencies": {
    "@karma.run/icons": "^1.0.0",
    "@karma.run/react": "^0.1.1",
    "@karma.run/utility": "^0.1.0",
    "array-move": "^2.2.1",
    "csstype": "^2.6.6",
    "downshift": "^5.4.0",
    "fela": "^10.6.1",
    "fela-dom": "^10.6.1",
    "fela-plugin-expand-shorthand": "^11.0.2",
    "fela-plugin-fallback-value": "^10.6.1",
    "fela-plugin-prefixer": "^10.6.1",
    "fela-plugin-unit": "^10.8.2",
    "nanoid": "^2.0.3",
    "react-sortable-hoc": "^1.11.0",
    "react-transition-group": "4.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.5.4",
    "@babel/plugin-proposal-class-properties": "7.5.5",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
    "@babel/plugin-proposal-optional-chaining": "^7.6.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/preset-env": "^7.5.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@storybook/addon-docs": "^5.2.1",
    "@storybook/addon-knobs": "^5.2.1",
    "@storybook/preset-typescript": "^1.1.0",
    "@storybook/react": "^5.2.1",
    "@types/nanoid": "^2.0.0",
    "@types/react": "^16.8.23",
    "@types/react-dom": "^16.9.3",
    "@types/react-transition-group": "^4.2.3",
    "@types/webpack": "^4.39.2",
    "@types/webpack-env": "^1.14.0",
    "babel-loader": "^8.0.6",
    "npm-run-all": "^4.1.5",
    "react-docgen-typescript-loader": "^3.2.1",
    "shx": "^0.3.2",
    "slate": "^0.50.7",
    "slate-history": "^0.50.9",
    "slate-react": "^0.50.9",
    "slate-schema": "^0.50.8",
    "ts-loader": "^6.1.0",
    "typescript": "^3.7.2",
    "webpack": "^4.35.3"
  },
  "peerDependencies": {
    "react": "^16.12.0",
    "react-dom": "^16.12.0"
  }
}
