-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
{
"name": "reactvancouver",
"description": "Public website for React Vancouver",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-brands-svg-icons": "^5.1.0",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "^0.1.0-11",
"classnames": "^2.2.6",
"emotion": "^9.2.6",
"emotion-server": "^9.2.4",
"facepaint": "^1.2.1",
"gatsby": "^2.0.0-beta.23",
"gatsby-image": "next",
"gatsby-link": "next",
"gatsby-plugin-emotion": "next",
"gatsby-plugin-google-analytics": "next",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-manifest": "^1.0.27",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-source-contentful": "next",
"gatsby-transformer-remark": "next",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"path": "^0.12.7",
"polished": "^1.9.3",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.4",
"react-helmet": "^5.2.0",
"slash": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"eslint": "^5.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-react": "^7.9.1",
"gatsby-plugin-eslint": "^1.0.3"
}
}