-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.92 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
{
"name": "online-editor",
"version": "1.0.0",
"private": true,
"description": "online-editor",
"author": "yfjiang.danny",
"keywords": [
"gatsby"
],
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"generate": "rm -fr ./src/generated/* && graphql-code-generator --config ./codegen.ts -r dotenv/config"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@mui/material": "^5.11.14",
"@mui/styled-engine-sc": "^5.11.11",
"@urql/preact": "^3.0.3",
"gatsby": "^5.7.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-layout": "^4.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-netlify-cms": "^7.8.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-sharp": "^5.8.0",
"gatsby-plugin-sitemap": "^6.8.0",
"gatsby-plugin-slug": "^2.0.0",
"gatsby-plugin-static-folders": "^1.0.1",
"gatsby-remark-prismjs": "^7.8.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-json": "^5.8.0",
"gatsby-transformer-remark": "^6.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"graphql": "^16.6.0",
"i18next": "^22.4.13",
"netlify-cms-app": "^2.15.72",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"netlify-cms-media-library-uploadcare": "^0.5.10",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"styled-components": "^5.3.9",
"urql": "^3.0.4"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.2",
"@graphql-codegen/typescript": "^3.0.2",
"@graphql-codegen/typescript-operations": "^3.0.2",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"gatsby-plugin-netlify": "^5.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}