-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.06 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
75
76
77
78
79
{
"name": "investmentsui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@daily-co/daily-js": "^0.9.992",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"axois": "0.0.1-security",
"bootstrap": "^4.5.0",
"classnames": "^2.2.6",
"fast-deep-equal": "^3.1.3",
"finnhub": "^1.2.1",
"firebase": "^7.19.1",
"firebaseui": "^4.6.1",
"framer": "^1.2.5",
"fs": "0.0.1-security",
"googleapis-common": "^4.4.0",
"history": "^5.0.0",
"immutability-helper": "^3.1.1",
"js-sha256": "^0.9.0",
"mdbreact": "^4.27.0",
"postcss": "7.0.32",
"react": "^16.13.1",
"react-bootstrap": "^1.2.2",
"react-bootstrap-typeahead": "^5.1.1",
"react-dice": "^1.0.1",
"react-dice-roller": "^1.0.5",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.13.1",
"react-html-parser": "^2.0.2",
"react-icons": "^3.11.0",
"react-modal-resizable-draggable": "^0.1.4",
"react-popup": "^0.10.0",
"react-redux": "^7.2.0",
"react-responsive": "^8.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-simple-chatbot": "^0.6.1",
"react-spinners": "^0.9.0",
"reactjs-popup": "^1.5.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1",
"sweetalert": "^2.1.2",
"ui": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "CI='' react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"resolutions": {
"postcss": "7.0.32"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}