-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
93 lines (93 loc) · 2.59 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
{
"name": "col-checklistbank",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=14"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"ajv": "^6.9.1",
"antd": "4.24.15",
"assert": "^2.1.0",
"axios": "^0.18.1",
"base-64": "^0.1.0",
"browserify-fs": "^1.0.0",
"buffer": "^6.0.3",
"classnames": "^2.3.1",
"col-rc-tree": "https://github.com/CatalogueOfLife/tree.git",
"crypto-browserify": "^3.12.0",
"csvtojson": "^2.0.10",
"dataloader": "^1.4.0",
"dayjs": "^1.8.26",
"diff2html": "^2.7.0",
"dompurify": "^2.2.7",
"fs": "^0.0.1-security",
"highcharts": "^9.1.2",
"highcharts-react-official": "^3.0.0",
"history": "^4.7.2",
"https-browserify": "^1.0.0",
"install": "^0.13.0",
"js-base64": "^3.7.5",
"linkify-html": "^3.0.5",
"linkifyjs": "^3.0.5",
"lodash": ">=4.6.2",
"marked": "^2.0.3",
"moment": "^2.24.0",
"new-github-issue-url": "^1.0.0",
"npm": "^8.18.0",
"os": "^0.1.2",
"os-browserify": "^0.3.0",
"p-queue": "^6.6.1",
"papaparse": "^5.0.2",
"path-browserify": "^1.0.1",
"query-string": "~5.1.1",
"react": "^16.9.0",
"react-app-rewired": "^2.2.1",
"react-copy-to-clipboard": "^5.0.1",
"react-csv": "^2.0.3",
"react-dom": "^16.9.0",
"react-drag-listview": "^2.0.0",
"react-ga4": "^1.4.1",
"react-helmet": "^5.2.0",
"react-highlight-words": "^0.16.0",
"react-icons": "^4.4.0",
"react-intl": "^2.7.2",
"react-json-print": "^0.1.3",
"react-jss": "^10.1.1",
"react-linkify": "^1.0.0-alpha",
"react-resizable": "^1.7.5",
"react-router-dom": "^5.3.3",
"react-scripts": "5.0.0",
"react-width": "^0.1.8",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"gzipper": "^4.3.0",
"process": "^0.11.10"
},
"resolutions": {
"moment": "2.24.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "node gitTag.js; node writeEnums.js; react-app-rewired build; gzipper compress ./build ; gzipper compress --brotli --output-file-format [filename].[ext].brotli --include js,css,html,txt,json ./build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject",
"preinstall": "npx npm-force-resolutions"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}