Files
binome/package.json
Julien Calixte c433d0d7bf migrate to Vue3
2025-07-21 01:20:57 +02:00

42 lines
1.1 KiB
JSON

{
"name": "bons-programmeurs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"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": {
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@types/webpack": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vitejs/plugin-legacy": "^7.0.1",
"@vitejs/plugin-vue": "^6.0.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1",
"sass": "^1.89.2",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vite": "^7.0.5",
"vite-plugin-pwa": "^1.0.1",
"workbox-build": "^7.3.0",
"workbox-window": "^7.3.0"
}
}