-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
122 lines (122 loc) · 3.89 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "bibwoe.com",
"private": false,
"description": "Basic Instructions Books While On Earth",
"version": "0.1.0",
"author": "Donald Boulton <[email protected]>",
"bugs": {
"url": "https://github.com/donaldboulton/bibwoe.com/issues"
},
"dependencies": {
"@builder.io/partytown": "^0.8.0",
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/eb-garamond": "^5.0.0",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@primer/octicons-react": "^19.4.0",
"@theme-ui/color": "^0.16.0",
"@theme-ui/css": "^0.16.0",
"@theme-ui/mdx": "^0.16.0",
"@theme-ui/presets": "^0.16.0",
"autoprefixer": "^10.4.14",
"babel-plugin-prismjs": "^2.1.0",
"cssnano": "^6.0.1",
"csstype": "^3.1.1",
"framer-motion": "^10.12.18",
"gatsby": "^5.11.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-catch-links": "^5.11.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-mdx-embed": "^1.1.3",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-postcss": "^6.11.0",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-theme-ui": "^0.16.0",
"gatsby-remark-autolink-headers": "^6.11.0",
"gatsby-remark-copy-linked-files": "^6.11.0",
"gatsby-remark-embed-video-ext": "^3.2.7",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-prismjs": "^7.11.0",
"gatsby-remark-responsive-iframe": "^6.11.0",
"gatsby-remark-smartypants": "^6.11.0",
"gatsby-schema-field-absolute-path": "^1.3.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-animate-height": "^3.1.1",
"react-cookie-consent": "^8.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-intersection-observer": "^9.4.3",
"react-netlify-forms": "^1.3.3",
"react-popper-tooltip": "^4.4.2",
"react-tsparticles": "^2.10.1",
"tsparticles-move-base": "^2.10.1",
"tsparticles-shape-circle": "^2.10.1",
"tsparticles-updater-color": "^2.10.1",
"tsparticles-updater-opacity": "^2.10.1",
"tsparticles-updater-out-modes": "^2.10.1",
"tsparticles-updater-size": "^2.10.1",
"rehype-react": "^7.2.0",
"sass": "^1.63.6",
"theme-ui": "^0.16.0",
"tsparticles-preset-stars": "^2.10.1"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@netlify/functions": "^1.0.0",
"@netlify/plugin-gatsby": "^3.6.2",
"@types/mdx": "^2.0.5",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^20.4.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-netlify-form": "^2.1.2",
"babel-preset-gatsby": "^3.11.0",
"core-js": "^3.31.1",
"gatsby-plugin-netlify": "^5.1.0",
"postcss": "^8.4.25",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
},
"homepage": "https://github.com/donaldboulton/bibwoe.com#readme",
"keywords": [
"gatsby",
"bibwoe",
"God",
"Jesus",
"Holy Spirit"
],
"license": "0BSD",
"repository": {
"type": "git",
"url": "git+https://github.com/donaldboulton/bibwoe.com.git"
},
"scripts": {
"fix:prettier": "prettier --write \"**/*.{css,ts,tsx,js,jsx,json,md,mdx}\"",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"engines": {
"node": ">=18.16.1"
},
"AWS_LAMBDA_JS_RUNTIME": {
"node": ">=18.16.1"
}
}