-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.7 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
{
"name": "broadcasting-a-v-data",
"version": "1.0.0",
"private": true,
"description": "broadcasting-a-v-data",
"author": "Raff Viglianti, Maryland Institute for Technology in the Humanities",
"keywords": [
"digital humanities",
"media archive",
"radio"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"persist": "ts-node src/commands/persist.ts",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -b gh-pages"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.5",
"@fontsource/pt-sans-narrow": "^4.5.2",
"d3": "^7.7.0",
"gatsby": "^4.9.0",
"gatsby-plugin-image": "^2.9.0",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-remark-images": "^6.11.0",
"gatsby-source-filesystem": "^4.9.0",
"gatsby-transformer-json": "^4.9.0",
"gatsby-transformer-remark": "^5.9.0",
"gatsby-transformer-sharp": "^4.9.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"rehype-react": "^7.0.4"
},
"devDependencies": {
"@loadable/component": "^5.15.2",
"@types/d3": "^7.4.0",
"@types/loadable__component": "^5.13.4",
"@types/node": "^17.0.14",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"airtable": "^0.11.2",
"cheerio": "^1.0.0-rc.12",
"gh-pages": "^3.2.3",
"json2csv": "^5.0.7",
"node-fetch": "^2.6.7",
"ts-node": "^10.6.0",
"typescript": "^4.5.5"
}
}