-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.98 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "das-web-react",
"version": "0.1.0",
"private": true,
"buildbranch": "generated_by_build",
"buildnum": "also_generated_by_build",
"dependencies": {
"@rjsf/bootstrap-4": "^5.23.1",
"@rjsf/core": "^5.23.1",
"@rjsf/utils": "^5.23.1",
"@rjsf/validator-ajv6": "^5.23.1",
"@turf/turf": "^7.1.0",
"ajv": "^8.17.1",
"ajv-draft-04": "^1.0.0",
"axios": "1.7.8",
"axios-progress-bar": "^1.2.0",
"bootstrap": "5.3.3",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"geodesy": "^2.4.0",
"humanize-duration": "^3.32.1",
"i18next": "^24.0.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^3.0.1",
"i18next-localstorage-backend": "^4.2.0",
"legacy-socket.io-client": "npm:[email protected]",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"mapbox-gl": "^3.8.0",
"pluralize": "^8.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-bootstrap": "2.10.6",
"react-collapsible": "^2.10.0",
"react-css-loaders": "^0.0.5",
"react-datepicker": "^7.5.0",
"react-debounce-render": "^8.0.2",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-fast-compare": "^3.2.2",
"react-flip-toolkit": "^7.2.4",
"react-ga4": "^2.1.0",
"react-i18next": "^15.1.2",
"react-infinite-scroller": "^1.2.6",
"react-js-pagination": "^3.0.3",
"react-pin-field": "^3.1.5",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.1",
"react-scripts": "5.0.1",
"react-select": "^5.8.3",
"react-to-print": "^3.0.2",
"react-toastify": "^10.0.6",
"react-window": "^1.8.10",
"redux": "^5.0.1",
"redux-persist": "^5.10.0",
"redux-promise": "^0.6.0",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
"socket.io-client": "^4.8.1",
"suncalc": "^1.9.0",
"use-sound": "^4.0.3",
"uuid": "^11.0.3"
},
"scripts": {
"start": "react-scripts start",
"build-sw": "node ./src/sw-build.js",
"clean-cra-sw": "rm -f build/precache-manifest.*.js && rm -f build/service-worker.js",
"build": "GENERATE_SOURCEMAP=false react-scripts build && npm run build-sw && npm run clean-cra-sw",
"test": "react-scripts test --transformIgnorePatterns \"node_modules/(?!geodesy)/\"",
"eject": "react-scripts eject",
"lint": "CI=true eslint src",
"stylelint": "node ./node_modules/stylelint/bin/stylelint.js ./src/**/*.scss",
"test-ci": "CI=true react-scripts test --silent --detectOpenHandles --forceExit --transformIgnorePatterns \"node_modules/(?!geodesy)/\"",
"test-cov": "yarn test-ci --coverage",
"posttest-cov": "jest-coverage-thresholds-bumper --margin=1",
"postinstall": "sh setUpLocalGitConfig.sh"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/runtime": "^7.7.4",
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^13.0.16",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"jest-coverage-thresholds-bumper": "^1.0.1",
"jest-webgl-canvas-mock": "^0.2.3",
"madge": "^5.0.1",
"msw": "^2.6.6",
"redux-mock-store": "^1.5.3",
"sass": "^1.81.0",
"socket.io-mock": "^1.3.2",
"stylelint": "^13.13.1",
"stylelint-config-css-modules": "^2.2.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.21.0",
"undici": "5.0.0"
},
"jest": {
"coverageThreshold": {
"global": {
"branches": 45.52,
"functions": 49.78,
"lines": 59.28,
"statements": 58.03
}
},
"coverageReporters": [
"html",
"json-summary"
]
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"resolutions": {
"resolve-url-loader": "5.0.0"
}
}