-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "material-gatsby",
"version": "5.0.0",
"private": true,
"browserslist": [
">0.25%",
"not dead"
],
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/server": "latest",
"@emotion/styled": "^11.10.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"flag-icons": "^6.6.6",
"gatsby": "latest",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-react-helmet": "latest",
"gatsby-source-filesystem": "^5.9.0",
"js-yaml": "^4.1.0",
"react": "^18.2.0",
"react-dom": "latest",
"react-helmet": "latest",
"react-markdown": "^8.0.7",
"react-vega": "^7.6.0",
"react-virtuoso": "^4.3.6",
"vega": "^5.25.0",
"vega-lite": "^5.9.0"
},
"scripts": {
"dev": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest",
"deploy": "gatsby build && gh-pages -d public"
},
"devDependencies": {
"gh-pages": "^5.0.0"
}
}