-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
93 lines (93 loc) · 2.9 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": "airwaves",
"private": true,
"description": "A website for the Unlocking the Airwaves website",
"version": "0.7.0",
"author": "Ed Summers <[email protected]>",
"engines": {
"node": ">=12.13.0"
},
"dependencies": {
"@blueprintjs/core": "^3.51.3",
"@fontsource/open-sans": "^4.5.2",
"@fontsource/pt-sans-narrow": "^4.5.0",
"@knight-lab/timelinejs": "^3.8.18",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.9.1",
"axios": "^0.21.4",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"elasticlunr": "^0.9.5",
"gatsby": "^3.14.5",
"gatsby-plugin-image": "^1.14.2",
"gatsby-plugin-less": "^5.14.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-netlify-cms": "^5.14.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-plausible": "0.0.7",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-json": "^3.14.0",
"gatsby-transformer-remark": "^3.0.0",
"gatsby-transformer-sharp": "^3.14.0",
"install": "^0.13.0",
"mirador": "^3.2.0",
"netlify-cms-app": "^2.15.58",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-highlight-words": "^0.16.0",
"react-icons": "^3.10.0",
"react-modal": "^3.14.3",
"react-slick": "^0.25.2",
"remark-html": "^13.0.2",
"remark-preset-lint-recommended": "^5.0.0",
"rss": "^1.2.2",
"sax": "^1.2.4",
"slick-carousel": "^1.8.1",
"webvtt-player": "0.0.15",
"xml-escape": "^1.1.0"
},
"devDependencies": {
"airtable": "^0.11.1",
"babel-jest": "^25.5.1",
"babel-preset-gatsby": "^1.14.0",
"cross-env": "^7.0.3",
"glob": "^7.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.5.4",
"minimist": "^1.2.5",
"node-fetch": "^2.6.7",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.1"
},
"license": "MIT",
"scripts": {
"clean": "gatsby clean",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
"fetch-authorities": "node --harmony src/commands/fetch-authorities.js",
"fetch-episodes": "node --harmony src/commands/fetch-episodes.js",
"fetch-docs": "node --harmony src/commands/fetch-docs.js",
"fetch-data": "npm run fetch-authorities && npm run fetch-docs && npm run fetch-episodes",
"index": "node --harmony src/commands/index.js",
"audit": "node --harmony src/commands/audit.js"
},
"repository": {
"type": "git",
"url": "https://github.com/umd-mith/airwaves"
},
"bugs": {
"url": "https://github.com/umd-mith/airwaves/issues"
}
}