|
| 1 | +{ |
| 2 | + "name": "gatsby-starter-hello-world", |
| 3 | + "private": true, |
| 4 | + "description": "A simplified bare-bones starter for Gatsby", |
| 5 | + "version": "0.1.0", |
| 6 | + "license": "0BSD", |
| 7 | + "scripts": { |
| 8 | + "build": "gatsby build", |
| 9 | + "develop": "gatsby develop", |
| 10 | + "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"", |
| 11 | + "start": "npm run develop", |
| 12 | + "serve": "gatsby serve", |
| 13 | + "clean": "gatsby clean", |
| 14 | + "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "face-api.js": "^0.22.2", |
| 18 | + "gatsby": "^2.23.12", |
| 19 | + "gatsby-plugin-emoji-favicon": "^1.5.0", |
| 20 | + "react": "^16.12.0", |
| 21 | + "react-dom": "^16.12.0" |
| 22 | + }, |
| 23 | + "devDependencies": { |
| 24 | + "prettier": "2.0.5" |
| 25 | + }, |
| 26 | + "repository": { |
| 27 | + "type": "git", |
| 28 | + "url": "https://github.com/gatsbyjs/gatsby-starter-hello-world" |
| 29 | + }, |
| 30 | + "bugs": { |
| 31 | + "url": "https://github.com/gatsbyjs/gatsby/issues" |
| 32 | + } |
| 33 | +} |
0 commit comments