-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"name": "benniesrescue",
"version": "1.0.0",
"private": true,
"description": "benniesrescue",
"author": "Jennifer Aube",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@contentful/rich-text-types": "^16.8.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"gatsby": "^5.13.5",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-translate": "^1.1.5",
"gatsby-source-contentful": "^8.13.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-graphql": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"jquery": "^3.7.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.4",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"sass": "^1.77.8"
},
"overrides": {
"lmdb": "2.6.0"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.4.2-alpha.0"
}
}