Files
binome/package.json
2026-01-24 21:38:04 +01:00

43 lines
1.0 KiB
JSON

{
"name": "binome",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc --noEmit",
"lint": "eslint src --fix"
},
"dependencies": {
"core-js": "^3.6.5",
"pinia": "^3.0.3",
"pinia-plugin-persistedstate": "^4.4.1",
"plyr": "^3.6.2",
"retrobus": "^1.6.1",
"vue": "^3.5.17",
"vue-i18n": "^10.0.8",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@types/node": "^25.0.10",
"@vitejs/plugin-legacy": "^7.0.1",
"@vitejs/plugin-vue": "^6.0.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"sass": "^1.89.2",
"typescript": "^5.8.0",
"typescript-eslint": "^8.21.0",
"vite": "^7.0.5",
"vite-plugin-pwa": "^1.0.1",
"vue-tsc": "^2.2.0",
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0"
}
}