-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.88 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
{
"name": "museologi.st",
"version": "1.0.0",
"private": true,
"description": "A Gatsby powered website for Daniel Pett",
"author": "Daniel Pett",
"license": "MIT",
"homepage": "https://github.com/portableant/museologi.st#readme",
"bugs": {
"url": "https://github.com/portableant/museologi.st/issues"
},
"keywords": [
"gatsby",
"museums",
"archaeology"
],
"repository": {
"type": "git",
"url": "https://github.com/portableant/museologi.st.git"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@fontsource/public-sans": "^5.1.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/react": "^2.3.0",
"@popperjs/core": "^2.11.8",
"aos": "^2.3.4",
"bootstrap": "^5.3.3",
"decode-uri-component": "^0.4.1",
"gatsby": "^5.14.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-canonical-urls": "^5.14.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-scroll-indicator": "^1.0.1",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-remark-classes": "^1.0.2",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-highlight-code": "github:portableant/gatsby-remark-highlight-code",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-images-remote": "github:portableant/gatsby-remark-images-remote",
"gatsby-remark-mermaid": "5.0.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-json": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"graphql": "^16.9.0",
"http-cache-semantics": "^4.1.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"path": "^0.12.7",
"plyr": "^3.7.8",
"plyr-react": "^5.3.0",
"postcss": "^8.4.48",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-back-to-top": "github:lyhmyd1211/react-Back-To-Top",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"styled-components": "^6.1.13",
"typeface-sorts-mill-goudy": "^1.1.13",
"vanilla-cookieconsent": "^2.9.1",
"word-wrap": "^1.2.5"
},
"devDependencies": {
"gh-pages": "^6.2.0"
},
"overrides": {
"gatsby-plugin-react-svg": {
"svg-react-loader": {
"loader-utils": "^1.4.2"
}
}
}
}