-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 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
{
"name": "checking-react-redux",
"version": "1.0.0",
"homepage": ".",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.11.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@react-pdf/renderer": "^1.6.12",
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.21.0",
"date-fns": "^2.0.0-beta.5",
"gh-pages": "^3.1.0",
"jspdf": "^2.1.1",
"jspdf-autotable": "^3.5.13",
"jspdf-react": "^1.0.11",
"material-ui-filter": "^3.1.3",
"material-ui-pickers": "^2.2.4",
"moment": "^2.29.1",
"nice-invoice": "^1.0.6",
"node-sass": "^4.14.1",
"react": "16.13.1",
"react-beautiful-dnd": "^13.0.0",
"react-datepicker": "^3.3.0",
"react-dates": "^21.8.0",
"react-dom": "16.13.1",
"react-google-login": "^5.1.25",
"react-icons": "^4.1.0",
"react-redux": "^7.2.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-to-pdf": "0.0.13",
"redux": "^4.0.5",
"uuid": "^8.3.1",
"uuidv4": "^6.2.5"
},
"devDependencies": {
"typescript": "3.8.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"
]
}