-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.12 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.12 KB
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
77
78
79
80
{
"name": "studyroom-reservation",
"version": "0.1.1",
"private": true,
"dependencies": {
"@babel/runtime": "^7.24.6",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^7.0.2",
"@tanstack/react-query": "^5.40.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"firebase": "^10.12.2",
"flowbite-react": "^0.9.0",
"framer-motion": "^12.8.2",
"inko": "^1.1.1",
"lucide-react": "^0.544.0",
"postcss": "^8.4.38",
"qrcode.react": "^3.1.0",
"react": "^18.3.1",
"react-calendar": "^5.0.0",
"react-clock": "^5.1.0",
"react-datepicker": "^6.9.0",
"react-dom": "^18.3.1",
"react-modal": "^3.16.1",
"react-qr-reader": "^3.0.0-beta-1",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-simple-snackbar": "^1.1.11",
"react-spinners": "^0.15.0",
"recharts": "^2.15.1",
"recoil": "^0.7.7",
"styled-components": "^6.1.11",
"swiper": "^11.2.6",
"web-vitals": "^4.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^4.0.0",
"package": "^1.0.1",
"prettier": "3.2.5",
"tailwindcss": "^3.4.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"
]
},
"packageManager": "yarn@1.22.22"
}