-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.87 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
{
"name": "alchymista-instruktori-cz",
"private": true,
"description": "Website for Tvrz 2020",
"version": "0.1.0",
"author": "Tomáš Vejpustek ([email protected])",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.28",
"@fortawesome/free-brands-svg-icons": "5.13.0",
"@fortawesome/free-solid-svg-icons": "5.13.0",
"@fortawesome/react-fontawesome": "0.1.9",
"classnames": "2.2.6",
"email-validator": "2.0.4",
"final-form": "4.19.0",
"gatsby": "2.20.9",
"gatsby-background-image": "1.0.1",
"gatsby-image": "2.3.1",
"gatsby-plugin-google-analytics": "2.2.2",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-manifest": "2.3.3",
"gatsby-plugin-react-helmet": "3.2.1",
"gatsby-plugin-sass": "2.2.1",
"gatsby-plugin-sharp": "2.5.3",
"gatsby-source-filesystem": "2.2.2",
"gatsby-transformer-remark": "2.7.1",
"gatsby-transformer-sharp": "2.4.3",
"intersection-observer": "0.7.0",
"invariant": "2.2.4",
"normalize.css": "8.0.1",
"prop-types": "15.7.2",
"query-string": "6.14.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-final-form": "6.4.0",
"react-helmet": "5.2.1",
"react-scroll": "1.7.16",
"rehype-react": "5.0.1",
"remark-czech-preprocessor": "tomvej/remark-czech-preprocessor",
"sass": "1.26.3",
"whatwg-fetch": "3.0.0"
},
"devDependencies": {
"eslint-config-airbnb": "18.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src"
},
"repository": {
"type": "git"
}
}