-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.24 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": "portfolio",
"version": "1.0.0",
"private": true,
"description": "portfolio",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@svgr/webpack": "^8.1.0",
"axios": "^1.7.2",
"gatsby": "^5.13.7",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-emotion": "^8.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-remark-emoji-unicode": "^0.1.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"isomorphic-dompurify": "^2.15.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-floating-promise": "^2.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-webpack-plugin": "^4.2.0",
"gatsby-plugin-eslint": "^4.0.4",
"gatsby-remark-static-images": "^1.2.1",
"prettier": "^3.3.2",
"typescript": "5.4",
"webpack-dev-middleware": "^5.3.4"
},
"overrides": {
"webpack-dev-middleware": "$webpack-dev-middleware",
"axios": "$axios"
}
}