cl-react-graph
Version:
55 lines (54 loc) • 1.66 kB
JSON
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"@material-ui/core": "^4.4.2",
"@material-ui/icons": "^4.4.1",
"@material-ui/lab": "^3.0.0-alpha.30",
"gatsby": "^2.15.15",
"gatsby-cli": "^2.7.50",
"gatsby-image": "^2.2.19",
"gatsby-plugin-manifest": "^2.2.16",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-offline": "^3.0.6",
"gatsby-plugin-react-helmet": "^3.1.7",
"gatsby-plugin-sharp": "^2.2.22",
"gatsby-plugin-typescript": "^2.1.7",
"gatsby-source-filesystem": "^2.1.22",
"gatsby-transformer-sharp": "^2.2.14",
"material-ui-color-picker": "^3.2.0",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-datasheet": "^1.3.15",
"react-dom": "^16.9.0",
"react-element-to-jsx-string": "^14.1.0",
"react-helmet": "^5.2.1",
"ts-enum-util": "^4.0.1"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"postbuild": "rm -rf ../docs && mv public ../docs",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}