-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "property-sale-calculator",
"version": "1.0.0",
"private": true,
"description": "property-sale-calculator",
"packageManager": "[email protected]",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop --host 0.0.0.0",
"start": "gatsby develop --host 0.0.0.0",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve --host 0.0.0.0",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"gatsby": "^4.11.1",
"gatsby-plugin-material-ui": "next",
"gatsby-plugin-react-helmet": "^5.11.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"@yarnpkg/sdks": "^2.6.0",
"gatsby-cli": "^4.11.1",
"gatsby-plugin-postcss": "^5.11.0",
"gatsby-plugin-sass": "^5.11.1",
"postcss": "^8.4.12",
"sass": "^1.49.11",
"typescript": "^4.6.3"
}
}