This repository has been archived by the owner on Jul 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "rescue-amazonian-rainforest.com",
"description": "Website of Rescue Amazonian Rainforest gUG",
"version": "1.1.0",
"author": "Can Rau <[email protected]>",
"homepage": "https://www.rescue-amazonian-rainforest.com",
"license": "MIT",
"scripts": {
"dev": "gatsby develop -S",
"build": "NODE_ENV=production gatsby build",
"serve": "gatsby serve public",
"lint": "eslint . --ext .js,.jsx --ignore-path .gitignore",
"lint:fix": "eslint . --ext .js,.jsx --fix --ignore-path .gitignore"
},
"dependencies": {
"date-fns": "^1.29.0",
"emotion": "^9.2.12",
"emotion-server": "^9.2.12",
"gatsby": "2.0.31",
"gatsby-image": "^2.0.17",
"gatsby-plugin-emotion": "^2.0.5",
"gatsby-plugin-manifest": "^2.0.6",
"gatsby-plugin-netlify": "^2.0.2",
"gatsby-plugin-offline": "^2.0.9",
"gatsby-plugin-react-helmet": "^3.0.0",
"normalize.css": "^8.0.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-emotion": "^9.2.12",
"react-helmet": "^5.2.0",
"rehype-react": "^3.0.3",
"slugify": "^1.3.2",
"typeface-caveat": "^0.0.54",
"typeface-quicksand": "^0.0.54"
},
"keywords": [
"gatsby",
"starter",
"portfolio"
],
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.2",
"gatsby-plugin-sharp": "^2.0.8",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-custom-blocks": "^2.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^2.0.4",
"gatsby-source-filesystem": "^2.0.5",
"gatsby-transformer-remark": "^2.1.9",
"gatsby-transformer-sharp": "^2.1.5",
"gatsby-transformer-yaml": "^2.1.3",
"lodash": "^4.17.11",
"prettier": "^1.14.3",
"ramda": "^0.25.0",
"remark-squeeze-paragraphs": "^3.0.2"
}
}