-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.42 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
{
"name": "phoenix",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@builder.io/partytown": "^0.8.1",
"@danmarshall/deckgl-typings": "^3.0.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "^5.14.14",
"@reduxjs/toolkit": "^2.2.7",
"@t3-oss/env-nextjs": "^0.6.1",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.40.0",
"@trpc/next": "^10.40.0",
"@trpc/react-query": "^10.40.0",
"@trpc/server": "^10.40.0",
"@turf/turf": "^6.5.0",
"@vercel/kv": "^0.2.3",
"axios": "^1.6.0",
"csv-parser": "^3.0.0",
"d3-array": "^3.2.4",
"deck.gl": "^8.9.33",
"dotenv": "^16.3.1",
"geojson": "^0.5.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"mapbox-gl": "^2.15.0",
"next": "^13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draggable": "^4.4.6",
"react-input-slider": "^6.0.1",
"react-redux": "^9.1.2",
"react-slider": "^2.0.6",
"redux": "^5.0.1",
"sharp": "^0.33.4",
"superjson": "^1.13.3",
"react-lifecycle-compat": "^0.0.0",
"react-lifecycles-compat": "^3.0.4",
"react-map-gl": "^7.1.7",
"reselect": "^5.0.1",
"styled-components": "^6.1.3",
"tailwind-scrollbar": "^3.0.5",
"typed": "link:@deck.gl/react/typed",
"use-position": "^1.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/eslint": "^8.44.3",
"@types/d3-array": "^3.2.1",
"@types/geojson": "^7946.0.11",
"@types/mapbox-gl": "^2.7.15",
"@types/node": "^18.18.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@types/use-position": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"ct3aMetadata": {
"initVersion": "7.20.2"
},
"packageManager": "[email protected]"
}