-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 902 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 902 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
36
37
{
"name": "geosense",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/web": "^9.7.5",
"@vis.gl/react-google-maps": "^1.5.1",
"@xata.io/screenshot": "^1.0.0",
"axios": "^1.7.9",
"canvas": "^3.1.0",
"dom-to-image-more": "^3.5.0",
"framer-motion": "^12.4.1",
"globe.gl": "^2.39.7",
"html2canvas": "^1.4.1",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-konva": "^19.0.2",
"react-toastify": "^11.0.3",
"selenium-webdriver": "^4.28.1",
"three": "^0.173.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}