-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.38 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
106
107
108
109
110
111
{
"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",
"prepare": "husky install"
},
"engines": {
"node": "~18.17"
},
"packageManager": "[email protected]",
"dependencies": {
"@dnd-kit/core": "6.0.8",
"@dnd-kit/modifiers": "6.0.1",
"@dnd-kit/sortable": "7.0.2",
"@egjs/react-flicking": "4.10.9",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "1.2.2",
"@radix-ui/react-separator": "1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "1.0.6",
"@react-spring/web": "^9.7.3",
"@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/visx": "^3.11.0",
"axios": "1.3.4",
"class-variance-authority": "^0.6.1",
"clsx": "^2.0.0",
"cmdk": "^1.0.0",
"d3-format": "^3.1.0",
"embla-carousel-react": "^8.1.7",
"framer-motion": "10.12.16",
"jotai": "^2.10.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.257.0",
"next": "14.1.4",
"next-usequerystate": "1.9.2",
"ol": "9.0.0",
"ol-ext": "^4.0.11",
"postcss": "8.4.21",
"proj4": "^2.12.1",
"react": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "18.2.0",
"react-icons": "4.11.0",
"react-intersection-observer": "^9.13.0",
"react-responsive": "^10.0.0",
"react-scroll": "^1.9.0",
"react-share": "4.4.1",
"rlayers": "2.3.0",
"shadcn-ui": "0.4.1",
"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",
"webpack": "^5.88.2"
},
"devDependencies": {
"@playwright/test": "1.46.1",
"@types/google.analytics": "0.0.42",
"@types/lodash-es": "4.17.10",
"@types/node": "20.5.7",
"@types/ol-ext": "npm:@siedlerchr/[email protected]",
"@types/react": "18.2.31",
"@types/react-dom": "18.2.14",
"@types/react-scroll": "^1.8.10",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "10.4.14",
"eslint": "^9.9.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^4.2.1",
"husky": "8.0.3",
"next-usequerystate": "1.9.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "5.0.4"
}
}