-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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": "gatsby-source-behance-example",
"description": "Gatsby Source - Behance",
"version": "1.0.0",
"author": "LekoArts <hello@lekoarts.de>",
"dependencies": {
"date-fns": "^1.29.0",
"gatsby": "^2.0.7",
"gatsby-plugin-netlify": "^2.0.0",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-typography": "^2.2.0",
"gatsby-source-behance": "^3.0.2",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-helmet": "^5.2.0",
"react-icons": "^3.1.0",
"react-typography": "^0.16.13",
"typography": "^0.16.17",
"typography-theme-sutro": "^0.15.10"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -o",
"serve": "gatsby serve"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"babel-preset-env": "^1.7.0",
"dotenv": "^6.0.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"prettier": "^1.14.2"
}
}