-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 764 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
{
"name": "open-bmtc",
"version": "1.0.0",
"description": "Data and analysis around public transit in Bengaluru.",
"main": "index.js",
"scripts": {
"start": "vite serve --host 0.0.0.0 --port 3000 --config vite.config.js",
"build": "vite build --config vite.config.js",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vonter/open-bmtc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vonter/open-bmtc/issues"
},
"homepage": "https://github.com/Vonter/open-bmtc#readme",
"dependencies": {
"prop-types": "^15.8.1",
"swagger-ui": "5.11.0",
"vite": "^5.0.11"
},
"devDependencies": {
"@modyfi/vite-plugin-yaml": "^1.0.4"
}
}