|
| 1 | +{ |
| 2 | + "name": "gatsby-starter-netlify-cms", |
| 3 | + "description": "Example Gatsby, and Netlify CMS project", |
| 4 | + "version": "1.1.3", |
| 5 | + "author": "Robert Cooper", |
| 6 | + "dependencies": { |
| 7 | + "date-fns": "^1.29.0", |
| 8 | + "gatsby": "^2.0.0", |
| 9 | + "gatsby-plugin-favicon": "^3.1.4", |
| 10 | + "gatsby-plugin-netlify": "^2.0.0", |
| 11 | + "gatsby-plugin-netlify-cms": "^3.0.0", |
| 12 | + "gatsby-plugin-react-helmet": "^3.0.0", |
| 13 | + "gatsby-plugin-sass": "^2.0.1", |
| 14 | + "gatsby-plugin-sharp": "^2.0.5", |
| 15 | + "gatsby-remark-images": "^2.0.1", |
| 16 | + "gatsby-source-filesystem": "^2.0.1", |
| 17 | + "gatsby-transformer-remark": "^2.1.1", |
| 18 | + "gatsby-transformer-sharp": "^2.1.1", |
| 19 | + "lodash": "^4.17.5", |
| 20 | + "lodash-webpack-plugin": "^0.11.4", |
| 21 | + "netlify-cms": "^2.1.1", |
| 22 | + "node-sass": "^4.9.2", |
| 23 | + "parcel-bundler": "^1.9.4", |
| 24 | + "prop-types": "^15.6.0", |
| 25 | + "react": "^16.2.0", |
| 26 | + "react-dom": "^16.4.1", |
| 27 | + "react-google-maps": "^9.4.5", |
| 28 | + "react-helmet": "^5.2.0", |
| 29 | + "react-markdown": "^4.0.3", |
| 30 | + "uuid": "^3.2.1" |
| 31 | + }, |
| 32 | + "keywords": [ |
| 33 | + "gatsby" |
| 34 | + ], |
| 35 | + "license": "MIT", |
| 36 | + "main": "n/a", |
| 37 | + "scripts": { |
| 38 | + "start": "npm run develop", |
| 39 | + "clean": "rimraf .cache public", |
| 40 | + "build": "npm run clean && gatsby build", |
| 41 | + "develop": "npm run clean && gatsby develop", |
| 42 | + "serve": "gatsby serve", |
| 43 | + "format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"", |
| 44 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 45 | + }, |
| 46 | + "devDependencies": { |
| 47 | + "prettier": "^1.7.4", |
| 48 | + "rimraf": "^2.6.2" |
| 49 | + } |
| 50 | +} |
0 commit comments