-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.17 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
{
"homepage": "https://iquasere.github.io/MOSGUITO",
"name": "mosguito",
"version": "1.2.0",
"private": true,
"dependencies": {
"@grapecity/spread-excelio": "^14.0.3",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@zip.js/zip.js": "^2.2.28",
"awesome-react-icons": "^1.4.4",
"ba-js-base-components": "^1.2.10",
"bootstrap": "^5.0.2",
"csvtojson": "^2.0.10",
"d3": "^6.3.1",
"file-saver": "^2.0.5",
"html-react-parser": "^1.2.1",
"html-to-react": "^1.4.5",
"i18next": "^20.3.0",
"jquery": "^3.6.0",
"jszip": "^3.6.0",
"mui-datatables": "^3.7.1",
"papaparse": "^5.3.0",
"react": "^17.0.1",
"react-bootstrap": "^2.0.0-beta.4",
"react-csv-reader": "^3.3.0",
"react-data-table-component": "^6.11.7",
"react-dom": "^17.0.1",
"react-file-reader": "^1.1.4",
"react-html-parser": "^2.0.2",
"react-i18next": "^11.8.15",
"react-icons": "^4.1.0",
"react-medium-image-zoom": "^3.1.3",
"react-minimal-side-navigation": "^1.5.1",
"react-native": "^0.68.2",
"react-native-web": "^0.17.7",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-zlib-js": "^1.0.5",
"styled-components": "^5.3.0",
"tsv": "^0.2.0",
"web-vitals": "^0.2.4",
"yaml": "^1.10.0",
"zip-js-webpack": "^1.0.0"
},
"scripts": {
"start": "react-app-rewired --openssl-legacy-provider start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@testing-library/react": "^11.2.7",
"gh-pages": "^3.2.1",
"html-loader": "^2.1.2",
"react-app-rewired": "^2.1.8"
}
}