-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.54 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.1",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"@material-ui/core": "^3.5.1",
"@types/react": "16.4.18",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"font-awesome": "^4.7.0",
"gatsby": "2.0.38",
"gatsby-plugin-emotion": "^2.0.6",
"gatsby-plugin-google-analytics": "^2.0.7",
"gatsby-plugin-manifest": "^2.0.7",
"gatsby-plugin-react-helmet": "3.0.1",
"gatsby-plugin-typescript": "2.0.1",
"gatsby-plugin-typography": "2.2.1",
"normalize.css": "8.0.0",
"nuka-carousel": "^4.4.3",
"re-carousel": "^2.3.0",
"react": "16.6.1",
"react-dom": "16.6.1",
"react-emotion": "^9.2.12",
"react-fontawesome": "^1.6.1",
"react-helmet": "5.2.0",
"react-typography": "0.16.13",
"slugify": "^1.3.2",
"typography": "0.16.17",
"video-react": "^0.13.1"
},
"devDependencies": {
"prettier": "1.14.3"
}
}