-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.14 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.14 KB
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
{
"name": "mobx-react-typescript-example",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.3.10",
"@progress/kendo-data-query": "^1.5.5",
"@progress/kendo-drawing": "^1.16.2",
"@progress/kendo-licensing": "^1.2.2",
"@progress/kendo-react-animation": "^5.0.1",
"@progress/kendo-react-buttons": "^5.0.1",
"@progress/kendo-react-data-tools": "^5.0.1",
"@progress/kendo-react-dateinputs": "^5.0.1",
"@progress/kendo-react-dialogs": "^5.0.1",
"@progress/kendo-react-dropdowns": "^5.0.1",
"@progress/kendo-react-excel-export": "^5.0.1",
"@progress/kendo-react-form": "^5.0.1",
"@progress/kendo-react-grid": "^5.0.1",
"@progress/kendo-react-indicators": "^5.0.1",
"@progress/kendo-react-inputs": "^5.0.1",
"@progress/kendo-react-intl": "^5.0.1",
"@progress/kendo-react-pdf": "^5.0.1",
"@progress/kendo-react-treeview": "^5.0.1",
"@progress/kendo-theme-default": "^5.1.1",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "4.4.1",
"axios": "^0.25.0",
"axios-mock-adapter": "^1.20.0",
"date-fns": "^2.28.0",
"faker": "^6.6.6",
"formik": "^2.2.9",
"jsonwebtoken": "^8.5.1",
"mobx": "^6.3.13",
"mobx-react": "^7.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-form-input-validation": "^2.0.5",
"react-hook-form": "^7.26.1",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"react-toastify": "5.4.1",
"sass": "^1.49.7",
"styled-components": "4.4.1",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/uuid": "^8.3.4",
"typescript": "^4.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"
]
}