{
  "name": "gatsby-theme-nestx",
  "description": "Ant Visualization solution home page",
  "version": "1.1.1",
  "author": "AntV Team <antv@antfin.com>",
  "keywords": [
    "gatsby",
    "antvis",
    "antv"
  ],
  "homepage": "https://nestx.github.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/vellengs/gatsby-theme-antv"
  },
  "bugs": {
    "url": "https://github.com/vellengs/gatsby-theme-antv/issues"
  },
  "dependencies": {
    "@ant-design/icons": "^4.1.0",
    "@babel/plugin-transform-modules-umd": "^7.2.0",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-react": "^7.6.3",
    "@babel/preset-typescript": "^7.6.0",
    "@babel/standalone": "^7.6.4",
    "@hot-loader/react-dom": "^16.9.0+4.12.11",
    "@loadable/component": "^5.13.2",
    "@microsoft/api-extractor": "^7.9.2",
    "@rstacruz/gatsby-remark-component": "^2.0.0",
    "@stackblitz/sdk": "^1.3.0",
    "@types/classnames": "^2.2.9",
    "@types/git-url-parse": "^9.0.0",
    "@types/gtag.js": "^0.0.3",
    "@types/jest": "^26.0.0",
    "@types/loadable__component": "^5.13.0",
    "@types/lodash-es": "^4.17.3",
    "@types/parse-github-url": "^1.0.0",
    "@types/react": "^16.9.35",
    "@types/react-dom": "^16.9.8",
    "@types/react-github-button": "^0.1.0",
    "@types/react-helmet": "^6.0.0",
    "@types/react-slick": "^0.23.4",
    "@types/rehype-react": "^4.0.0",
    "@types/shallowequal": "^1.1.1",
    "antd": "^4.2.2",
    "babel-preset-gatsby": "^0.5.1",
    "classnames": "^2.2.6",
    "codesandbox": "^2.1.10",
    "docsearch.js": "^2.6.3",
    "gatsby": "^2.32.3",
    "gatsby-image": "^2.4.3",
    "gatsby-plugin-antd": "^2.0.2",
    "gatsby-plugin-catch-links": "^2.3.1",
    "gatsby-plugin-cname": "^1.0.0",
    "gatsby-plugin-copy-files": "^1.0.3",
    "gatsby-plugin-google-gtag": "^2.3.0",
    "gatsby-plugin-i18n": "^1.0.1",
    "gatsby-plugin-layout": "^1.3.1",
    "gatsby-plugin-less": "^4.0.0",
    "gatsby-plugin-manifest": "^2.4.2",
    "gatsby-plugin-meta-redirect": "^1.1.1",
    "gatsby-plugin-no-sourcemaps": "^2.2.0",
    "gatsby-plugin-nprogress": "^2.3.1",
    "gatsby-plugin-offline": "^3.2.2",
    "gatsby-plugin-page-creator": "^2.3.1",
    "gatsby-plugin-react-helmet": "^3.3.1",
    "gatsby-plugin-react-svg": "^3.0.0",
    "gatsby-plugin-remove-serviceworker": "^1.0.0",
    "gatsby-plugin-remove-trailing-slashes": "^2.3.2",
    "gatsby-plugin-sitemap": "^2.4.2",
    "gatsby-plugin-typescript": "^2.4.2",
    "gatsby-redirect-from": "^0.2.1",
    "gatsby-remark-autolink-headers": "^2.3.2",
    "gatsby-remark-external-links": "^0.0.4",
    "gatsby-remark-prismjs": "^3.5.1",
    "gatsby-remark-reading-time": "^1.0.1",
    "gatsby-source-filesystem": "^2.3.3",
    "gatsby-source-github": "^0.0.2",
    "gatsby-transformer-remark": "^2.8.8",
    "git-url-parse": "^11.1.2",
    "html-to-image": "^1.3.20",
    "i18next": "^19.4.4",
    "indent-string": "^4.0.0",
    "insert-css": "^2.0.0",
    "less": "^3.10.3",
    "lodash": "^4.17.15",
    "lodash-es": "^4.17.15",
    "mark.js": "^8.11.1",
    "matchmedia-polyfill": "^0.3.2",
    "mkdirp": "^1.0.3",
    "monaco-editor": "^0.21.0",
    "monaco-editor-webpack-plugin": "^2.0.0",
    "normalize.css": "^8.0.1",
    "omit.js": "^2.0.2",
    "parse-github-url": "^1.0.2",
    "prism-themes": "^1.2.0",
    "prismjs": "^1.17.1",
    "ptz-i18n": "^1.0.0",
    "rc-drawer": "^4.0.0",
    "rc-footer": "^0.6.1",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-github-button": "^0.1.11",
    "react-helmet": "^6.0.0",
    "react-i18next": "^11.4.0",
    "react-monaco-editor": "^0.40.0",
    "react-slick": "^0.27.0",
    "react-split-pane": "^0.1.87",
    "react-test-renderer": "^16.9.0",
    "react-use": "^15.0.0",
    "rehype-react": "^6.0.0",
    "release-it": "^14.0.1",
    "shallowequal": "^1.1.0",
    "slash": "^3.0.0",
    "slick-carousel": "^1.8.1",
    "typescript": "^4.0.2",
    "video-react": "^0.14.1"
  },
  "license": "MIT",
  "scripts": {
    "build": "gatsby build",
    "develop": "gatsby develop",
    "start": "npm run develop",
    "serve": "gatsby serve",
    "release": "release-it",
    "copy:components": "mkdir -p lib && cp -R .tmp/gatsby-theme-nestx/site/components lib && cp site/components/*.less ./lib/components && cp site/common.json ./lib && cp -R site/images ./lib",
    "compile:components": "rm -rf .tmp lib && ../node_modules/.bin/tsc --outDir .tmp --noEmit false -d && npm run copy:components",
    "test": "jest"
  },
  "release-it": {
    "git": {
      "commitMessage": ":sparkles: Release ${version}"
    },
    "github": {
      "release": true
    },
    "hooks": {
      "before:init": [
        "npm test",
        "npm run compile:components"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.7.0",
    "@testing-library/react": "^11.0.2",
    "@types/jest": "^26.0.3",
    "@types/mark.js": "^8.11.5",
    "babel-jest": "^26.0.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^26.0.1",
    "react-test-renderer": "^16.9.0",
    "ts-jest": "^26.0.0"
  },
  "resolutions": {
    "normalize-url": "^4.1.0"
  }
}
