-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 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
{
"description": "Personal Website",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn run develop",
"update": "yarn upgrade-interactive"
},
"author": "Michael Liu",
"devDependencies": {
"@types/mdx-js__react": "^1.5.5",
"@types/react-helmet": "^6.1.5",
"prettier": "^2.6.1",
"typescript": "^4.6.3"
},
"dependencies": {
"@deckdeckgo/highlight-code": "^4.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.18",
"@material-ui/icons": "^4.11.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"bulma": "^0.9.3",
"gatsby": "^4.14.0",
"gatsby-plugin-image": "^2.11.0",
"gatsby-plugin-mdx": "^3.11.0",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sass": "^5.11.0",
"gatsby-plugin-sharp": "^4.11.0",
"gatsby-plugin-typescript": "^4.11.0",
"gatsby-remark-highlight-code": "^3.2.0",
"gatsby-remark-images": "^6.11.0",
"gatsby-source-filesystem": "^4.11.0",
"gatsby-transformer-sharp": "^4.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass": "^1.49.9"
},
"packageManager": "yarn@3.2.1",
"volta": {
"node": "16.15.0"
}
}