-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.81 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.81 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
{
"name": "open-earth-monitor-cyberinfrastructure",
"version": "1.0.0-alpha.6",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "next lint",
"build": "next build",
"start": "next start",
"check-types": "tsc",
"test": "playwright test",
"test-ui": "playwright test --ui",
"postinstall": "mkdir -p public/cesium && cp -R node_modules/cesium/Build/Cesium/* public/cesium/"
},
"engines": {
"node": "22.14.0"
},
"packageManager": "yarn@3.6.3",
"dependencies": {
"@dnd-kit/core": "6.0.8",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "7.0.2",
"@egjs/react-flicking": "4.10.9",
"@radix-ui/react-accordion": "latest",
"@radix-ui/react-checkbox": "latest",
"@radix-ui/react-collapsible": "latest",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "latest",
"@radix-ui/react-icons": "latest",
"@radix-ui/react-label": "latest",
"@radix-ui/react-navigation-menu": "latest",
"@radix-ui/react-popover": "latest",
"@radix-ui/react-radio-group": "latest",
"@radix-ui/react-scroll-area": "latest",
"@radix-ui/react-select": "latest",
"@radix-ui/react-separator": "latest",
"@radix-ui/react-slider": "latest",
"@radix-ui/react-slot": "latest",
"@radix-ui/react-switch": "latest",
"@radix-ui/react-tabs": "latest",
"@radix-ui/react-tooltip": "latest",
"@react-spring/web": "^9.7.3",
"@rive-app/react-canvas": "^4.20.1",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "0.5.9",
"@tanstack/react-query": "4.36.1",
"@visx/annotation": "^3.3.0",
"@visx/group": "^3.3.0",
"@visx/responsive": "^3.3.0",
"@visx/scale": "^3.3.0",
"@visx/shape": "^3.3.0",
"@visx/text": "^3.3.0",
"@visx/tooltip": "^3.12.0",
"@visx/visx": "^3.11.0",
"axios": "^1.13.5",
"cesium": "^1.137.0",
"class-variance-authority": "^0.6.1",
"clsx": "^2.0.0",
"cmdk": "^1.0.0",
"d3-format": "^3.1.0",
"dotenv": "^16.4.7",
"embla-carousel-react": "^8.6.0",
"framer-motion": "12.23.12",
"jotai": "^2.10.0",
"lodash-es": "^4.17.23",
"lucide-react": "^0.257.0",
"next": "^16.1.7",
"next-usequerystate": "1.9.2",
"ol": "^10.6.1",
"ol-ext": "^4.0.11",
"ol3-projection-switcher": "^0.1.3",
"openlayers": "^4.6.5",
"postcss": "8.4.21",
"proj4": "^2.19.10",
"react": "^19.1.0",
"react-copy-to-clipboard": "5.1.0",
"react-day-picker": "^9.6.7",
"react-dom": "^19.1.0",
"react-hook-form": "latest",
"react-icons": "5.4.0",
"react-intersection-observer": "^9.13.0",
"react-openlayers": "^10.5.1",
"react-responsive": "^10.0.0",
"react-scroll": "^1.9.0",
"react-share": "4.4.1",
"resium": "^1.19.4",
"rlayers": "^3.7.1",
"shadcn-ui": "latest",
"sharp": "^0.32.6",
"sheet": "^0.2.0",
"table": "^6.8.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"usehooks-ts": "3.1.0",
"vaul": "^1.1.2",
"webpack": "^5.104.0"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@types/google.analytics": "0.0.42",
"@types/lodash-es": "4.17.10",
"@types/node": "20.5.7",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@3.2.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-scroll": "^1.8.10",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "10.4.14",
"eslint": "^8.50.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"next-plausible": "3.12.4",
"next-usequerystate": "1.9.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.9.3"
}
}