forked from Neerajpathak07/CloudWave
-
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 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1 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": "cloudwave",
"version": "1.0.0",
"description": "Real-time Water Buoy Monitoring System",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"leaflet": "^1.9.4",
"next": "^14.2.30",
"reacr": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"redis": "^4.6.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0",
"ws": "^8.14.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.8",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/ws": "^8.5.8",
"autoprefixer": "^10.4.16",
"eslint": "^8.0.0",
"eslint-config-next": "^14.0.0",
"postcss": "^8.4.31"
},
"keywords": [
"react",
"nextjs",
"kubernetes",
"cncf",
"real-time",
"monitoring"
],
"author": "CloudWave Team",
"license": "MIT"
}