This repository was archived by the owner on Feb 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.29 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
{
"name": "startupsphere",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"turbo": "next dev --turbo --port 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write . \"!pnpm-lock.yaml\" \"!pull_request_template.md\" --ignore-path .gitignore"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@mapbox/search-js-core": "^1.0.0-beta.24",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.469.0",
"mapbox-gl": "3.8.0",
"motion": "^11.15.0",
"next": "^14.2.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-map-gl": "7.1.7",
"recharts": "^2.15.0"
},
"devDependencies": {
"@types/mapbox-gl": "^3.4.1",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"@types/node": "^20.17.10",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.22",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.21",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}