mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-10 08:17:59 -05:00
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"name": "endurain",
|
|
"version": "0.16.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"build-only": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"type-check": "vue-tsc --build --force",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.1",
|
|
"@fortawesome/free-brands-svg-icons": "^6.7.1",
|
|
"@fortawesome/free-regular-svg-icons": "^6.7.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.1",
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
"bootstrap": "^5.3.3",
|
|
"chart.js": "^4.4.6",
|
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
"flag-icons": "^7.2.3",
|
|
"leaflet": "^1.9.4",
|
|
"luxon": "^3.5.0",
|
|
"notivue": "^2.4.5",
|
|
"pinia": "^3.0.1",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.0",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.10.4",
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/leaflet": "^1.9.14",
|
|
"@types/node": "^24.6.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
"@typescript-eslint/parser": "^8.45.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/eslint-config-prettier": "^10.1.0",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.15.0",
|
|
"eslint-plugin-vue": "^10.3.0",
|
|
"jsdom": "^27.0.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.12",
|
|
"vite-plugin-pwa": "^1.0.0",
|
|
"vitest": "^4.0.5",
|
|
"vue-eslint-parser": "^10.2.0",
|
|
"vue-tsc": "^3.1.0"
|
|
}
|
|
} |