-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.74 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
80
81
82
83
84
85
86
87
88
89
{
"name": "esy",
"version": "1.0.0",
"private": true,
"description": "Esy",
"keywords": [
"gatsby"
],
"engines": {
"node": ">=21.6.2"
},
"scripts": {
"develop": "gatsby develop -p ${PORT:-8000}",
"start": "gatsby develop -p ${PORT:-8000}",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby clean && gatsby build && gatsby serve",
"cd": "gatsby clean && gatsby develop -p ${PORT:-8000}"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@lexical/react": "^0.15.0",
"@mdx-js/mdx": "^3.0.1",
"@segment/analytics-next": "^1.70.0",
"@sendgrid/client": "^8.1.3",
"@sendgrid/helpers": "^8.0.0",
"@sendgrid/mail": "^8.1.3",
"axios": "^1.7.2",
"babel-plugin-styled-components": "^2.1.4",
"classnames": "^2.5.1",
"dotenv": "^16.4.7",
"gatsby": "^5.13.6",
"gatsby-plugin-amplitude-analytics": "^3.2.0",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-root-import": "^2.0.9",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"lodash": "^4.17.21",
"path": "^0.12.7",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-beforeunload": "^2.6.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-select": "^5.8.0",
"react-use": "^17.5.0",
"sass": "^1.77.4",
"styled-components": "^6.1.11",
"svg-react-loader": "^0.4.6",
"url-loader": "^4.1.1",
"uuid": "^9.0.1",
"validator": "^13.12.0",
"validatorjs": "^3.22.1"
},
"devDependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-flow": "^7.24.6",
"@types/react-helmet": "^6.1.11",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.19",
"babel-preset-gatsby": "^3.13.2",
"eslint-plugin-react-hooks": "^4.6.2",
"flowbite": "^2.3.0",
"gatsby-plugin-postcss": "^6.13.1",
"netlify-cli": "^17.25.0",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.4.5"
}
}