-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.37 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
{
"name": "alumni.dailybruin.com",
"version": "1.0.0",
"description": "The Daily Bruin's alumni site.",
"main": "index.js",
"repository": "https://github.com/dailybruin/alumni.git",
"author": "Daily Bruin Online <online@dailybruin.com>",
"license": "AGPL-3.0",
"scripts": {
"start": "gatsby develop -p 1234",
"build": "gatsby build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-brands-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"babel-plugin-emotion": "^9.2.10",
"emotion": "^9.2.10",
"emotion-server": "^9.2.10",
"gatsby": "^2.0.6",
"gatsby-image": "^2.0.6",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.5",
"gatsby-plugin-twitter": "^2.0.5",
"gatsby-plugin-typescript": "^2.0.0",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.3",
"gatsby-transformer-sharp": "^2.1.1",
"normalize.css": "^8.0.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-emotion": "^9.2.10",
"react-helmet": "^5.2.0",
"react-typography": "^0.16.13",
"typescript": "^3.0.3",
"typography": "^0.16.17"
}
}