This repository has been archived by the owner on Mar 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.46 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"private": true,
"name": "studenten-bilden-schueler.de",
"title": "Studenten bilden Schüler",
"description": "Gatsby site powering the homepage and blog of the German student-run non-profit organisation Studenten bilden Schüler e.V.",
"homepage": "https://studenten-bilden-schueler.de",
"version": "1.0.0",
"author": "Janosh Riebesell <[email protected]>",
"repository": "https://github.com/sbsev/sbs-homepage",
"dependencies": {
"airtable": "0.9.0",
"babel-plugin-styled-components": "^1.11.1",
"gatsby": "2.24.85",
"gatsby-image": "^2.4.21",
"gatsby-plugin-algolia": "^0.14.0",
"gatsby-plugin-catch-links": "2.3.15",
"gatsby-plugin-manifest": "^2.4.35",
"gatsby-plugin-netlify": "2.3.24",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-react-helmet": "3.3.14",
"gatsby-plugin-sharp": "2.6.43",
"gatsby-plugin-styled-components": "3.3.14",
"gatsby-remark-attr": "^0.1.0",
"gatsby-remark-autolink-headers": "^2.3.15",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-images-contentful": "2.3.19",
"gatsby-remark-responsive-iframe": "2.4.17",
"gatsby-remark-smartypants": "2.3.13",
"gatsby-source-contentful": "3.0.3",
"gatsby-transformer-remark": "2.8.46",
"gatsby-transformer-sharp": "^2.5.19",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^6.9.6",
"react-instantsearch-dom": "^6.8.2",
"react-select": "^3.1.0",
"react-spring": "^8.0.27",
"sharp": "0.26.2",
"styled-components": "^5.2.0",
"styled-icons": "^10.22.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"contentful-management": "^6.1.2",
"eslint": "^7.12.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.1.2"
},
"scripts": {
"dev": "gatsby develop -o -H 0.0.0.0",
"serve": "gatsby build && gatsby serve -o -H 0.0.0.0"
},
"keywords": [
"Studenten bilden Schüler e.V.",
"German student-run nonprofit",
"education",
"nonprofit",
"equal opportunities",
"gatsby",
"styled-components",
"Algolia search",
"fluid typography",
"CSS grid"
],
"eslintIgnore": [
"node_modules",
".cache",
"public"
],
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 85,
"arrowParens": "avoid"
}
}