-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.81 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.81 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
{
"name": "fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 8080",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@googlemaps/js-api-loader": "^1.16.2",
"@googlemaps/react-wrapper": "^1.1.35",
"@mui/icons-material": "^5.14.12",
"@mui/material": "^5.14.12",
"@mui/styled-engine-sc": "^5.14.12",
"@mui/system": "^5.8.0",
"@mui/x-date-pickers": "^6.16.2",
"@mui/x-date-pickers-pro": "^6.16.2",
"@react-google-maps/api": "^2.19.2",
"@react-oauth/google": "^0.11.1",
"@reactivex/rxjs": "^6.6.7",
"@types/googlemaps": "^3.43.3",
"aws-sdk": "^2.1472.0",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-router-dom": "^6.16.0",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-components": "^6.1.1",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-material-ui": "^1.0.1",
"vite-plugin-react": "^4.0.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}