-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "timetrekah_frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.2.1",
"@mui/material": "^6.1.5",
"@mui/x-date-pickers": "^7.23.2",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"openapi-client-axios": "^7.5.5",
"openapi-fetch": "^0.12.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.27.0",
"react-router-dom": "^6.27.0",
"swr": "^2.2.5",
"swr-openapi": "^5.0.0",
"timetrekah_api": "file:autogenerated_client"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@sap-cloud-sdk/openapi": "^3.22.2",
"@sap-cloud-sdk/openapi-generator": "^3.22.2",
"@types/node": "^22.8.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"vite": "^5.4.9"
}
}