-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.52 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
{
"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": "gatsby develop -p 1234",
"build": "gatsby build",
"serve": "gatsby serve",
"build:prefix-paths": "gatsby build --prefix-paths"
},
"keywords": [
"gatsby",
"journalism",
"daily bruin"
],
"dependencies": {
"@dailybruin/gatsby-source-kerckhoff": "1.1.1",
"@dailybruin/lux": "1.9.2",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"@types/react": "16.7.7",
"@types/react-slick": "0.23.2",
"chart.js": "2.7.3",
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"gatsby": "2.0.55",
"gatsby-plugin-emotion": "2.0.6",
"gatsby-plugin-google-analytics": "2.0.7",
"gatsby-plugin-manifest": "2.0.10",
"gatsby-plugin-react-helmet": "3.0.2",
"gatsby-plugin-typescript": "2.0.1",
"gatsby-plugin-typography": "2.2.1",
"normalize.css": "8.0.1",
"polished": "2.3.0",
"react": "16.6.3",
"react-chartjs-2": "2.7.4",
"react-dom": "16.6.3",
"react-emotion": "9.2.12",
"react-helmet": "5.2.0",
"react-slick": "0.23.2",
"react-typography": "0.16.13",
"slick-carousel": "1.8.1",
"slugify": "1.3.3",
"typography": "0.16.17"
},
"devDependencies": {
"prettier": "1.15.2"
}
}