-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.43 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
{
"name": "weather-react",
"version": "0.1.0",
"private": true,
"keywords": [
"google",
"javascript",
"maps",
"samples"
],
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.30",
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
"fast-equals": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "5.0.1",
"reactstrap": "^9.0.1"
},
"devDependencies": {
"@babel/preset-env": "^7.14.4",
"@googlemaps/typescript-guards": "^1.0.12",
"@types/google.maps": "^3.48.5",
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"dotenv": "^10.0.0",
"html-replace-webpack-plugin": "^2.6.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^2.2.2",
"string-replace-loader": "^3.0.2",
"ts-loader": "^9.2.2",
"typescript": "^4.4.3",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.0.0-beta.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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"
]
}
}