-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.76 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
{
"name": "weather_4_u",
"version": "2.2.0",
"private": true,
"dependencies": {
"@react-spring/web": "^9.0.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"geo-tz": "^7.0.7",
"husky": "8.0.3",
"i18next": "^23.4.6",
"lint-staged": "^14.0.1",
"path-browserify": "^1.0.1",
"pretty-format": "^29.6.3",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-i18next": "^13.2.1",
"react-responsive": "^9.0.2",
"react-router-dom": "6.15.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"serve": "14.2.1",
"styled-components": "^6.0.7",
"web-vitals": "^3.4.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"lint": "eslint --ext js,jsx,ts,tsx ./",
"prettier": "prettier --check --write ./**/*.{js, jsx,json,css}",
"prepare": "husky install"
},
"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"
]
},
"devDependencies": {
"typescript": "^5.2.2"
}
}