build into volume
Main daploy / deploy (push) Failing after 28s

This commit is contained in:
2024-11-07 14:01:22 +02:00
parent c5598ecd19
commit 05cfe8b4ea
4 changed files with 6434 additions and 15 deletions
+41 -9
View File
@@ -1,13 +1,45 @@
{
"name": "@hereconnect/frontend",
"version": "1.0.0",
"main": "index.js",
"name": "hereconnect",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "echo build",
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"keywords": [],
"author": "",
"license": "@hereconnect/license",
"description": ""
"dependencies": {
"pinia": "^2.2.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.17.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/eslint-plugin": "1.1.7",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"eslint": "^9.14.0",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-vue": "^9.30.0",
"jsdom": "^25.0.1",
"npm-run-all2": "^7.0.1",
"prettier": "^3.3.3",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.5.4",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
}
}