Files
transit-sim/package.json
2025-11-25 23:58:34 -06:00

20 lines
394 B
JSON

{
"name": "gp",
"version": "1.0.0",
"description": "Map Madison interactively in 3D, and simulate building transit lines.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"three": "^0.181.2",
"vite": "^7.2.4"
}
}