-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 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
{
"name": "coinmarketwatch",
"description": "Coinmarket Watch website",
"version": "1.0.0",
"author": "Matt Dell",
"dependencies": {
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"gatsby": "^1.7.2Li",
"gatsby-link": "^1.6.5",
"gatsby-plugin-google-analytics": "^1.0.3",
"gatsby-plugin-sass": "^1.0.2",
"milligram": "^1.3.0",
"moment": "^2.18.1",
"numeral": "^2.0.6",
"object-assign": "^4.1.1",
"react-helmet": "^5.0.3",
"react-retina-image": "^2.0.4",
"react-typography": "^0.15.0",
"typography": "^0.15.8",
"typography-breakpoint-constants": "^0.14.0",
"typography-plugin-code": "^0.15.9"
},
"devDependencies": {
"eslint": "^4.3.0",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.1.0",
"gh-pages": "^0.12.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build --prefix-links && gh-pages -d public",
"develop": "gatsby develop",
"lint": "eslint src",
"start": "npm run develop",
"test": "echo \"Error: no test specified\" && exit 0"
}
}