-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.17 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"serve": "gatsby serve",
"test": "jest --watch",
"test-cli": "jest",
"prebuild": "netlify-lambda install functions",
"build:lambda": "netlify-lambda build functions",
"prod": "npm run build; npm run build:lambda"
},
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.58",
"@material-ui/pickers": "3.3.10",
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"@raae/gatsby-plugin-fathom": "0.0.4",
"@reduxjs/toolkit": "^1.5.1",
"@stripe/stripe-js": "1.14.0",
"classnames": "2.3.1",
"date-fns": "2.21.2",
"gatsby": "3.14.0",
"gatsby-plugin-image": "^1.5.0",
"gatsby-plugin-manifest": "3.4.0",
"gatsby-plugin-material-ui": "3.0.1",
"gatsby-plugin-netlify": "3.4.0",
"gatsby-plugin-page-creator": "3.4.1",
"gatsby-plugin-react-helmet": "4.4.0",
"gatsby-plugin-sharp": "^3.5.0",
"gatsby-source-filesystem": "3.4.0",
"gatsby-transformer-remark": "4.1.0",
"joi": "17.4.2",
"lodash": "4.17.21",
"netlify-lambda": "2.0.6",
"papaparse": "^5.3.0",
"query-string": "7.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-redux": "7.2.4",
"react-scroll": "1.8.2",
"redux": "4.1.0",
"redux-observable": "1.2.0",
"stripe": "8.146.0",
"typeface-seymour-one": "1.1.13",
"userbase-js": "^2.8.0",
"yup": "0.32.9"
},
"devDependencies": {
"babel-jest": "26.6.3",
"babel-preset-gatsby": "1.4.0",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"prettier": "2.2.1",
"react-test-renderer": "17.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}