-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·79 lines (79 loc) · 2.14 KB
/
package.json
File metadata and controls
executable file
·79 lines (79 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
71
72
73
74
75
76
77
78
79
{
"name": "react-master",
"author": "Ramesh",
"license": "MIT",
"version": "1.0.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.6",
"@material-ui/core": "^4.3.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.22",
"@material-ui/pickers": "^3.2.2",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"clsx": "^1.0.4",
"css-vars-ponyfill": "^2.1.2",
"date-fns": "^2.0.0-alpha.34",
"downshift": "^3.2.10",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"firebase": "^6.6.1",
"history": "^4.10.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"notistack": "^0.8.8",
"qwest": "^4.5.0",
"react": "^16.8.6",
"react-app-polyfill": "^1.0.2",
"react-autosuggest": "^9.4.3",
"react-beautiful-dnd": "^11.0.4",
"react-big-calendar": "^0.22.0",
"react-dom": "^16.8.6",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.1",
"react-highlight": "^0.12.0",
"react-html-parser": "^2.0.2",
"react-infinite-scroller": "^1.2.4",
"react-loadable": "^5.5.0",
"react-material-ui-form-validator": "^2.0.9",
"react-perfect-scrollbar": "^1.5.2",
"react-quill": "^1.3.3",
"react-redux": "^7.0.3",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"react-vis": "^1.11.7",
"recharts": "^1.6.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"shortid": "^2.2.14",
"swiper": "^4.5.0",
"victory": "^32.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ghp": "react-scripts build && gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/runtime": "^7.5.5",
"axios-mock-adapter": "^1.17.0",
"cross-env": "^5.2.0",
"gh-pages": "^2.1.1"
}
}