-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.91 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
{
"name": "@dailybruin/gatsby-starter-dailybruin",
"description": "The starter kit to make a Daily Bruin online feature.",
"version": "1.0.0",
"license": "AGPL-3.0",
"author": "Daily Bruin Online <[email protected]>",
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider gatsby develop --open -p 1234",
"build": "NODE_OPTIONS=--openssl-legacy-provider gatsby build",
"serve": "NODE_OPTIONS=--openssl-legacy-provider gatsby serve",
"build:prefix-paths": "NODE_OPTIONS=--openssl-legacy-provider gatsby build --prefix-paths",
"deploy": "docker build -t dailybruin/prilusby:latest . && docker push dailybruin/prilusby"
},
"keywords": [
"gatsby",
"journalism",
"daily bruin"
],
"dependencies": {
"@babel/core": "7.14.6",
"@babel/plugin-transform-spread": "^7.12.1",
"@dailybruin/gatsby-source-kerckhoff": "1.1.1",
"@dailybruin/lux": "1.15.0",
"@fortawesome/fontawesome-svg-core": "^1.2.20",
"@fortawesome/react-fontawesome": "^0.1.4",
"@types/react": "16.9.2",
"crypto": "^1.0.1",
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"gatsby": "2.15.21",
"gatsby-plugin-emotion": "2.0.7",
"gatsby-plugin-google-analytics": "2.1.17",
"gatsby-plugin-manifest": "2.2.18",
"gatsby-plugin-react-helmet": "3.1.8",
"gatsby-plugin-typescript": "2.1.9",
"gatsby-plugin-typography": "2.3.8",
"node-fetch": "^2.6.1",
"normalize.css": "8.0.1",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-emotion": "9.2.12",
"react-helmet": "5.2.1",
"react-id-swiper": "^1.6.9",
"react-images": "^0.5.19",
"react-photo-gallery": "6.3.4",
"react-rectangle": "^1.3.3",
"react-social-icons": "^4.1.0",
"react-typography": "0.16.19",
"sharp": "^0.33.5",
"slugify": "1.3.5",
"typography": "0.16.19"
},
"devDependencies": {
"prettier": "1.18.2"
},
"resolutions": {
"sharp": "0.33.5"
}
}