forked from apav-dev/turbotax-demo
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
46 lines (46 loc) · 1.31 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
{
"name": "studio-starter",
"version": "0.1.0",
"description": "An example repository to help users get started with React development on Yext Pages",
"author": "[email protected]",
"type": "module",
"license": "BSD-3-Clause",
"scripts": {
"dev": "pages dev",
"prod": "pages prod",
"features": "pages generate features",
"ci": "pages generate ci",
"build:local": "pages build"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@yext/sites-components": "1.0.0-rc.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.4",
"@types/mapbox-gl": "^2.7.12",
"@types/react": "^17.0.49",
"@types/react-dom": "^17.0.17",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@vitejs/plugin-react": "^4.0.4",
"@yext/pages": "1.0.0-rc.6",
"@yext/studio": "^0.12.0",
"@yext/studio-plugin": "^0.12.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.8.8",
"rollup-plugin-visualizer": "^5.9.2",
"tailwindcss": "^3.1.8",
"typescript": "^4.9.5",
"vite": "4.4.9"
}
}