|
| 1 | +{ |
| 2 | + "name": "gatsby-starter-default", |
| 3 | + "private": true, |
| 4 | + "description": "A simple starter to get up and developing quickly with Gatsby", |
| 5 | + "version": "0.1.0", |
| 6 | + "author": "Kyle Mathews <[email protected]>", |
| 7 | + "dependencies": { |
| 8 | + "gatsby": "^2.13.73", |
| 9 | + "gatsby-image": "^2.2.10", |
| 10 | + "gatsby-plugin-manifest": "^2.2.6", |
| 11 | + "gatsby-plugin-offline": "^2.2.7", |
| 12 | + "gatsby-plugin-react-helmet": "^3.1.4", |
| 13 | + "gatsby-plugin-sharp": "^2.2.13", |
| 14 | + "gatsby-source-filesystem": "^2.1.11", |
| 15 | + "gatsby-transformer-sharp": "^2.2.7", |
| 16 | + "prop-types": "^15.7.2", |
| 17 | + "react": "^16.9.0", |
| 18 | + "react-dom": "^16.9.0", |
| 19 | + "react-helmet": "^5.2.1" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "prettier": "^1.18.2" |
| 23 | + }, |
| 24 | + "keywords": [ |
| 25 | + "gatsby" |
| 26 | + ], |
| 27 | + "license": "MIT", |
| 28 | + "scripts": { |
| 29 | + "build": "gatsby build", |
| 30 | + "develop": "gatsby develop", |
| 31 | + "format": "prettier --write \"**/*.{js,jsx,json,md}\"", |
| 32 | + "start": "npm run develop", |
| 33 | + "serve": "gatsby serve", |
| 34 | + "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"" |
| 35 | + }, |
| 36 | + "repository": { |
| 37 | + "type": "git", |
| 38 | + "url": "https://github.com/gatsbyjs/gatsby-starter-default" |
| 39 | + }, |
| 40 | + "bugs": { |
| 41 | + "url": "https://github.com/gatsbyjs/gatsby/issues" |
| 42 | + } |
| 43 | +} |
0 commit comments