-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 967 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 967 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
38
39
40
41
42
{
"name": "spaceotaku",
"version": "1.0.0",
"private": true,
"author": {
"name": "Ankur Halder",
"email": "ankur.halder12345@gmail.com",
"url": "https://ankurhalder.in"
},
"scripts": {
"dev": "next dev",
"dev1": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@google-cloud/dialogflow": "^6.1.0",
"@vercel/analytics": "^1.0.2",
"axios": "^1.8.4",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"google-map-react": "^2.2.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"next": "^15.0.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"sharp": "^0.34.1",
"sitemap": "^8.0.0",
"uuid": "^11.0.3",
"yarn": "^1.22.19"
},
"devDependencies": {
"checkly": "^5.2.0",
"eslint": "^9.18.0",
"eslint-config-next": "^15.0.3",
"sass": "^1.66.1",
"ts-node": "latest",
"typescript": "latest"
}
}