@infobus/vue
Version:
Vue components and composables for public transportation websites using GTFS data through the Infobús API
78 lines (77 loc) • 2.12 kB
JSON
{
"name": "@infobus/vue",
"version": "0.1.0",
"description": "Vue components and composables for public transportation websites using GTFS data through the Infobús API",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./style.css": "./dist/style.css"
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly",
"build:lib": "vite build --mode lib",
"preview": "vite preview",
"test": "vitest",
"test:coverage": "vitest --coverage",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"type-check": "vue-tsc --noEmit"
},
"peerDependencies": {
"vue": "^3.3.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.0",
"@types/leaflet": "^1.9.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "^2.4.0",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"jsdom": "^22.1.0",
"prettier": "^3.0.0",
"typescript": "~5.0.4",
"vite": "^4.3.9",
"vite-plugin-dts": "^3.0.0",
"vitest": "^0.32.0",
"vue": "^3.3.4",
"vue-tsc": "^1.6.5"
},
"dependencies": {
"leaflet": "^1.9.4"
},
"keywords": [
"vue",
"gtfs",
"public-transport",
"transportation",
"bus",
"transit",
"components",
"composables"
],
"author": "Laboratorio de Sistemas Inteligentes de Movilidad (SIMOVI)",
"license": "MIT",
"homepage": "https://github.com/simovilab/infobus-vue#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/simovilab/infobus-vue.git"
},
"bugs": {
"url": "https://github.com/simovilab/infobus-vue/issues"
}
}