{
  "name": "@modern-js/deps",
  "version": "0.0.0-bundle-deps-202110123508",
  "taskr": {
    "requires": [
      "./taskfile-ncc.js"
    ]
  },
  "dependencies": {
    "esbuild": "^0.13.12",
    "postcss": "8.3.11",
    "jest-worker": "27.3.1",
    "@babel/runtime": "^7"
  },
  "devDependencies": {
    "@babel/core": "7.16.0",
    "@babel/traverse": "7.16.3",
    "@babel/generator": "^7.16.0",
    "@babel/parser": "7.16.3",
    "@babel/types": "7.16.0",
    "@babel/register": "7.16.0",
    "@babel/plugin-proposal-class-properties": "7.14.5",
    "@babel/plugin-proposal-decorators": "7.15.4",
    "@babel/plugin-proposal-export-default-from": "7.14.5",
    "@babel/plugin-proposal-export-namespace-from": "7.14.5",
    "@babel/plugin-proposal-function-bind": "7.14.5",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
    "@babel/plugin-proposal-numeric-separator": "7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "7.15.6",
    "@babel/plugin-proposal-optional-chaining": "7.14.5",
    "@babel/plugin-proposal-partial-application": "7.14.5",
    "@babel/plugin-proposal-pipeline-operator": "7.15.0",
    "@babel/plugin-proposal-private-methods": "7.14.5",
    "@babel/plugin-proposal-private-property-in-object": "7.12.1",
    "@babel/plugin-transform-runtime": "7.15.0",
    "@babel/plugin-transform-typescript": "7.16.1",
    "@babel/preset-env": "7.15.6",
    "@babel/preset-react": "7.14.5",
    "@babel/preset-typescript": "7.15.0",
    "babel-plugin-dynamic-import-node": "2.3.3",
    "babel-plugin-import": "1.13.0",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-macros": "^2.8.0",
    "babel-plugin-styled-components": "1.10.7",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-transform-destructuring": "7.14.7",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "chalk": "4.1.2",
    "webpack": "5.62.1",
    "webpack-dev-middleware": "5.2.1",
    "webpack-sources": "3.2.1",
    "schema-utils": "3.1.1",
    "tapable": "2.2.1",
    "watchpack": "2.2.0",
    "fs-extra": "10.0.0",
    "@swc/core": "1.2.107",
    "webpack-chain": "6.5.1",
    "html-webpack-plugin": "5.5.0",
    "webpack-manifest-plugin": "4.0.2",
    "case-sensitive-paths-webpack-plugin": "2.4.0",
    "@types/webpack-dev-middleware": "5.0.2",
    "@pmmmwh/react-refresh-webpack-plugin": "0.5.1",
    "copy-webpack-plugin": "9.0.1",
    "@svgr/webpack": "5.5.0",
    "css-loader": "6.5.1",
    "css-minimizer-webpack-plugin": "3.1.3",
    "html-loader": "3.0.1",
    "json-loader": "0.5.7",
    "markdown-loader": "6.0.0",
    "mini-css-extract-plugin": "2.4.4",
    "node-libs-browser": "2.2.1",
    "postcss-loader": "6.2.0",
    "webpack-merge": "5.8.0",
    "webpack-node-externals": "3.0.0",
    "webpackbar": "5.0.2",
    "yaml-loader": "0.6.0",
    "file-loader": "6.2.0",
    "url-loader": "4.1.1",
    "babel-loader": "8.2.3",
    "toml-loader": "1.0.0",
    "terser-webpack-plugin": "5.2.5",
    "react-refresh": "0.11.0",
    "tsconfig-paths": "3.11.0",
    "lodash.template": "4.5.0",
    "ts-loader": "9.2.6",
    "taskr": "1.1.0",
    "@taskr/clear": "1.1.0",
    "@taskr/esnext": "1.1.0",
    "pkg-up": "3.1.0",
    "@vercel/ncc": "0.28.5",
    "@types/case-sensitive-paths-webpack-plugin": "^2.1.6",
    "@types/copy-webpack-plugin": "^8.0.1",
    "@types/webpack-node-externals": "^2.5.2",
    "@types/css-minimizer-webpack-plugin": "^3.0.2",
    "@types/mini-css-extract-plugin": "^2.2.0",
    "@types/babel__traverse": "^7.14.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "bundle-deps": "rm -rf dist && node ./scripts/bundle-dependencies.js",
    "compile": "ncc cache clean && taskr ncc"
  }
}