-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.42 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
{
"name": "greentech",
"version": "1.0.0",
"private": true,
"description": "greentech",
"author": "kamil.czech",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@madebyconnor/rich-text-to-jsx": "^2.2.1",
"@types/react-countup": "^4.3.1",
"dotenv": "^16.0.3",
"emailjs-com": "^3.2.0",
"gatsby": "^5.5.0",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-google-gtag": "^5.5.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-htaccess-redirects": "^0.2.2",
"gatsby-plugin-image": "^3.5.0",
"gatsby-plugin-manifest": "^5.5.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^6.5.0",
"gatsby-plugin-sharp": "^5.5.0",
"gatsby-plugin-sitemap": "^6.5.0",
"gatsby-plugin-webfonts": "^2.3.2",
"gatsby-source-contentful": "^8.5.0",
"gatsby-source-filesystem": "^5.5.0",
"gatsby-transformer-sharp": "^5.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-countup": "^6.4.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.2",
"react-intersection-observer": "^9.4.3",
"react-medium-image-zoom": "^5.1.3",
"react-modal-video": "^2.0.0",
"react-scroll-parallax": "^3.3.2",
"sass": "^1.58.0",
"slugify": "^1.6.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@types/react-modal-video": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-webpack-plugin": "^4.0.0",
"gatsby-plugin-eslint": "^4.0.3",
"gatsby-plugin-postcss": "^6.5.0",
"gatsby-plugin-root-import": "^2.0.9",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
}
}