forked from simonyiszk/konferencia-web-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"private": true,
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"lint": "eslint \"src/**/*.{js,jsx}\"",
"format": "prettier-eslint --write \"src/**/*.{js,jsx}\" \"**/*.md\""
},
"dependencies": {
"emotion": "^8.0.12",
"emotion-server": "^8.0.12",
"gatsby": "^1.9.119",
"gatsby-image": "^1.0.30",
"gatsby-link": "^1.6.34",
"gatsby-plugin-catch-links": "^1.0.13",
"gatsby-plugin-emotion": "^1.1.9",
"gatsby-plugin-react-helmet": "^2.0.1",
"gatsby-plugin-sharp": "^1.6.22",
"gatsby-remark-smartypants": "^1.4.9",
"gatsby-source-filesystem": "^1.5.9",
"gatsby-transformer-remark": "^1.7.22",
"gatsby-transformer-sharp": "^1.6.15",
"normalize.css": "^7.0.0",
"raf": "^3.4.0",
"react-emotion": "^8.0.12",
"react-headroom": "^2.2.2",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-images": "^0.5.14",
"smooth-scroll": "^12.1.5"
},
"devDependencies": {
"eslint": "^4.12.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",
"prettier-eslint-cli": "^4.4.0"
}
}