-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.7 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "project-k",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.1",
"@appbaseio/reactivesearch": "^3.12.2",
"@date-io/date-fns": "^1.3.13",
"@devexpress/dx-core": "^2.7.1",
"@devexpress/dx-react-core": "^2.7.1",
"@devexpress/dx-react-scheduler": "^2.7.1",
"@devexpress/dx-react-scheduler-material-ui": "^2.7.1",
"@firebase/app": "^0.6.11",
"@firebase/auth": "^0.14.9",
"@firebase/database": "^0.7.1",
"@firebase/firestore": "^1.17.1",
"@firebase/storage": "^0.3.43",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@n8tb1t/use-scroll-position": "^1.0.43",
"@reach/router": "^1.3.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"antd": "^4.5.2",
"date-fns": "^2.16.1",
"firebase": "^4.12.0",
"firebaseui": "^4.6.1",
"google-map-react": "^2.0.2",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-awesome-slider": "^4.1.0",
"react-day-picker": "^7.4.8",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.13.1",
"react-dropzone": "^11.1.0",
"react-geocode": "^0.2.1",
"react-immer": "^1.5.3",
"react-infinite-scroll-component": "^5.1.0",
"react-places-autocomplete": "^7.3.0",
"react-redux": "^7.2.1",
"react-redux-firebase": "^3.7.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-scroll": "^1.8.1",
"react-scroll-to-bottom": "^4.0.0",
"react-show-more-text": "^1.4.3",
"react-simple-image-slider": "^2.0.1",
"react-slick": "^0.27.11",
"react-slideshow-image": "^3.4.3",
"react-spring": "^8.0.27",
"react-time-range-slider": "^1.1.2",
"reactstrap": "^8.7.1",
"redux": "^4.0.5",
"redux-firestore": "^0.15.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1"
},
"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": {
"antd-img-crop": "^3.13.2",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "2.2.0"
}
}