-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
112 lines (112 loc) · 3.51 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
112
{
"name": "civitas-app",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next lint --fix && next build",
"type-check": "tsc --noEmit",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prepare": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "next lint --fix -- ./"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^9.0.20",
"@deck.gl/core": "^9.0.20",
"@deck.gl/layers": "^9.0.20",
"@deck.gl/react": "^9.0.20",
"@hookform/resolvers": "^3.6.0",
"@internationalized/date": "^3.5.4",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.1",
"@react-pdf/renderer": "^3.4.4",
"@react-stately/datepicker": "^3.9.4",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-table": "^8.17.3",
"@turf/turf": "^7.1.0",
"@types/hyphen": "^1.6.7",
"@types/supercluster": "^7.1.3",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cookies-next": "^5.0.2",
"date-fns": "^3.6.0",
"deck.gl": "^9.0.20",
"framer-motion": "^11.5.4",
"geojson": "^0.5.0",
"hyphen": "^1.10.4",
"lucide-react": "^0.395.0",
"mapbox-gl": "^3.4.0",
"next": "14.2.4",
"next-themes": "^0.3.0",
"papaparse": "^5.4.1",
"react": "^18",
"react-aria": "^3.33.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-map-gl": "^7.1.7",
"react-resizable-panels": "^2.0.22",
"react-stately": "^3.31.1",
"recharts": "2.13.0-alpha.4",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"supercluster": "^8.0.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.9",
"@rocketseat/eslint-config": "^2.2.2",
"@types/geojson": "^7946.0.14",
"@types/mapbox-gl": "^3.1.0",
"@types/mapbox__mapbox-gl-draw": "^1.4.7",
"@types/node": "^22.5.5",
"@types/papaparse": "^5.3.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.11",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.1",
"typescript": ">=4.3.5 <5.4.0"
},
"packageManager": "pnpm@8.9.0+sha256.8f5264ad1d100da11a6add6bb8a94c6f1e913f9e9261b2a551fabefad2ec0fec"
}