-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1017 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1017 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
43
{
"name": "redreport",
"version": "2.0.0",
"description": "Campus Safety Network",
"keywords": [
"campus",
"safety",
"report"
],
"homepage": "https://github.com/glarrainv/RedReport#readme",
"bugs": {
"url": "https://github.com/glarrainv/RedReport/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glarrainv/RedReport.git"
},
"license": "ISC",
"author": "Redreport Team",
"main": "main.tsx",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@maptiler/leaflet-maptilersdk": "^4.1.1",
"@microsoft/clarity": "^1.0.0",
"firebase": "^12.3.0",
"leaflet": "^1.9.4",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-google-recaptcha-v3": "^1.11.0",
"react-router-dom": "^7.9.3",
"vite": "^7.2.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.20",
"@types/react": "^19.1.14",
"@types/react-dom": "^19.1.9",
"vite": "^7.1.9",
"wrangler": "^4.40.2"
}
}