32 lines
841 B
JSON
32 lines
841 B
JSON
{
|
|
"name": "test-woodpecker-webapp",
|
|
"version": "0.5.17",
|
|
"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"
|
|
},
|
|
"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/"
|
|
}
|
|
}
|