-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.79 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
{
"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": "sumo@yext.com",
"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": {
"@headlessui/react": "^1.7.7",
"@react-spring/parallax": "^9.6.1",
"@yext/chat-headless-react": "^0.4.0",
"@yext/chat-ui-react": "^0.4.0",
"@yext/search-headless-react": "^2.1.0",
"@yext/search-ui-react": "^1.1.0",
"markdown-to-jsx": "^7.1.8",
"markuplint": "^2.11.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-fade-in": "^2.0.1",
"react-hook-form": "^7.41.0",
"react-icons": "^4.4.0",
"react-parallax-tilt": "^1.7.77",
"react-router-dom": "^6.6.1",
"zod": "^3.20.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/mapbox-gl": "^2.7.10",
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitejs/plugin-react": "^2.1.0",
"@yext/pages": "1.0.0-beta.6",
"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",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3",
"vite": "^3.1.0"
}
}