-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 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
{
"name": "openstreetmap-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3001",
"start-server": "ts-node src/app.ts",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@types/express": "^5.0.0",
"axios": "^1.7.9",
"bull": "^4.16.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"mongoose": "^8.9.2",
"next": "^15.1.2",
"nodemon": "^3.1.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-leaflet": "^5.0.0",
"redis": "^4.7.0",
"socket.io": "^4.8.1",
"socketio": "^1.0.0",
"tsx": "^4.19.2",
"uuid": "^11.0.3",
"websocket": "^1.0.35"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/leaflet": "^1.9.15",
"@types/node": "^20",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/socket.io-client": "^1.4.36",
"@types/ws": "^8.5.13",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"jest": "^29.7.0",
"postcss": "^8",
"supertest": "^7.0.0",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"ws": "^8.18.0"
},
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}