-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 993 Bytes
/
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
{
"name": "meeting-ui",
"version": "1.0.0",
"private": true,
"description": "meeting-ui",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@material-ui/styles": "^4.11.5",
"@mui/material": "^5.7.0",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.14.1",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-modal-routing": "^1.2.0",
"gatsby-plugin-modal-routing-3": "^3.0.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-styled-components": "^5.14.0",
"gatsby-theme-material-ui": "^5.2.0",
"rc-slider": "^10.0.0",
"react": "^17.0.1",
"react-bootstrap": "^2.4.0",
"react-dom": "^17.0.1",
"simple-react-lightbox": "^3.6.9-0",
"styled-components": "^5.3.5"
}
}