-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.84 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.84 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
{
"name": "federated-collection-discovery",
"version": "2.0.0",
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.544.0",
"mobx": "^6.15.0",
"ol": "10.6.1",
"ol-layerswitcher": "^4.1.2",
"ol-stac": "^1.0.5",
"proj4": "^2.19.10",
"react": "^18.0.0",
"react-day-picker": "^9.11.0",
"react-dom": "^18.0.0",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.6",
"redoc": "^2.5.1",
"source-map-explorer": "^2.5.3",
"styled-components": "^6.1.19",
"tailwind-merge": "^3.3.1",
"typescript": "^5.9.3"
},
"scripts": {
"dev": "vite",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install"
},
"devDependencies": {
"@types/node": "^24.7.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"depcheck": "^1.4.7",
"husky": ">=6",
"lint-staged": ">=10",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.14",
"vite": "^7.1.9",
"vite-tsconfig-paths": "^5.1.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,css,md,json}": "prettier --write"
}
}