forked from jmcnamara/XlsxWriter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.76 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.76 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "frontend-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.33",
"@material-ui/pickers": "^3.3.10",
"@react-keycloak/web": "^3.4.0",
"@webscopeio/react-textarea-autocomplete": "^4.7.0",
"axios": "^0.19.0",
"date-fns": "^2.26.0",
"diff-match-patch": "^1.0.4",
"dompurify": "^2.4.1",
"filepond": "^4.13.0",
"formik": "^2.1.5",
"html2canvas": "^1.4.1",
"intersection-observer": "^0.12.0",
"jspdf": "^2.5.1",
"keycloak-js": "^15.0.2",
"material-ui-chip-input": "^2.0.0-beta.1",
"material-ui-popup-state": "^1.8.4",
"moment": "^2.24.0",
"multiselect-react-dropdown": "^1.5.0",
"notistack": "^0.9.6",
"query-string": "^5.1.1",
"react": "^16.12.0",
"react-beautiful-dnd": "^12.2.0",
"react-contextmenu": "^2.14.0",
"react-dom": "^16.12.0",
"react-dotdotdot": "^1.3.1",
"react-edit-text": "^4.1.0",
"react-editext": "^3.15.1",
"react-error-boundary": "^3.1.4",
"react-filepond": "^7.0.1",
"react-fileupload-progress": "^0.5.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-is-visible": "^1.1.2",
"react-rangeslider": "^2.2.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-router-navigation-prompt": "^1.8.10",
"react-scripts": "3.2.0",
"react-show-more-text": "^1.4.2",
"react-text-selection-popover": "^1.3.2",
"react-tiny-fab": "^3.2.0",
"react-tooltip": "^4.1.2",
"react-top-loading-bar": "^1.2.0",
"recharts": "^2.1.9",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rxjs": "^7.8.1",
"shortid": "^2.2.15",
"uuid": "^7.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --watchAll=false --coverage",
"eject": "react-scripts eject",
"build-dev": "dotenv -e .env.development react-scripts build",
"build-uat": "dotenv -e .env.uat react-scripts build",
"build-qa": "dotenv -e .env.qa react-scripts build",
"build-prod": "dotenv -e .env.producation react-scripts build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"coverageReporters": [
"text-summary",
"html",
"json"
]
},
"devDependencies": {
"@testing-library/react": "^10.4.7",
"dotenv-cli": "^3.1.0",
"file-loader": "^6.2.0",
"redux-mock-store": "^1.5.4"
}
}