-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.7 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
{
"name": "yehuda-makarovs-site",
"version": "2.0",
"private": true,
"dependencies": {
"@emotion/cache": "^11.5.0",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.0.5",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "latest",
"@mui/utils": "^5.0.1",
"@types/rehype-react": "^6.0.0",
"gatsby": "^4.10.0",
"gatsby-plugin-graphql-codegen": "^3.0.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-react-helmet": "latest",
"gatsby-plugin-sharp": "^4.0.1",
"gatsby-plugin-ts-config": "^2.1.3",
"gatsby-remark-autolink-headers": "^5.0.0",
"gatsby-remark-copy-linked-files": "^5.0.0",
"gatsby-remark-images": "^6.0.0",
"gatsby-remark-prismjs": "^6.0.0",
"gatsby-remark-responsive-iframe": "^5.0.0",
"gatsby-remark-smartypants": "^5.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-source-github-api": "^1.0.0",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"prismjs": "^1.25.0",
"query-string": "^7.1.1",
"react": "latest",
"react-dom": "latest",
"react-helmet": "latest",
"react-spring": "^9.4.4",
"react-use-measure": "^2.1.1",
"react-xarrows": "^2.0.2",
"rehype-react": "^7.0.3",
"typescript": "^4.4.4"
},
"scripts": {
"develop": "gatsby develop",
"debug": "node --inspect ./node_modules/.bin/gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"devDependencies": {
"@graphql-codegen/typescript": "^2.2.4"
}
}