-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "obf",
"version": "1.0.0",
"private": true,
"description": "obf",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"axios": "^0.21.4",
"bootstrap": "^5.1.1",
"d3": "^7.0.3",
"ftellipsis": "^0.2.3",
"fuse.js": "^6.4.6",
"gatsby": "^4.5.4",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-react-helmet": "^5.21.0",
"gatsby-plugin-react-leaflet": "^3.0.3",
"gatsby-plugin-sass": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-plugin-sitemap": "^5.5.0",
"gatsby-remark-images": "^6.5.2",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-theme-ceteicean": "^2.1.1",
"gatsby-transformer-remark": "^5.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"leaflet": "^1.8.0",
"openseadragon": "^3.0.0",
"react": "^17.0.2",
"react-bootstrap": "^2.1.1",
"react-dom": "^17.0.2",
"react-graph-vis": "^1.0.7",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"react-leaflet": "^4.0.0",
"sass": "^1.42.0",
"styled-components": "^5.3.1",
"timers": "^0.1.1",
"underscore": "^1.13.2",
"xml2js": "^0.4.23",
"xml2js-xpath": "^0.13.0"
}
}