generated from YextSolutions/pages-starter-react-locations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.42 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
{
"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",
"prod": "pages prod",
"build": "pages build"
},
"engines": {
"node": "^18.4.0 || >=20.0.0"
},
"dependencies": {
"@headlessui/react": "^1.7.12",
"@heroicons/react": "^2.0.14",
"@vitejs/plugin-react-swc": "^3.5.0",
"@yext/search-headless-react": "^2.2.0",
"@yext/search-ui-react": "^1.4.1",
"classnames": "^2.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-phone-number-input": "^3.2.19",
"react-router-dom": "^6.20.1",
"tailwind-merge": "^2.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@vitejs/plugin-react": "^4.2.1",
"@yext/pages": "https://github.com/asanehisa/public-assets/raw/main/yext-pages-1.1.0-beta.4.tgz",
"@yext/pages-components": "^1.0.0-rc.4",
"autoprefixer": "^10.4.8",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.7",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}