forked from tomvej/vekzeleza-instruktori-cz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2 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
{
"name": "vekzeleza-instruktori-cz",
"private": true,
"description": "Web page for Věk železa.",
"version": "0.1.0",
"author": "Tomáš Vejpustek <[email protected]>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/react-fontawesome": "0.1.14",
"@types/react-helmet": "6.1.0",
"classnames": "2.2.6",
"email-validator": "2.0.4",
"final-form": "4.20.1",
"gatsby": "2.32.3",
"gatsby-background-image": "1.4.1",
"gatsby-image": "2.11.0",
"gatsby-plugin-fontawesome-css": "1.0.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-google-gtag": "3.1.0",
"gatsby-plugin-manifest": "2.12.0",
"gatsby-plugin-react-helmet": "3.10.0",
"gatsby-plugin-sass": "3.2.0",
"gatsby-plugin-sharp": "2.14.1",
"gatsby-plugin-typegen": "2.2.4",
"gatsby-source-filesystem": "2.11.0",
"gatsby-transformer-remark": "2.16.0",
"gatsby-transformer-sharp": "2.12.0",
"normalize.css": "8.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-final-form": "6.5.2",
"react-helmet": "6.1.0",
"react-scroll": "1.8.1",
"rehype-react": "6.2.0",
"remark-czech-preprocessor": "tomvej/remark-czech-preprocessor",
"sass": "1.32.7",
"typescript": "4.1.5"
},
"devDependencies": {
"@types/classnames": "2.2.11",
"@types/react-scroll": "1.8.2",
"@typescript-eslint/eslint-plugin": "4.15.0",
"@typescript-eslint/parser": "4.15.0",
"eslint": "7.19.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-react": "7.22.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src/ --ext .ts,.tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/tomvej/tvrz2021"
}
}