{ "name": "spacy-io", "private": true, "description": "spaCy website", "version": "3.0.0", "author": "Explosion AI ", "license": "MIT", "dependencies": { "@jupyterlab/outputarea": "^0.19.1", "@jupyterlab/rendermime": "^0.19.1", "@mdx-js/mdx": "^0.17.5", "@mdx-js/tag": "^0.17.5", "@phosphor/widgets": "^1.6.0", "@rehooks/online-status": "^1.0.0", "@svgr/webpack": "^4.1.0", "autoprefixer": "^9.4.7", "classnames": "^2.2.6", "codemirror": "^5.43.0", "gatsby": "^2.11.1", "gatsby-image": "^2.0.29", "gatsby-mdx": "^0.3.6", "gatsby-plugin-catch-links": "^2.0.11", "gatsby-plugin-google-analytics": "^2.0.14", "gatsby-plugin-manifest": "^2.0.17", "gatsby-plugin-offline": "^2.0.24", "gatsby-plugin-react-helmet": "^3.0.6", "gatsby-plugin-react-svg": "^2.0.0", "gatsby-plugin-sass": "^2.0.10", "gatsby-plugin-sharp": "^2.0.20", "gatsby-plugin-sitemap": "^2.0.5", "gatsby-plugin-svgr": "^2.0.1", "gatsby-remark-copy-linked-files": "^2.0.9", "gatsby-remark-images": "^3.0.4", "gatsby-remark-prismjs": "^3.2.4", "gatsby-remark-smartypants": "^2.0.8", "gatsby-remark-unwrap-images": "^1.0.1", "gatsby-source-filesystem": "^2.0.24", "gatsby-transformer-remark": "^2.2.5", "gatsby-transformer-sharp": "^2.1.13", "html-to-react": "^1.3.4", "intersection-observer": "^0.5.1", "node-sass": "^4.11.0", "parse-numeric-range": "0.0.2", "prismjs": "^1.15.0", "prop-types": "^15.7.2", "react": "^16.8.2", "react-dom": "^16.8.2", "react-helmet": "^5.2.0", "react-intersection-observer": "^8.0.1", "remark-react": "^5.0.1" }, "scripts": { "build": "gatsby build", "dev": "gatsby develop", "dev:nightly": "BRANCH=spacy.io-develop npm run dev", "lint": "eslint **", "clear": "rm -rf .cache", "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"" }, "devDependencies": { "browser-monads": "^1.0.0", "md-attr-parser": "^1.2.1", "prettier": "^1.16.4", "raw-loader": "^1.0.0", "unist-util-visit": "^1.4.0", "@sindresorhus/slugify": "^0.8.0" }, "repository": { "type": "git", "url": "https://github.com/explosion/spaCy" }, "bugs": { "url": "https://github.com/explosion/spaCy/issues" } }