-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "attica-audio",
"version": "1.0.0",
"private": true,
"description": "attica-audio",
"author": "Hugh Law",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"babel-plugin-styled-components": "^2.1.1",
"gatsby": "^5.9.0",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-sass": "^6.9.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-styled-components": "^6.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-source-sanity": "^7.6.3",
"gatsby-transformer-sharp": "^5.9.0",
"google-map-react": "^2.2.0",
"hamburgers": "^1.2.1",
"install": "^0.13.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.62.1",
"styled-components": "^5.3.10"
},
"devDependencies": {
"@portabletext/react": "^3.0.0",
"@types/node": "^20.1.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"embla-carousel": "8.0.0-rc03",
"typescript": "^5.0.4"
}
}