-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
62 lines (62 loc) · 1.54 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
{
"name": "@coveo/headless-react-samples",
"description": "Samples with @coveo/headless & React",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.9.0 || ^22.11.0"
},
"dependencies": {
"@coveo/auth": "2.0.5",
"@coveo/headless": "3.12.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/escape-html": "1.0.4",
"@types/express": "5.0.0",
"@types/node": "22.10.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"dayjs": "1.11.13",
"escape-html": "1.0.3",
"express": "4.21.2",
"filesize": "10.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.26.0",
"typescript": "5.4.5",
"web-vitals": "4.2.4"
},
"scripts": {
"dev": "vite",
"build": "nx build",
"build:client": "vite build",
"serve": "vite preview",
"test": "vitest run",
"prod:ssr": "node ./build/server/server/server.js"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "8.7.0",
"@vitejs/plugin-react": "4.3.2",
"cypress": "13.17.0",
"cypress-repeat": "2.3.8",
"gts": "5.3.1",
"patch-package": "6.4.7",
"vite": "5.4.11",
"vitest": "2.1.8"
}
}