generated from yext/pages-starter-react-locations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.23 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
{
"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",
"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": {
"fetch-everywhere": "^1.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@vitejs/plugin-react": "^2",
"@yext/pages": "^1.0.0-beta.1",
"autoprefixer": "^10.4.8",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.30.1",
"generate-license-file": "^1.3.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.7",
"typescript": "^4.7.4",
"vite": "^3.0.4"
}
}