-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.3 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
77
78
79
80
{
"name": "ekisagasu",
"version": "0.2.1",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@googlemaps/markerclusterer": "^2.5.3",
"@mui/material": "^6.1.6",
"@mui/styles": "^6.1.6",
"@react-google-maps/api": "^2.20.3",
"@reduxjs/toolkit": "^2.3.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/bootstrap": "^5.2.10",
"@types/googlemaps": "^3.43.3",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-autosuggest": "^10.1.11",
"@types/react-bootstrap": "^0.32.37",
"@types/react-circular-progressbar": "^1.1.0",
"@types/react-dom": "^18.3.1",
"@types/react-redux": "^7.1.34",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.11",
"@types/redux": "^3.6.0",
"@types/redux-thunk": "^2.1.0",
"axios": "^1.7.7",
"querystringify": "^2.2.0",
"react": "^18.3.1",
"react-autosuggest": "^10.1.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.28.0",
"react-transition-group": "^4.4.5",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"typescript": "^5.6.3",
"typescript-fsa": "^3.0.0",
"web-vitals": "^4.2.4"
},
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --silent",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@types/google.maps": "^3.58.1",
"@types/jest": "^29.5.14",
"@vitejs/plugin-react": "^4.3.3",
"axios-mock-adapter": "^2.1.0",
"gh-pages": "^6.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.5",
"vite": "^5.4.11",
"vite-plugin-env-compatible": "^2.0.1"
}
}