-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "komaba-navi",
"version": "1.0.0",
"description": "Komaba Campus map",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "npx prettier . --write",
"build": "tsc && vite build",
"dev": "vite dev",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ut-code/komabanavi.git"
},
"author": "ut-code",
"license": "MIT",
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.2",
"vite": "^8.0.3"
},
"dependencies": {
"leaflet": "^1.9.4",
"leaflet-smooth-zoom": "github:mutsuyuki/Leaflet.SmoothWheelZoom",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-leaflet": "^5.0.0",
"react-router-dom": "^7.14.0"
}
}