-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.88 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.88 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"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": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@hapi/boom": "^7.4.2",
"@hapi/joi": "^15.0.3",
"@hapi/joi-date": "^1.3.0",
"@rebass/emotion": "^3.1.0",
"airtable": "^0.6.0",
"axios": "^0.18.0",
"client-oauth2": "^4.2.4",
"emotion-theming": "^10.0.10",
"gatsby": "^2.4.0",
"gatsby-image": "^2.0.41",
"gatsby-plugin-create-client-paths": "^2.0.5",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-manifest": "^2.1.0",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-source-filesystem": "^2.0.33",
"gatsby-transformer-sharp": "^2.1.18",
"lodash": "^4.17.11",
"netlify-identity-widget": "github:BrandonNoad/netlify-identity-widget#tmp-build",
"netlify-lambda": "^1.4.7",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-redux": "^7.0.3",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"http-proxy-middleware": "^0.19.1",
"prettier": "1.17.0",
"@storybook/react": "^5.0.11",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@babel/core": "^7.4.4",
"babel-loader": "^8.0.6"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"start": "npm run develop",
"develop": "run-p develop:**",
"develop:gatsby": "gatsby develop",
"develop:lambda": "netlify-lambda serve src/lambda --config ./webpack.functions.js",
"build": "run-p build:**",
"build:gatsby": "gatsby build",
"build:lambda": "netlify-lambda build src/lambda --config ./webpack.functions.js",
"lint": "eslint .",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}