cl-react-graph
Version:
React D3 Charts
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "docs2",
"version": "1.0.0",
"private": true,
"description": "docs2",
"author": "Rob Clayburn",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"postbuild": "rm -rf ../docs && mv public ../docs",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@types/styled-components": "^5.1.23",
"babel-plugin-styled-components": "^2.0.5",
"d3-array": "^3.2.4",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"gatsby": "^5.11.0",
"gatsby-plugin-react-helmet": "^5.8.0",
"gatsby-plugin-styled-components": "^5.8.0",
"gatsby-source-filesystem": "^4.8.0",
"immer": "^9.0.12",
"prism-react-renderer": "^1.3.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-use-measure": "^2.1.1",
"styled-components": "^5.3.3",
"topojson-client": "^3.1.0",
"use-immer": "^0.6.0"
},
"devDependencies": {
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"@types/topojson-client": "^3.1.1",
"typescript": "^4.5.5"
}
}