-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.66 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
{
"name": "vibert-thio-portfolio",
"description": "vibert thio's portfolio",
"license": "MIT",
"scripts": {
"dev": "gatsby develop",
"predev": "./clean.sh",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"predeploy": "./clean.sh"
},
"dependencies": {
"gatsby": "^1.9.119",
"gatsby-image": "^1.0.24",
"gatsby-link": "^1.6.28",
"gatsby-plugin-catch-links": "^1.0.9",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-sharp": "^1.6.21",
"gatsby-plugin-typography": "^1.7.10",
"gatsby-remark-autolink-headers": "^1.4.8",
"gatsby-remark-copy-linked-files": "^1.5.21",
"gatsby-remark-emoji": "^0.0.1",
"gatsby-remark-images": "^1.5.32",
"gatsby-remark-prismjs": "^1.2.9",
"gatsby-remark-responsive-iframe": "^1.4.14",
"gatsby-remark-smartypants": "^1.4.8",
"gatsby-source-filesystem": "^1.5.8",
"gatsby-transformer-remark": "^1.7.21",
"gatsby-transformer-yaml": "^1.5.11",
"react-click-outside": "github:tj/react-click-outside",
"react-collapse": "^4.0.3",
"react-html-parser": "^2.0.1",
"react-loading-overlay": "^0.2.8",
"react-motion": "^0.5.2",
"react-scroll": "^1.6.4",
"typography-plugin-code": "^0.16.11",
"typography-theme-bootstrap": "^0.16.7",
"typography-theme-fairy-gates": "^0.15.11"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"gh-pages": "^1.1.0",
"prettier": "1.8.1"
}
}