UNPKG

cl-react-graph

Version:
53 lines (52 loc) 1.6 kB
{ "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": "^3.9.2", "@material-ui/icons": "^3.0.2", "@material-ui/lab": "^3.0.0-alpha.30", "gatsby": "^2.1.20", "gatsby-image": "^2.0.31", "gatsby-plugin-manifest": "^2.0.21", "gatsby-plugin-material-ui": "^1.2.4", "gatsby-plugin-offline": "^2.0.24", "gatsby-plugin-react-helmet": "^3.0.7", "gatsby-plugin-sharp": "^2.0.24", "gatsby-plugin-typescript": "^2.0.10", "gatsby-source-filesystem": "^2.0.23", "gatsby-transformer-sharp": "^2.1.15", "material-ui-color-picker": "^3.2.0", "prop-types": "^15.7.2", "react": "^16.8.3", "react-datasheet": "^1.3.10", "react-dom": "^16.8.3", "react-element-to-jsx-string": "^14.0.2", "react-helmet": "^5.2.0" }, "devDependencies": { "prettier": "^1.16.4" }, "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" } }