-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.34 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
{
"name": "canopy",
"private": true,
"description": "A Gatsby-based application for delivering a IIIF Collection.",
"version": "0.1.0",
"author": "University of Tennessee Libraries",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@popperjs/core": "^2.10.2",
"@radix-ui/react-aspect-ratio": "^0.0.14",
"@radix-ui/react-checkbox": "^0.0.17",
"@radix-ui/react-collapsible": "^0.0.17",
"@radix-ui/react-dropdown-menu": "^0.0.22",
"@radix-ui/react-id": "^0.0.6",
"@radix-ui/react-popover": "^0.0.20",
"@radix-ui/react-tabs": "^0.0.15",
"axios": "^0.21.1",
"body-scroll-lock": "^4.0.0-beta.0",
"bootstrap": "^5.1.3",
"gatsby": "^3.6.2",
"gatsby-plugin-fontawesome-css": "^1.1.0",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-google-gtag": "4.13.0",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-lunr": "^1.5.2",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-robots-txt": "^1.6.14",
"gatsby-plugin-sass": "^4.8.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-sitemap": "^5.3.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-sharp": "^3.6.0",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"node-fetch": "^2.6.1",
"node-sass": "^6.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-bootstrap": "^2.0.2",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-responsive": "^9.0.0-beta.3",
"slugify": "^1.6.0",
"striptags": "^3.2.0",
"subtitles-parser-vtt": "^0.1.0"
},
"devDependencies": {
"prettier": "2.2.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}