-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
106 lines (106 loc) · 3.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "maila",
"private": true,
"description": "Copywriting and content marketing for the AI age.",
"version": "v2.1.1",
"author": "Kevin Levin",
"engines": {
"node": "^v18.1.0"
},
"dependencies": {
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.5",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/inter": "^4.5.15",
"@fontsource/roboto": "^4.5.8",
"@formatjs/intl-relativetimeformat": "^11.2.4",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^5.14.3",
"@mui/lab": "^5.0.0-alpha.118",
"@mui/material": "^5.14.3",
"@mui/x-data-grid": "^5.17.26",
"@mui/x-data-grid-generator": "^5.17.26",
"@mui/x-date-pickers": "^6.11.0",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@reduxjs/toolkit": "^1.9.5",
"aws-amplify": "^5.3.6",
"axios": "^1.6.2",
"axios-mock-adapter": "^1.21.5",
"deepmerge": "^4.3.1",
"editable-slate-react": "^0.83.0",
"formik": "^2.4.3",
"fs-extra": "^11.1.1",
"gatsby": "^5.13.6",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-i18n-tags": "^1.0.0",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-resolve-src": "^2.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-csv": "^5.13.1",
"gatsby-transformer-javascript-frontmatter": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"graphql": "^16.7.1",
"lodash": "^4.17.21",
"material-icons": "^1.13.9",
"node-fetch": "^2.6.12",
"notistack": "^2.0.8",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-helmet": "^6.1.0",
"react-icons": "^4.10.1",
"react-intl": "^6.4.4",
"react-redux": "^8.1.2",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"slate": "^0.90.0",
"slate-history": "^0.86.0",
"slate-react": "^0.90.0",
"stylis-plugin-rtl": "^2.1.1",
"yup": "^0.32.11"
},
"keywords": [
"gatsby",
"i18n"
],
"license": "MIT",
"resolutions": {
"graphql": "16.7.1"
},
"scripts": {
"develop": "NODE_OPTIONS=--max-old-space-size=8096 gatsby develop -H 0.0.0.0",
"build": "gatsby build",
"deploy": "gatsby-plugin-s3 deploy",
"start": "gatsby serve"
},
"devDependencies": {
"@types/react-helmet": "^6.1.6",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/stylis": "^4.2.0",
"babel-plugin-lodash": "^3.3.4",
"redux-devtools-extension": "^2.13.9",
"typescript": "^4.9.5"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.2.0"
}
}
}