-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
95 lines (95 loc) · 2.83 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
{
"name": "delft-static-site",
"description": "Delft TU Static Site",
"version": "1.0.0",
"author": "Kelsie Caldwell <[email protected]>",
"resolutions": {
"sharp": "0.30.1",
"node-sass": "7.0.1",
"fsevents": "2.3.2",
"docz": "^1.3.2"
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@canvas-panel/core": "^0.2.0",
"@canvas-panel/slideshow": "^0.2.0",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"@reach/router": "^1.2.1",
"classnames": "^2.2.6",
"deepmerge": "^4.2.2",
"esm": "^3.2.25",
"gatsby": "4.19.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-mdx": "^3.13.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sass": "^5.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-plugin-typesense": "^0.3.0",
"gatsby-remark-autolink-headers": "^5.13.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-remark": "^5.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"https-browserify": "^1.0.0",
"iiif-prezi2to3": "^2.0.2",
"lazysizes": "^5.2.2",
"openseadragon": "^2.4.1",
"prop-types": "^15.7.2",
"query-string": "^7.1.1",
"react": "^16.12.0",
"react-container-dimensions": "^1.4.1",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-instantsearch-dom": "^6.27.0",
"react-lunr": "^1.0.0",
"react-share": "^4.4.0",
"react-translate": "^7.0.1",
"react-use-flexsearch": "^0.1.1",
"react-virtualized": "^9.21.2",
"stream-http": "^3.2.0",
"typesense-instantsearch-adapter": "^2.4.1"
},
"keywords": [
"IIIF",
"Delft TU Static Site"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"csstest": "doiuse -l",
"test": "echo \"Error: no test specified\" && exit 1",
"docz:dev": "npm run gatsbyhack && docz dev",
"docz:build": "npm run gatsbyhack && docz build",
"gatsbyhack": "node ./gatsby-docz-hack.js"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"docz": "^2.4.0",
"docz-plugin-postcss": "^0.0.1",
"doiuse": "^4.2.0",
"eslint": "^8.15.0",
"eslint-plugin-compat": "^4.0.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.17.0",
"eslint-webpack-plugin": "^3.1.1",
"gatsby-plugin-eslint": "^4.0.2",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-toc": "^1.2.0",
"prettier": "^2.6.2",
"sass": "^1.51.0"
},
"repository": {
"type": "git",
"url": "https://github.com/digirati-co-uk/delft-static-site-generator"
},
"browserslist": [
"defaults"
]
}