-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.99 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": "jiripudil.cz",
"author": "Jiří Pudil <[email protected]>",
"private": true,
"engines": {
"node": ">=18.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@slixites/gatsby-plugin-google-fonts": "^1.1.1",
"gatsby": "^4.15.1",
"gatsby-image": "^3.5.0",
"gatsby-plugin-feed": "^4.15.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.15.0",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sass": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-plugin-sitemap": "^5.15.0",
"gatsby-plugin-typescript": "^4.15.0",
"gatsby-remark-autolink-headers": "^5.24.0",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-images": "^6.15.0",
"gatsby-remark-prismjs": "^6.15.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-json": "^4.15.0",
"gatsby-transformer-remark": "^5.15.0",
"gatsby-transformer-sharp": "^4.15.0",
"normalize.css": "^8.0.1",
"prism-themes": "^1.7.0",
"prismjs": "^1.28.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-timeago": "^6.1.1"
},
"devDependencies": {
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/react-helmet": "^6.1.4",
"@types/react-timeago": "^4.1.2",
"cypress": "^9.7.0",
"sass": "^1.52.1",
"start-server-and-test": "^1.14.0",
"typescript": "^4.7.2"
},
"license": "BSD-3-Clause",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve --port 8000",
"test": "start-server-and-test develop http://localhost:8000 cypress:open",
"test:ci": "start-server-and-test serve http://localhost:8000 cypress:run",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"repository": {
"type": "git",
"url": "https://github.com/jiripudil/jiripudil.cz"
},
"packageManager": "[email protected]"
}