-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.23 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.23 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
123
124
125
126
127
128
129
130
{
"name": "rpdb-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"local": "cross-env NEXT_PUBLIC_DEPLOYMENT=LOCAL next dev",
"dev": "cross-env NEXT_PUBLIC_DEPLOYMENT=DEVELOPMENT next dev",
"build": "cross-env NEXT_PUBLIC_DEPLOYMENT=PRODUCTION next build",
"deploy": "gh-pages -d out",
"start": "cross-env NEXT_PUBLIC_DEPLOYMENT=PRODUCTION npx serve@latest out",
"build-local": "cross-env NEXT_PUBLIC_DEPLOYMENT=LOCAL next build",
"start-local": "cross-env NEXT_PUBLIC_DEPLOYMENT=LOCAL npx serve@latest out",
"build-dev": "cross-env NEXT_PUBLIC_DEPLOYMENT=DEVELOPMENT next build",
"start-dev": "cross-env NEXT_PUBLIC_DEPLOYMENT=DEVELOPMENT npx serve@latest out",
"lint": "next lint"
},
"dependencies": {
"@arcgis/core": "^4.32.2",
"@headlessui/react": "^2.2.4",
"@iconify/react": "^5.0.1",
"@mantine/core": "^7.13.2",
"@mantine/hooks": "7.13.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-slot": "^1.1.1",
"@react-three/drei": "^9.114.6",
"@react-three/fiber": "^8.17.10",
"@reduxjs/toolkit": "^2.2.5",
"@syncfusion/ej2-base": "^28.2.9",
"@syncfusion/ej2-data": "^28.2.11",
"@syncfusion/ej2-react-dropdowns": "^28.2.11",
"@types/geojson": "^7946.0.16",
"@types/leaflet": "^1.9.16",
"@types/plotly.js": "^2.35.2",
"@visx/curve": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"bootstrap": "^5.3.3",
"chart.js": "^4.4.8",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-zoom": "^2.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"d3-array": "^3.2.4",
"d3-scale-chromatic": "^3.1.0",
"esri-loader": "^3.7.0",
"framer-motion": "^11.2.10",
"geojson": "^0.5.0",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"katex": "^0.16.25",
"leaflet": "^1.9.4",
"lightgallery": "^2.9.0-beta.1",
"lineupjsx": "^1.0.7",
"lodash": "^4.17.21",
"lucide-react": "^0.468.0",
"ml-pca": "^4.1.1",
"next": "16.1.6",
"pako": "^2.1.0",
"papaparse": "^5.5.2",
"patternomaly": "^1.3.2",
"plotly.js": "^2.35.3",
"plotly.js-basic-dist": "^3.0.1",
"rc-slider": "^11.1.7",
"rc-tooltip": "^6.2.1",
"rc-util": "^5.44.4",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.3.1",
"react-icons": "^5.5.0",
"react-katex": "^3.1.0",
"react-leaflet": "^4.2.1",
"react-plotly.js": "^2.6.0",
"react-resize-detector": "^12.0.2",
"react-rnd": "^10.5.2",
"react-select": "^5.8.2",
"react-slick": "^0.30.3",
"react-spinners": "^0.17.0",
"react-use-measure": "^2.1.7",
"shebang-regex": "^4.0.0",
"slick-carousel": "^1.8.1",
"swr": "^2.2.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"three-globe": "^2.33.0",
"vaul": "^1.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/d3-array": "^3.2.1",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/hoist-non-react-statics": "^3.3.6",
"@types/lodash": "^4.17.16",
"@types/node": "^20",
"@types/offscreencanvas": "^2019.7.3",
"@types/pako": "^2.0.4",
"@types/papaparse": "^5.3.15",
"@types/react": "^18",
"@types/react-dom": "^18.3.5",
"@types/react-katex": "^3.0.4",
"@types/react-plotly.js": "^2.6.3",
"@types/react-redux": "^7.1.34",
"@types/sortablejs": "^1.15.8",
"@types/stats.js": "^0.17.3",
"@types/trusted-types": "^2.0.7",
"@types/webxr": "^0.5.21",
"autoprefixer": "^10.4.20",
"baseline-browser-mapping": "^2.9.11",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "^15.0.0",
"gh-pages": "^6.1.1",
"lineupjs": "^4.12.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5"
},
"overrides": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
}
}