mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "pojazdownik",
|
|
"version": "1.9.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "yarn build && vite preview",
|
|
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"lucide-vue-next": "^0.576.0",
|
|
"pinia": "^3.0.3",
|
|
"prettier": "^3.0.3",
|
|
"vue": "^3.2.37",
|
|
"vue-i18n": "11.2.8",
|
|
"vue-router": "5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@types/node": "^25.3.3",
|
|
"@vite-pwa/assets-generator": "^1.0.2",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"eslint": "^10.0.2",
|
|
"eslint-plugin-vue": "^10.5.1",
|
|
"sass": "^1.59.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^7.1.12",
|
|
"vite-plugin-pwa": "^1.1.0",
|
|
"vue-tsc": "^3.1.3"
|
|
}
|
|
}
|