test-woodpecker-webapp/package.json

33 lines
841 B
JSON
Raw Normal View History

2025-06-25 04:14:41 +02:00
{
"name": "test-woodpecker-webapp",
2025-06-30 21:04:17 +02:00
"version": "0.5.17",
2025-06-25 04:14:41 +02:00
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build",
"postversion": "git push && git push --tags"
2025-06-25 04:14:41 +02:00
},
"dependencies": {
"pinia": "^3.0.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.1",
"@types/node": "^22.14.0",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"npm-run-all2": "^7.0.2",
"typescript": "~5.8.0",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2",
"vue-tsc": "^2.2.8"
},
"packageManager": "pnpm@10.12.3",
"publishConfig": {
"registry": "http://code.philo.ydns.eu/api/packages/philorg/npm/"
}
}