-
Daniel Göbel authored
#159
Daniel Göbel authored#159
This project manages its dependencies using npm.
Learn more
package.json 1.89 KiB
{
"name": "clowm-ui",
"version": "2.0.0",
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 5173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint --fix .",
"generate-clowm-client": "openapi-ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.637.0",
"@aws-sdk/lib-storage": "^3.637.0",
"@aws-sdk/s3-request-presigner": "^3.637.0",
"@fortawesome/fontawesome-free": "~6.6.0",
"@hey-api/client-axios": "^0.2.7",
"@popperjs/core": "~2.11.8",
"ajv": "~8.17.0",
"bootstrap": "~5.3.0",
"chart.js": "~4.4.0",
"chartjs-plugin-zoom": "~2.0.1",
"dayjs": "~1.11.0",
"dompurify": "~3.1.0",
"filesize": "~10.1.0",
"idb-keyval": "^6.2.1",
"pinia": "~2.2.0",
"qs": "^6.13.0",
"semver": "~7.6.0",
"showdown": "~2.1.0",
"sortablejs": "^1.15.2",
"vue": "~3.5.0",
"vue-matomo": "^4.2.0",
"vue-router": "~4.4.0",
"vue3-cookies": "~1.0.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.0",
"@hey-api/openapi-ts": "^0.53.9",
"@rushstack/eslint-patch": "~1.10.0",
"@tsconfig/node20": "^20.1.2",
"@types/bootstrap": "~5.2.0",
"@types/dompurify": "~3.0.0",
"@types/node": "^20.11.0",
"@types/qs": "^6.9.16",
"@types/semver": "~7.5.1",
"@types/showdown": "~2.0.1",
"@types/sortablejs": "^1.15.7",
"@vitejs/plugin-vue": "~5.1.0",
"@vue/eslint-config-prettier": "~10.0.0",
"@vue/eslint-config-typescript": "~14.0.0",
"@vue/tsconfig": "~0.5.0",
"eslint": "~9.12.0",
"eslint-plugin-vue": "~9.29.0",
"highlight.js": "^11.9.0",
"npm-run-all": "~4.1.5",
"prettier": "~3.3.0",
"sass": "^1.66.0",
"typescript": "~5.5.0",
"vite": "~5.4.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vue-tsc": "~2.1.0"
}
}