Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .stylelintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
extends: [
'stylelint-config-standard-scss',
'stylelint-config-recommended-vue/scss'
Expand All @@ -8,5 +8,9 @@ module.exports = {
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"color-function-notation": ["modern", { "ignore": ["with-var-inside"] }],
"scss/double-slash-comment-whitespace-inside": null,
"scss/double-slash-comment-empty-line-before": null,
"declaration-property-value-no-unknown": null,
"container-name-pattern": null,
},
}
15 changes: 15 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import stylistic from '@stylistic/eslint-plugin'
// import skipFormatting from '@vue/eslint-config-prettier/skip-formatting'
import pluginVue from 'eslint-plugin-vue'
import pluginPinia from 'eslint-plugin-pinia'
import { defineConfigWithVueTs, vueTsConfigs } from '@vue/eslint-config-typescript'

const tsExtensionPlugin = {
Expand Down Expand Up @@ -49,6 +50,20 @@ export default defineConfigWithVueTs(
pluginVue.configs['flat/strongly-recommended'],
pluginVue.configs['flat/recommended'],
vueTsConfigs.recommended,
{
plugins: {
pinia: pluginPinia,
},
rules: {
'pinia/never-export-initialized-store': 'error',
'pinia/no-duplicate-store-ids': 'error',
'pinia/no-return-global-properties': 'error',
'pinia/no-store-to-refs-in-store': 'error',
'pinia/prefer-single-store-per-file': 'error',
'pinia/prefer-use-store-naming-convention': 'error',
'pinia/require-setup-store-properties-export': 'error',
},
},
{
plugins: {
'ts-extension': tsExtensionPlugin,
Expand Down
76 changes: 41 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"packageManager": "yarn@4.12.0",
"license": "Apache-2.0",
"version": "0.0.1",
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -21,66 +25,68 @@
"cy:open": "CYPRESS_CACHE_FOLDER='node_modules/.cache/Cypress' yarn cypress open -C cypress/config/cypress.config.ts"
},
"dependencies": {
"@anzusystems/common-admin": "1.47.0-beta.330",
"@anzusystems/common-admin": "1.47.0-beta.349",
"@floating-ui/dom": "^1.7.5",
"@mdi/font": "7.4.47",
"@sentry/vue": "^10.27.0",
"@tiptap/core": "^3.12.0",
"@tiptap/extension-bold": "^3.12.0",
"@tiptap/extension-italic": "^3.12.0",
"@tiptap/extension-link": "^3.12.0",
"@tiptap/extension-underline": "^3.12.0",
"@tiptap/pm": "^3.12.0",
"@tiptap/starter-kit": "^3.12.0",
"@tiptap/vue-3": "^3.12.0",
"@sentry/vue": "^10.38.0",
"@tiptap/core": "^3.18.0",
"@tiptap/extension-bold": "^3.18.0",
"@tiptap/extension-italic": "^3.18.0",
"@tiptap/extension-link": "^3.18.0",
"@tiptap/extension-underline": "^3.18.0",
"@tiptap/pm": "^3.18.0",
"@tiptap/starter-kit": "^3.18.0",
"@tiptap/vue-3": "^3.18.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"@vueuse/core": "14.1.0",
"@vueuse/integrations": "14.1.0",
"axios": "^1.13.2",
"axios": "^1.13.4",
"jwt-decode": "^4.0.0",
"pinia": "^3.0.4",
"rusha": "^0.8.14",
"socket.io-client": "^4.8.1",
"socket.io-client": "^4.8.3",
"sortablejs": "^1.15.6",
"universal-cookie": "^7.2.2",
"universal-cookie": "^8.0.1",
"uuid": "^13.0.0",
"vue": "3.5.25",
"vue-i18n": "^11.2.2",
"vue-router": "^4.6.3",
"vuetify": "^3.11.0"
"vue": "3.5.27",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.1",
"vuetify": "^3.11.8"
},
"devDependencies": {
"@cypress/grep": "^5.0.0",
"@cypress/grep": "^5.1.0",
"@intlify/unplugin-vue-i18n": "^11.0.3",
"@sentry/vite-plugin": "^4.6.1",
"@stylistic/eslint-plugin": "^5.6.1",
"@sentry/vite-plugin": "^4.8.0",
"@stylistic/eslint-plugin": "^5.7.1",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^24.10.1",
"@types/node": "^24.10.9",
"@types/rusha": "^0.8.3",
"@types/sortablejs": "^1.15.9",
"@vitejs/plugin-vue": "^6.0.2",
"@vitejs/plugin-vue": "^6.0.3",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.6.0",
"@vue/language-server": "3.1.5",
"@vue/language-server": "3.2.4",
"@vue/tsconfig": "^0.8.1",
"cypress": "^15.7.0",
"cypress": "^15.9.0",
"cypress-downloadfile": "1.2.4",
"cypress-mochawesome-reporter": "^4.0.2",
"eslint": "9.39.1",
"eslint-plugin-vue": "^10.6.2",
"eslint": "9.39.2",
"eslint-plugin-pinia": "^0.4.2",
"eslint-plugin-vue": "^10.7.0",
"npm-run-all2": "^8.0.4",
"postcss": "^8.5.6",
"postcss-html": "^1.8.0",
"prettier": "^3.7.3",
"sass": "^1.94.2",
"stylelint": "^16.26.1",
"postcss-html": "^1.8.1",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"stylelint": "^17.1.0",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard-scss": "^16.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"typescript": "5.9.3",
"unplugin": "^2.3.11",
"vite": "^7.2.6",
"vite-plugin-vuetify": "^2.1.2",
"unplugin": "^3.0.0",
"vite": "^7.3.1",
"vite-plugin-vuetify": "^2.1.3",
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "3.1.5"
"vue-tsc": "3.2.4"
}
}
Loading