-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.03 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
{
"name": "wfrc-rtp-projects",
"version": "5.3.9",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"build-storybook": "storybook build",
"build:stage": "vite build --mode stage",
"format": "prettier . -w",
"lint": "eslint .",
"preview": "vite preview",
"start": "vite",
"storybook": "storybook dev -p 6006",
"test": "vitest",
"update-config-docs": "del ./docs/** && jsonschema2md -d public -o docs -h false -x - -n",
"zip": "bestzip build.zip dist/*"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": {
"printWidth": 120,
"singleQuote": true
},
"dependencies": {
"@arcgis/core": "^4.31.6",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tanstack/react-query": "^5.63.0",
"@ugrc/layer-selector": "^6.2.12",
"@ugrc/utilities": "^2.4.3",
"bootstrap": "^5.3.3",
"clsx": "^2.1.1",
"downshift": "^9.0.8",
"i18next": "^24.2.1",
"i18next-browser-languagedetector": "^8.0.2",
"jsonschema": "^1.5.0",
"ky": "^1.7.4",
"lodash.debounce": "^4.0.8",
"lodash.escaperegexp": "^4.1.2",
"lodash.sortby": "^4.7.0",
"lodash.uniqwith": "^4.5.0",
"perfect-scrollbar": "^1.5.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-draggable": "^4.4.6",
"react-error-boundary": "^5.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"react-number-format": "^5.4.3",
"react-router-dom": "^7.1.1",
"react-uid": "^2.3.3",
"reactstrap": "^9.2.3",
"sql-formatter": "^15.4.9",
"typeface-montserrat": "^1.1.13",
"url": "^0.11.4",
"use-immer": "^0.11.0",
"use-query-params": "^2.2.1"
},
"devDependencies": {
"@adobe/jsonschema2md": "^8.0.2",
"@chromatic-com/storybook": "^3",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@rollup/pluginutils": "^5.1.4",
"@storybook/addon-actions": "^8.4.7",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/addon-onboarding": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@vitejs/plugin-react": "^4.3.4",
"bestzip": "^2.2.1",
"del-cli": "^6.0.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-storybook": "^0.11.2",
"globals": "^15.14.0",
"happy-dom": "^16.5.2",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.6",
"prop-types": "^15.8.1",
"sass": "^1.83.1",
"storybook": "^8.4.7",
"vite": "^6.0.7",
"vitest": "^2.1.8"
}
}