-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 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
68
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.6.1",
"@types/jest": "24.0.19",
"@types/node": "12.11.1",
"@types/react": "16.9.7",
"@types/react-collapse": "^5.0.0",
"@types/react-dom": "16.9.2",
"@types/react-input-mask": "^2.0.4",
"@types/react-modal": "^3.10.0",
"@types/react-router-dom": "^5.1.0",
"@types/react-scroll": "^1.5.4",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-css-only": "^4.3.1",
"cleave.js": "^1.5.3",
"email-validator": "^2.0.4",
"firebase": "^8.1.1",
"history": "^4.10.1",
"jquery": "^3.5.1",
"material-ui": "^0.20.2",
"mdbreact": "^4.22.1",
"react": "^16.14.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-bootstrap-multiselect": "^2.4.1",
"react-collapse": "^5.0.0",
"react-countdown": "^2.2.0",
"react-dom": "^16.10.2",
"react-ga": "^2.7.0",
"react-input-mask": "^2.0.4",
"react-number-format": "^4.3.1",
"react-perfect-scrollbar": "^1.5.3",
"react-player": "^1.13.0",
"react-responsive-carousel": "^3.1.51",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.1",
"react-scroll": "^1.7.14",
"simple-react-modal": "^0.5.1",
"typescript": "3.6.4"
},
"scripts": {
"start": "react-scripts start",
"build": "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": {
"react-alice-carousel": "^1.17.2"
}
}