-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.19 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
{
"name": "aleksanteri-heliovaara-gatsby",
"version": "1.0.0",
"private": true,
"description": "aleksanteri-heliovaara-gatsby",
"keywords": [
"gatsby"
],
"engines": {
"node": "20.0.0"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^2.0.0",
"babel-plugin-styled-components": "^2.1.4",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^3.0.0",
"gatsby": "^5.13.0",
"gatsby-plugin-gatsby-cloud": "^5.14.0-next.0",
"gatsby-plugin-google-analytics": "^5.13.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-gtag": "^5.13.0",
"gatsby-plugin-google-tagmanager": "^5.13.0",
"gatsby-plugin-image": "^3.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-mdx": "^5.13.0",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-scroll-reveal": "^0.0.7",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-plugin-styled-components": "^6.13.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-source-contentful": "^8.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-markdown": "^9.0.1",
"react-player": "^2.14.1",
"styled-components": "^6.1.2"
},
"optionalDependencies": {
"@parcel/watcher-linux-x64-glibc": "^2.0.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.7.0",
"babel-preset-gatsby": "^3.13.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}