-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
74 lines (74 loc) · 1.97 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
{
"name": "react_firebase_auth",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@chakra-ui/gatsby-plugin": "^2.0.0",
"@chakra-ui/react": "^1.6.1",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.3",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"create-react-native-app": "^3.6.0",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"firebase": "^8.2.9",
"framer-motion": "^4.1.13",
"latest-version": "^5.1.0",
"multiselect-react-dropdown": "^1.6.11",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-indiana-drag-scroll": "^1.8.1",
"react-loader-spinner": "^4.0.0",
"react-native": "^0.64.0",
"react-notifications": "^1.7.2",
"react-pdf": "^5.2.0",
"react-responsive-carousel": "^3.2.13",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-scroll-horizontal": "^1.6.6",
"react-spinkit": "^3.0.0",
"react-spring": "^8.0.27",
"react-test-renderer": "^17.0.2",
"react-use-gesture": "^9.1.1",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
},
"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": {
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/preset-react": "^7.13.13",
"jest": "^26.6.0"
}
}