generated from yext/pages-starter-react-locations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.2 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
{
"name": "pages-starter-react-locations",
"version": "0.0.0",
"description": "An example repository to help users get started with React development on Yext Pages",
"author": "[email protected]",
"license": "BSD-3-Clause",
"type": "module",
"scripts": {
"dev": "pages dev",
"build": "vite build",
"features": "pages generate features",
"fmt": "prettier -w .",
"lint": "eslint .",
"clean": "rm -rf .artifact-output .yext/ dist/ localData sites-rendered-output",
"generate-notices": "generate-license-file --input package.json --output ./THIRD-PARTY-NOTICES --overwrite"
},
"engines": {
"node": ">=17"
},
"dependencies": {
"@google/markerwithlabel": "^1.2.12",
"@googlemaps/js-api-loader": "^1.14.3",
"@googlemaps/react-wrapper": "^1.1.35",
"@headlessui/react": "^1.7.3",
"@react-google-maps/api": "^2.13.1",
"@reduxjs/toolkit": "^1.8.5",
"@yext/analytics": "^0.3.0",
"@yext/components-tsx-maps": "^1.0.4",
"@yext/pages": "^1.0.0-beta.10",
"@yext/search-core": "^2.0.0",
"@yext/search-headless": "^2.0.0",
"@yext/search-headless-react": "^2.0.0",
"@yext/search-ui-react": "^1.0.0",
"google-map-react": "^2.2.0",
"libphonenumber-js": "^1.9.22",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-remark": "^2.1.0",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"styled-components": "^5.3.6",
"swr": "^1.3.0",
"use-supercluster": "^0.4.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/google-map-react": "^2.1.7",
"@types/google.maps": "^3.50.5",
"@types/lodash": "^4.14.186",
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.8",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.7",
"generate-license-file": "^1.3.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"sass": "^1.55.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3",
"vite": "^3.1.0"
}
}