-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.46 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "soul",
"version": "1.0.0",
"private": true,
"description": "soul",
"author": "Vasilis Chatzipanagiotis",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"upload-google-menu": "node ./scripts/upload-google-menu.js",
"update-menu": "export GOOGLE_APPLICATION_CREDENTIALS=\"./google_cloud_keys.json\" && node ./scripts/update-menu.js"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@google-cloud/storage": "^7.7.0",
"@mdx-js/react": "^3.0.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.17",
"@mui/x-date-pickers": "^6.19.6",
"@tanstack/react-query": "^5.24.7",
"@types/google-map-react": "^2.1.9",
"@types/styled-components": "^5.1.29",
"babel-plugin-styled-components": "^2.1.4",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"firebaseui": "^6.1.0",
"gatsby": "^5.13.3",
"gatsby-plugin-canonical-urls": "^5.14.0",
"gatsby-plugin-google-gtag": "^5.12.3",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-styled-components": "^6.12.0",
"gatsby-source-filesystem": "^5.12.1",
"gatsby-transformer-sharp": "^5.12.3",
"google-auth-library": "^9.6.2",
"google-map-react": "^2.2.1",
"googleapis": "^131.0.0",
"json-diff": "^1.0.6",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.46",
"mui-tel-input": "^5.1.2",
"playwright": "^1.40.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-snap-carousel": "^0.5.0",
"react-use": "^17.5.0",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^5.2.1",
"@types/node": "^20.3.3",
"@types/reach__router": "^1.3.15",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-helmet": "^6.1.11",
"eslint": "^7.32.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"prettier": "^3.4.2",
"typescript": "^5.1.6"
}
}