-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"name": "garden-tour",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint && yarn tsc && stylelint \"**/*.scss\"",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write .",
"test": "yarn lint && yarn prettier"
},
"dependencies": {
"@googlemaps/google-maps-services-js": "^3.4.0",
"@react-hook/window-size": "^3.1.1",
"@szhsin/react-menu": "^4.1.0",
"@typeform/embed": "^4.10.0",
"classnames": "^2.5.1",
"google-auth-library": "^9.11.0",
"google-map-react": "^2.2.0",
"google-spreadsheet": "^4.1.2",
"lodash": "^4.17.21",
"next": "^14.2.4",
"next-seo": "^6.5.0",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-geolocated": "^4.1.2",
"react-schemaorg": "^2.0.0",
"sass": "^1.77.6",
"use-debounce": "^10.0.1"
},
"devDependencies": {
"@types/google-map-react": "^2.1.10",
"@types/google.maps": "^3.55.11",
"@types/gtag.js": "^0.0.20",
"@types/lodash": "^4.17.6",
"@types/node": "^18.19.39",
"@types/react": "^18.3.3",
"eslint": "8.39.0",
"eslint-config-next": "^14.2.4",
"postcss": "^8.4.39",
"prettier": "3.3.2",
"schema-dts": "^1.1.2",
"stylelint": "^15.6.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]"
}