This repository was archived by the owner on Jun 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.75 KB
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
{
"name": "resume-ts",
"version": "1.0.0",
"private": true,
"description": "resume-ts",
"author": "Matthew Kwong",
"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.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/rubik": "^4.5.11",
"@hookform/resolvers": "^2.9.7",
"@mui/icons-material": "^5.10.2",
"@mui/lab": "5.0.0-alpha.96",
"@mui/material": "^5.10.2",
"camelcase": "^7.0.0",
"gatsby": "^4.21.1",
"gatsby-plugin-emotion": "^7.21.0",
"gatsby-plugin-image": "^2.21.0",
"gatsby-plugin-manifest": "^4.21.0",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-offline": "^5.21.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.21.0",
"gatsby-plugin-sitemap": "^5.21.0",
"gatsby-source-contentful": "^7.19.1",
"gatsby-transformer-sharp": "^4.21.0",
"mdi-material-ui": "^7.5.0",
"nope-validator": "^1.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.34.2",
"simple-icons": "^7.9.0",
"typeit": "^8.7.0"
},
"devDependencies": {
"@formspree/core": "^2.7.1",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"@types/react-swipeable-views": "^0.13.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.27",
"schema-dts": "^1.1.0",
"typescript": "^4.8.2"
}
}