Claptrap-ui/package.json
Renovate 2aa167bebe
All checks were successful
ci/woodpecker/pr/preview Pipeline was successful
ci/woodpecker/push/docker Pipeline was successful
⬆️ Update dependency vue to v3.4.21
2024-03-07 02:04:35 +00:00

65 lines
1.9 KiB
JSON

{
"name": "claptrap-ui",
"version": "0.0.0",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"test:unit": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"dev": "vite",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@types/js-cookie": "3.0.6",
"@types/uuid": "9.0.8",
"axios": "1.6.7",
"jose": "5.2.2",
"js-cookie": "3.0.5",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "3.2.1",
"roboto-fontface": "^0.10.0",
"uuid": "9.0.1",
"vue": "3.4.21",
"vue-router": "4.3.0",
"vuetify": "3.5.6",
"webfontloader": "1.6.28"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.7.2",
"@types/jsdom": "21.1.6",
"@types/node": "20.11.25",
"@types/webfontloader": "1.6.38",
"@vitejs/plugin-vue": "5.0.4",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "2.4.4",
"@vue/tsconfig": "0.5.1",
"eslint": "8.57.0",
"eslint-plugin-vue": "9.22.0",
"husky": "9.0.11",
"jsdom": "24.0.0",
"lint-staged": "15.2.2",
"pinst": "3.0.0",
"prettier": "3.2.5",
"sass": "1.71.1",
"sass-loader": "14.1.1",
"typescript": "5.3.3",
"vite": "5.1.5",
"vite-plugin-vuetify": "2.0.2",
"vitest": "1.3.1",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-tsc": "1.8.27",
"webpack-plugin-vuetify": "3.0.2"
},
"lint-staged": {
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,scss,md,yml,yaml,json}": "prettier --write"
},
"packageManager": "pnpm@8.15.4"
}