mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-02-20 20:15:27 +01:00
refactor: improve setup and maintainability (#1067)
This commit is contained in:
135
ui/package.json
135
ui/package.json
@@ -1,87 +1,68 @@
|
||||
{
|
||||
"name": "catalyst",
|
||||
"version": "0.2.0",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve",
|
||||
"build": "vue-cli-service build",
|
||||
"test": "vue-cli-service test:unit",
|
||||
"lint": "vue-cli-service lint"
|
||||
"dev": "vite",
|
||||
"build": "run-p type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"format": "prettier --write src/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@crinkles/digl": "^2.0.2",
|
||||
"@koumoul/vjsf": "2.23.2",
|
||||
"@mdi/font": "7.3.67",
|
||||
"@mdi/util": "0.3.2",
|
||||
"@types/luxon": "3.3.3",
|
||||
"@types/prismjs": "1.26.2",
|
||||
"@uppy/core": "1.20.1",
|
||||
"@uppy/tus": "1.9.2",
|
||||
"@uppy/vue": "0.2.7",
|
||||
"ajv": "8.12.0",
|
||||
"ant-design-vue": "1.7.8",
|
||||
"antlr4": "4.11.0",
|
||||
"axios": "1.5.1",
|
||||
"chart.js": "2.9.4",
|
||||
"core-js": "3.33.1",
|
||||
"d3": "^7.8.0",
|
||||
"graphlib": "2.1.8",
|
||||
"json-schema-editor-vue": "2.2.3",
|
||||
"just-kebab-case": "4.2.0",
|
||||
"less": "4.2.0",
|
||||
"less-loader": "11.1.3",
|
||||
"lodash": "4.17.21",
|
||||
"luxon": "3.4.3",
|
||||
"panzoom": "^9.4.3",
|
||||
"register-service-worker": "1.7.2",
|
||||
"splitpanes": "2.4.1",
|
||||
"swagger-ui": "4.13.0",
|
||||
"vue": "2.7.15",
|
||||
"vue-axios": "3.5.2",
|
||||
"vue-chartjs": "3.5.1",
|
||||
"vue-class-component": "7.2.6",
|
||||
"vue-cropperjs": "5.0.0",
|
||||
"vue-d3-network": "0.1.28",
|
||||
"vue-lodash": "2.1.2",
|
||||
"vue-luxon": "0.10.0",
|
||||
"vue-markdown": "2.2.4",
|
||||
"vue-native-websocket": "2.0.15",
|
||||
"vue-pipeline": "1.0.12",
|
||||
"vue-prism-editor": "1.3.0",
|
||||
"vue-property-decorator": "9.1.2",
|
||||
"vue-router": "3.6.5",
|
||||
"vuetify": "2.7.1",
|
||||
"vuex": "3.6.2",
|
||||
"yaml": "2.0.1"
|
||||
"@atlaskit/pragmatic-drag-and-drop": "^1.1.3",
|
||||
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
||||
"@formkit/auto-animate": "^0.8.2",
|
||||
"@tanstack/vue-query": "^5.32.0",
|
||||
"@unovis/ts": "^1.4.1",
|
||||
"@unovis/vue": "^1.4.1",
|
||||
"@vee-validate/rules": "^4.12.8",
|
||||
"@vee-validate/zod": "^4.12.8",
|
||||
"@vueuse/core": "^10.10.0",
|
||||
"add": "^2.0.6",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"easymde": "^2.18.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lucide-vue-next": "^0.365.0",
|
||||
"marked": "^12.0.2",
|
||||
"pinia": "^2.1.7",
|
||||
"pocketbase": "^0.21.2",
|
||||
"radix-vue": "^1.6.2",
|
||||
"tailwind-merge": "^2.2.2",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"v-calendar": "^3.1.2",
|
||||
"vee-validate": "^4.12.8",
|
||||
"vue": "^3.4.21",
|
||||
"vue-router": "^4.3.0",
|
||||
"vue3-easymde": "^1.0.1",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/vue": "7.0.0",
|
||||
"@types/jest": "29.5.6",
|
||||
"@types/lodash": "4.14.200",
|
||||
"@types/vue-markdown": "2.2.3",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"@vue/cli-plugin-babel": "4.5.19",
|
||||
"@vue/cli-plugin-eslint": "4.5.19",
|
||||
"@vue/cli-plugin-pwa": "4.5.19",
|
||||
"@vue/cli-plugin-router": "4.5.19",
|
||||
"@vue/cli-plugin-typescript": "4.5.19",
|
||||
"@vue/cli-plugin-unit-jest": "4.5.19",
|
||||
"@vue/cli-plugin-vuex": "4.5.19",
|
||||
"@vue/cli-service": "4.5.19",
|
||||
"@vue/compiler-sfc": "3.3.6",
|
||||
"@vue/eslint-config-typescript": "10.0.0",
|
||||
"@vue/test-utils": "2.4.1",
|
||||
"@babel/eslint-parser": "7.22.15",
|
||||
"cypress": "11.2.0",
|
||||
"eslint": "7.32.0",
|
||||
"eslint-plugin-jest": "27.4.3",
|
||||
"eslint-plugin-vue": "7.20.0",
|
||||
"sass": "1.69.4",
|
||||
"sass-loader": "^10",
|
||||
"typescript": "5.1.6",
|
||||
"vue-cli-plugin-vuetify": "2.5.8",
|
||||
"vue-template-compiler": "2.7.15",
|
||||
"vuetify-loader": "1.9.2"
|
||||
"@rushstack/eslint-patch": "^1.3.3",
|
||||
"@tailwindcss/typography": "^0.5.13",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
||||
"@tsconfig/node20": "^20.1.2",
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
"@types/node": "^20.11.28",
|
||||
"@vitejs/plugin-vue": "^5.0.4",
|
||||
"@vue/eslint-config-prettier": "^8.0.0",
|
||||
"@vue/eslint-config-typescript": "^12.0.0",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"bun-types": "^1.1.6",
|
||||
"eslint": "^8.49.0",
|
||||
"eslint-plugin-vue": "^9.17.0",
|
||||
"npm-run-all2": "^6.1.2",
|
||||
"prettier": "^3.0.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.0",
|
||||
"tailwindcss": "^3.4.3",
|
||||
"typescript": "~5.4.0",
|
||||
"vite": "^5.1.6",
|
||||
"vue-tsc": "^2.0.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user