-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
144 lines (144 loc) · 4.54 KB
/
package.json
File metadata and controls
144 lines (144 loc) · 4.54 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
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "das-web-react",
"version": "0.1.0",
"private": true,
"buildbranch": "generated_by_build",
"buildnum": "also_generated_by_build",
"dependencies": {
"@auth0/auth0-react": "^2.15.0",
"@babel/core": "^7.29.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@rjsf/core": "^6.3.1",
"@rjsf/react-bootstrap": "^6.3.1",
"@rjsf/utils": "^6.3.1",
"@rjsf/validator-ajv8": "^6.3.1",
"@turf/turf": "^7.3.4",
"ajv": "^8.18.0",
"ajv-draft-04": "^1.0.0",
"ajv-formats": "^3.0.1",
"axios": "1.13.6",
"axios-progress-bar": "^1.2.0",
"babel-jest": "^30.2.0",
"bootstrap": "5.3.8",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"epsg-index": "^2.0.0",
"eslint": "^9.39.4",
"geodesy": "^2.4.0",
"humanize-duration": "^3.33.2",
"i18next": "^25.8.14",
"i18next-browser-languagedetector": "^8.2.1",
"i18next-chained-backend": "^5.0.2",
"i18next-http-backend": "^3.0.2",
"i18next-localstorage-backend": "^4.3.1",
"jest": "^30.2.0",
"jest-watch-typeahead": "^3.0.1",
"legacy-socket.io-client": "npm:socket.io-client@2.2.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.23",
"mapbox-gl": "^3.19.1",
"pluralize": "^8.0.0",
"proj4": "^2.20.4",
"react": "^19.2.4",
"react-bootstrap": "2.10.10",
"react-collapsible": "^2.10.0",
"react-datepicker": "^9.1.0",
"react-debounce-render": "^8.0.2",
"react-dom": "^19.2.4",
"react-error-boundary": "^6.1.1",
"react-fast-compare": "^3.2.2",
"react-flip-toolkit": "^7.2.4",
"react-ga4": "^2.1.0",
"react-i18next": "^16.5.6",
"react-infinite-scroller": "^1.2.6",
"react-js-pagination": "^3.0.3",
"react-pin-field": "^4.0.2",
"react-redux": "^9.2.0",
"react-refresh": "^0.18.0",
"react-router-dom": "^7.13.1",
"react-select": "^5.10.2",
"react-spinners": "^0.17.0",
"react-to-print": "^3.3.0",
"react-toastify": "^11.0.5",
"react-window": "^2.2.7",
"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.3",
"suncalc": "^1.9.0",
"use-sound": "^5.0.0",
"uuid": "^13.0.0",
"web-vitals": "^5.1.0",
"workbox-build": "^7.4.0"
},
"scripts": {
"build": "vite build && yarn build-sw",
"build-sw": "node ./src/sw-build.js",
"lint": "CI=true eslint src",
"start": "vite",
"stylelint": "stylelint ./src/**/*.scss",
"test": "jest",
"test-ci": "CI=true jest --silent --detectOpenHandles --forceExit"
},
"devDependencies": {
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@babel/runtime": "^7.28.6",
"@eslint/js": "^10.0.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^5.1.4",
"dotenv": "^17.3.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.4.0",
"jest-environment-jsdom": "^30.2.0",
"jest-fixed-jsdom": "^0.0.11",
"jest-webgl-canvas-mock": "^2.5.3",
"msw": "2.12.10",
"redux-mock-store": "^1.5.5",
"sass": "^1.97.3",
"socket.io-mock": "^1.3.2",
"stylelint": "^17.4.0",
"stylelint-config-css-modules": "^4.6.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-scss": "^7.0.0",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0"
},
"jest": {
"moduleNameMapper": {
"\\.css": "<rootDir>/jest-config/mocks/css.js",
".+\\.module\\.scss": "<rootDir>/jest-config/mocks/scss.js",
"\\.svg": "<rootDir>/jest-config/mocks/svg.js"
},
"resetMocks": true,
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.js"
],
"testEnvironment": "jest-fixed-jsdom",
"testMatch": [
"<rootDir>/src/**/*.test.{js,jsx}"
],
"transform": {
"^.+\\.(js|jsx|mjs|cjs|ts|tsx)$": "<rootDir>/jest-config/transformers/babelTransform.js",
"^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|json)$)": "<rootDir>/jest-config/transformers/fileTransform.js"
},
"transformIgnorePatterns": [
"/node_modules/(?!(@rjsf|@x0k|geodesy|geokdbush|kdbush|lodash-es|nanoid|react-debounce-render|react-error-boundary|until-async|uuid)/)"
],
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
},
"packageManager": "yarn@4.12.0"
}