-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 878 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 878 Bytes
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
{
"name": "vlab_next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.8",
"@googlemaps/markerclusterer": "^2.5.3",
"@heroicons/react": "^2.2.0",
"axios": "^1.7.9",
"canvas-confetti": "^1.9.3",
"google-auth-library": "^9.15.1",
"googlemaps": "^1.12.0",
"heroicons": "^2.2.0",
"js-marker-clusterer": "github:googlemaps/markerclusterer",
"mongoose": "^8.10.0",
"next": "15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-tsparticles": "^2.12.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}