-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
63
64
65
66
67
68
69
{
"name": "react-javascript",
"version": "1.0.0",
"type": "module",
"description": "React TypeScript on Replit, using Vite bundler",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 5173"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.19.6",
"@contentful/rich-text-types": "^16.3.5",
"@emailjs/browser": "^3.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/error-message": "^2.0.1",
"@react-pdf/renderer": "^3.4.4",
"@redux-devtools/extension": "^3.2.6",
"@reduxjs/toolkit": "^2.0.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.3.2",
"contentful": "^10.9.3",
"contentful-management": "^11.33.0",
"cypress": "^13.11.0",
"dayjs": "^1.11.10",
"esm": "^3.2.25",
"face-api.js": "^0.22.2",
"lodash": "^4.17.21",
"qrcode": "^1.5.3",
"react-bootstrap": "^2.10.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.46.2",
"react-javascript": "file:",
"react-redux": "^8.1.3",
"react-router-dom": "^6.16.0",
"react-select": "^5.7.5",
"react-test-renderer": "^18.2.0",
"reactjs-popup": "^2.0.6",
"recharts": "^2.11.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"socket.io-client": "^4.7.2",
"tesseract.js": "^5.1.0"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"dotenv": "^16.4.5",
"eslint": "^9.7.0",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.8.0",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.12",
"vitest": "^2.0.5"
},
"overrides": {
"restructure": "3.0.0"
}
}