-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 3.05 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "shipmanage",
"version": "1.0.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.2.5",
"@apollo/react-hooks": "^4.0.0",
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "^1.3.6",
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.9.10",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.2",
"apollo-boost": "^0.4.9",
"apollo-link": "^1.2.14",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"clsx": "^1.0.4",
"create-react-app": "^3.4.1",
"cross-fetch": "^3.0.6",
"css-vars-ponyfill": "^2.1.2",
"date-fns": "^2.0.0-alpha.34",
"dotenv": "^8.2.0",
"downshift": "^3.2.10",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"eslint-plugin-flowtype": "^3.13.0",
"firebase": "^7.17.1",
"globalize": "^0.1.1",
"graphql": "^15.3.0",
"history": "^4.10.0",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"mui-datatables": "^3.4.0",
"node-sass": "^4.14.1",
"notistack": "^0.8.8",
"prop-types": "^15.7.2",
"qwest": "^4.5.0",
"react": "^16.14.0",
"react-apollo": "^3.1.5",
"react-autosuggest": "^9.4.3",
"react-beautiful-dnd": "^11.0.4",
"react-big-calendar": "^0.24.0",
"react-dom": "^16.8.6",
"react-google-maps": "^9.4.5",
"react-highlight": "^0.12.0",
"react-html-parser": "^2.0.2",
"react-infinite-scroller": "^1.2.4",
"react-intl": "^5.12.3",
"react-loadable": "^5.5.0",
"react-material-ui-form-validator": "^2.0.9",
"react-pdf": "^5.2.0",
"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.3.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",
"urql": "^1.9.8",
"victory": "^32.3.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ghp": "react-scripts build && gh-pages -d build",
"copy-pdfjs-worker": "cp ./node_modules/pdfjs-dist/build/pdf.worker.js public/scripts"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:react-hooks/recommended"
],
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/runtime": "^7.5.5",
"axios-mock-adapter": "^1.17.0",
"babel-plugin-formatjs": "^9.1.0",
"babel-plugin-import": "^1.13.0",
"cross-env": "^5.2.0",
"customize-cra": "^0.9.1",
"eslint-plugin-react-hooks": "^1.7.0",
"gh-pages": "^2.1.1",
"react-app-rewired": "^2.1.5"
}
}