-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.42 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.42 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
55
56
57
58
59
{
"name": "react-hook-form-reset-v7",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"bootstrap": "^5.1.3",
"firebase": "9.1.3",
"firebase-admin": "10.0.0",
"firebase-functions": "3.16.0",
"google-gax": "2.28.0",
"install": "^0.13.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-dropdown": "1.9.2",
"react-hook-form": "7.0.0-beta.13",
"react-native": "0.66.1",
"react-native-web": "0.17.5",
"react-router-dom": "^5.3.0",
"react-scripts": "2.1.8",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"0": ">0.2%",
"1": "not dead",
"2": "not ie <= 11",
"3": "not op_mini all",
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "",
"keywords": [],
"main": "src/index.js",
"devDependencies": {
"typescript": "3.3.3"
}
}