-
Daniel Göbel authored
#118
Daniel Göbel authored#118
This project manages its dependencies using npm.
Learn more
package.json 2.06 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 . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"generate-clowm-client": "openapi --input http://localhost:9999/api/openapi.json --output src/client --client axios"
},
"dependencies": {
"@aws-sdk/client-s3": "<3.530.0",
"@aws-sdk/lib-storage": "<3.530.0",
"@aws-sdk/s3-request-presigner": "<3.530.0",
"@fortawesome/fontawesome-free": "~6.5.0",
"@popperjs/core": "~2.11.8",
"ajv": "~8.13.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.1.0",
"semver": "~7.6.0",
"showdown": "~2.1.0",
"sortablejs": "^1.15.2",
"vue": "~3.4.0",
"vue-matomo": "^4.2.0",
"vue-router": "~4.3.0",
"vue3-cookies": "~1.0.0"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "~0.2.3",
"@esbuild-plugins/node-modules-polyfill": "~0.2.2",
"@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/semver": "~7.5.1",
"@types/showdown": "~2.0.1",
"@types/sortablejs": "^1.15.7",
"@vitejs/plugin-vue": "~5.0.0",
"@vue/eslint-config-prettier": "~9.0.0",
"@vue/eslint-config-typescript": "~13.0.0",
"@vue/tsconfig": "~0.5.0",
"axios": "~1.7.0",
"eslint": "~8.57.0",
"eslint-plugin-vue": "~9.26.0",
"highlight.js": "^11.9.0",
"npm-run-all": "~4.1.5",
"openapi-typescript-codegen": "^0.29.0",
"prettier": "~3.2.0",
"rollup-plugin-node-polyfills": "~0.2.1",
"sass": "^1.66.0",
"typescript": "~5.4.0",
"vite": "~5.2.0",
"vue-tsc": "~2.0.0"
}
}