-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.74 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": "meet-new-friend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/user-event": "^7.2.1",
"bootstrap": "^4.4.1",
"firebase": "^7.14.0",
"firebaseui": "^4.5.0",
"moment": "^2.24.0",
"rbx": "^2.2.0",
"rc-input-number": "^4.5.6",
"rc-time-picker": "^3.7.3",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-confirm": "^0.1.20",
"react-confirm-alert": "^2.6.1",
"react-datepicker": "^2.14.1",
"react-dom": "^16.13.1",
"react-firebaseui": "^4.1.0",
"react-hook-form": "^5.5.3",
"react-images-upload": "^1.2.8",
"react-native": "^0.62.2",
"react-notifications-component": "^2.4.0",
"react-numeric-input": "^2.2.3",
"react-overflow": "^0.2.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-time-picker": "^4.0.1",
"reactjs-popup": "^1.5.0",
"sum": "^0.1.4"
},
"scripts": {
"cypress:open": "cypress open",
"cypress:ci": "cypress run --config video=false",
"test:ci": "react-scripts test --watchAll=false && start-server-and-test start http://localhost:3000 cypress:ci",
"start": "react-scripts start",
"build": "set \"process.env.CI=false\" && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/react": "^9.5.0",
"cypress": "^4.7.0",
"start-server-and-test": "^1.11.0"
}
}