-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"axios": "^0.21.1",
"clarifai": "^2.9.0",
"faunadb": "^2.5.2",
"gatsby": "^5.9.0",
"gatsby-image": "^2.0.15",
"gatsby-plugin-manifest": "^2.0.5",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-sharp": "^2.1.4",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"react-number-format": "^4.0.3",
"react-render-html": "^0.6.0",
"react-webcam": "^1.0.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "run-p build:**",
"build:app": "gatsby build",
"build:lambda": "netlify-lambda build src/lambda -c ./webpack.config.js",
"develop": "gatsby develop",
"start": "run-p start:**",
"start:app": "npm run develop",
"start:lambda": "netlify-lambda serve src/lambda -c ./webpack.config.js",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"bable-loader": "0.0.1-security",
"dotenv": "^6.1.0",
"http-proxy-middleware": "^0.19.0",
"netlify-lambda": "^1.0.2",
"npm-run-all": "^4.1.3",
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}