Files
xyflow/website/package.json
2020-10-12 10:42:41 +02:00

85 lines
2.7 KiB
JSON

{
"name": "react-flow-website",
"description": "",
"version": "1.0.0",
"author": "webkid",
"bugs": {
"url": "https://github.com/wbkd/react-flow/issues"
},
"browserslist": [
">0.25%",
"ie 11"
],
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.18",
"@mdx-js/react": "^1.6.18",
"@react-hook/size": "^2.1.1",
"@svgr/webpack": "^5.4.0",
"babel-polyfill": "^6.26.0",
"d3-array": "^2.8.0",
"d3-color": "^2.0.0",
"d3-scale": "^3.2.3",
"d3-shape": "^2.0.0",
"emotion-normalize": "^10.1.0",
"emotion-theming": "^10.0.27",
"gatsby": "^2.24.73",
"gatsby-image": "^2.4.21",
"gatsby-plugin-draft": "^0.1.0",
"gatsby-plugin-emotion": "^4.3.13",
"gatsby-plugin-manifest": "^2.4.34",
"gatsby-plugin-mdx": "^1.2.46",
"gatsby-plugin-netlify": "^2.3.17",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-remark-copy-linked-files": "^2.3.19",
"gatsby-remark-images": "^3.3.33",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-javascript-frontmatter": "^2.3.14",
"gatsby-transformer-json": "^2.4.14",
"gatsby-transformer-remark": "^2.8.38",
"prism-react-renderer": "^1.1.1",
"rc-table": "^7.10.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flow-renderer": "^6.1.3",
"react-helmet": "^6.1.0",
"reflexbox": "^4.0.6",
"remark-unwrap-images": "^2.0.0"
},
"devDependencies": {
"@octokit/rest": "^18.0.6",
"babel-preset-gatsby": "^0.5.13",
"eslint": "^7.11.0",
"eslint-plugin-react": "^7.21.4",
"gatsby-cli": "^2.12.107",
"gatsby-plugin-sharp": "^2.6.40",
"gatsby-transformer-sharp": "^2.5.17",
"gh-pages": "^3.1.0",
"prettier": "^2.1.2"
},
"homepage": "https://reactflow.dev",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/wbkd/react-flow.git"
},
"scripts": {
"start": "npm run dev",
"dev": "gatsby develop -H 0.0.0.0",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js"
}
}