-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.98 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
{
"name": "scriptly",
"private": false,
"description": "A site for creating scripture-styled patriarchal blessings.",
"version": "1.0.0",
"author": "Karey Higuera <karey.higuera@gmail.com>",
"dependencies": {
"@sentry/browser": "^5.12.4",
"@xstate/react": "^0.8.1",
"axios": "^0.19.2",
"formik": "^2.1.2",
"framer-motion": "^1.8.4",
"gatsby": "^2.19.5",
"gatsby-background-image": "^0.9.12",
"gatsby-image": "^2.2.34",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-layout": "^1.1.22",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-monetization": "^1.0.0-rc.6",
"gatsby-plugin-netlify": "^2.11.0",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "^2.4.0",
"gatsby-plugin-sitemap": "^2.4.7",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-sharp": "^2.3.7",
"gsap": "^3.1.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-calendar": "^2.19.2",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-toggle": "^4.1.1",
"typed.js": "^2.0.11",
"xstate": "^4.7.6",
"yup": "^0.28.0"
},
"devDependencies": {
"babel-jest": "^25.1.0",
"babel-preset-gatsby": "^0.2.34",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}