-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 1.92 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
74
75
76
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-transform-private-methods": "^7.25.4",
"@eslint/config-array": "^0.18.0",
"@eslint/object-schema": "^2.1.4",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@hookform/error-message": "^2.0.1",
"@jridgewell/sourcemap-codec": "^1.5.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"amqplib": "^0.10.4",
"bootstrap": "^5.3.3",
"cookie": "^0.7.1",
"glob": "^11.0.0",
"lru-cache": "^11.0.1",
"postcss-resolve-url": "^0.0.1",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-router": "^6.26.2",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"rimraf": "^6.0.1",
"uuid": "^11.0.2",
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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"
]
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@svgr/webpack": "^6.2.1",
"daisyui": "^4.12.14",
"eslint-config-react-app": "^7.0.1",
"eslint-define-config": "^2.1.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.9.0",
"postcss": "^8.4.47",
"react-helmet-async": "^2.0.5",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.5",
"typescript-eslint": "^8.0.0"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack",
"postcss": "$postcss"
}
}