-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.69 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.69 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
{
"name": "open-earth-monitor-cyberinfrastructure",
"version": "1.0.0-alpha.6",
"private": true,
"scripts": {
"dev": "next dev",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"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": {
"@radix-ui/react-collapsible": "latest",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-icons": "latest",
"@radix-ui/react-label": "latest",
"@radix-ui/react-popover": "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-tooltip": "latest",
"@react-spring/web": "^9.7.3",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.9",
"@tanstack/react-query": "4.36.1",
"@visx/responsive": "^3.3.0",
"@visx/shape": "^3.3.0",
"@visx/tooltip": "^3.12.0",
"@visx/xychart": "^3.11.0",
"axios": "1.15.0",
"cesium": "^1.137.0",
"class-variance-authority": "^0.6.1",
"clsx": "^2.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.18.0",
"lucide-react": "^0.257.0",
"next": "16.2.3",
"next-usequerystate": "^1.20.0",
"ol": "^10.6.1",
"ol-ext": "^4.0.11",
"ol-mapbox-style": "^13.4.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "5.4.0",
"react-responsive": "^10.0.0",
"react-share": "4.4.1",
"resium": "^1.19.4",
"rlayers": "^3.7.1",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"usehooks-ts": "3.1.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@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",
"@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",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.9.3"
}
}