-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.08 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
70
71
72
73
{
"name": "play-barcode",
"version": "1.0.0",
"private": true,
"dependencies": {
"@hookform/resolvers": "^3.6.0",
"@sentry/cli": "^2.33.1",
"@sentry/react": "^8.26.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^16.18.101",
"@types/react": "^18.3.3",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.3.0",
"@types/react-modal": "^3.16.3",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"axios": "^1.7.2",
"formik": "^2.4.6",
"http-proxy-middleware": "^3.0.0",
"js-cookie": "^3.0.5",
"play-barcode": "link:",
"qr-code-styling": "1.6.0-rc.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-calendar": "^5.0.0",
"react-datepicker": "^7.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.4.0",
"react-modal": "^3.16.1",
"react-qr-code": "^2.0.15",
"react-router-dom": "^6.24.0",
"react-scripts": "5.0.1",
"react-spinners": "^0.14.1",
"react-textarea-autosize": "^8.5.3",
"tailwindcss": "^3.4.4",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"yup": "^1.4.0",
"zustand": "^4.5.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build --mode production",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}