-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "proj3",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"firebase": "^10.12.3",
"firebase-admin": "^12.2.0",
"mapbox-gl": "^3.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-one-tap-login": "^0.1.1",
"react-map-gl": "^7.1.7",
"react-router-dom": "^6.24.1",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@preact/signals-react-transform": "^0.4.0",
"concurrently": "^8.2.2",
"customize-cra": "^1.0.0",
"dotenv-cli": "^7.4.2",
"react-app-rewired": "^2.2.1",
"watch": "^1.0.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}