-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.78 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.78 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
{
"name": "ocotillo-ui",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"build:ci": "VITE_DISABLE_SOURCEMAP=true VITE_SENTRY_TELEMETRY_DISABLED=true NODE_OPTIONS=\"--max-old-space-size=4096\" tsc && vite build",
"build:fast": "VITE_DISABLE_SOURCEMAP=true VITE_SENTRY_TELEMETRY_DISABLED=true vite build",
"dev": "vite",
"refine": "refine",
"start": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc",
"mock:server:vitest": "prism mock https://ocotillo-api-staging.newmexicowaterdata.org/openapi-auth.json --dynamic=false --port 4010",
"mock:server:cypress": "prism mock https://ocotillo-api-staging.newmexicowaterdata.org/openapi-auth.json --dynamic=true --port 4010 --seed 12345",
"openapi:generate": "npx @hey-api/openapi-ts"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@base-ui-components/react": "^1.0.0-alpha.6",
"@casl/ability": "^6.7.3",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fief/fief": "^0.15.0-beta.2",
"@fontsource-variable/outfit": "^5.2.8",
"@fontsource-variable/public-sans": "^5.2.7",
"@hookform/resolvers": "^5.2.2",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@mui/icons-material": "^6.4.7",
"@mui/lab": "^6.0.0-beta.14",
"@mui/material": "^6.4.6",
"@mui/x-data-grid": "^8.27.4",
"@mui/x-date-pickers": "^7.22.3",
"@react-pdf/renderer": "^4.3.1",
"@refinedev/cli": "^2.16.51",
"@refinedev/core": "^5.0.10",
"@refinedev/devtools": "^2.0.4",
"@refinedev/mui": "^8.0.1",
"@refinedev/react-hook-form": "^5.0.4",
"@refinedev/react-router": "^2.0.4",
"@refinedev/simple-rest": "^6.0.1",
"@sentry/react": "^9.16.1",
"@tanstack/react-query": "^5.67.3",
"@tiptap/extension-color": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"@tiptap/starter-kit": "^2.9.1",
"@turf/turf": "^7.2.0",
"axios-auth-refresh": "^3.3.6",
"d3": "^7.9.0",
"d3-polygon": "^3.0.1",
"d3-ternary": "^3.0.9",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"js-sha256": "^0.11.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"mapbox-gl": "^3.0.0",
"mapbox-gl-style-switcher": "^1.0.11",
"pako": "^2.1.0",
"posthog-js": "^1.363.1",
"proj4": "^2.15.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-error-boundary": "^6.0.0",
"react-flaticons": "^1.1.5",
"react-input-mask": "^2.0.4",
"react-map-gl": "^7.1.7",
"react-markdown": "^10.1.0",
"react-router": "^7.13.1",
"wellknown": "^0.5.0",
"wkt": "^0.1.1",
"yup": "^1.6.1",
"zod": "^4.1.8"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.85.2",
"@sentry/vite-plugin": "^3.4.0",
"@stoplight/prism-cli": "^5.14.2",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/lodash": "^4.17.17",
"@types/mapbox__mapbox-gl-draw": "^1.4.9",
"@types/node": "^18.16.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"cypress": "^15.0.0",
"jsdom": "^26.1.0",
"prettier": "3.5.3",
"tailwindcss": "^3.4.19",
"typescript": "^5.4.2",
"vite": "^6.2.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^3.2.4"
},
"refine": {
"projectId": "wCqQ1f-agx0FN-70pXIr"
}
}