-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "orbital-react-20-readfromfirestore",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@date-io/core": "^2.10.11",
"@date-io/date-fns": "1.3.13",
"@firebase/app": "0.6.22",
"@firebase/auth": "0.16.6",
"@firebase/firestore": "2.3.1",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.4",
"@react-firebase/auth": "0.2.10",
"date-fns": "^2.22.1",
"faker": "^5.5.3",
"firebase": "^8.6.8",
"hookrouter": "^1.2.5",
"html2canvas": "^1.1.4",
"lodash": "4.17.21",
"react": "^17.0.2",
"react-csv": "^2.0.3",
"react-dom": "17.0.2",
"react-icalendar-link": "^3.0.1",
"react-markdown": "^6.0.2",
"react-movable": "^2.5.4",
"react-scripts": "4.0.0",
"react-virtuoso": "^1.9.0",
"remark-gfm": "^1.0.0",
"use-react-screenshot": "^1.0.2"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}