Claptrap-ui/package.json
2023-12-14 14:08:53 +01: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.3.67",
"@types/js-cookie": "3.0.6",
"@types/uuid": "9.0.7",
"axios": "1.6.2",
"jose": "5.1.3",
"js-cookie": "3.0.5",
"pinia": "2.1.7",
"pinia-plugin-persistedstate": "3.2.0",
"roboto-fontface": "^0.10.0",
"uuid": "9.0.1",
"vue": "3.3.11",
"vue-router": "4.2.5",
"vuetify": "3.4.7",
"webfontloader": "1.6.28"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.6.0",
"@types/jsdom": "21.1.6",
"@types/node": "20.10.4",
"@types/webfontloader": "1.6.38",
"@vitejs/plugin-vue": "4.5.2",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "2.4.3",
"@vue/tsconfig": "0.4.0",
"eslint": "8.55.0",
"eslint-plugin-vue": "9.19.2",
"husky": "8.0.3",
"jsdom": "23.0.1",
"lint-staged": "15.2.0",
"pinst": "3.0.0",
"prettier": "3.1.1",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"typescript": "5.3.3",
"vite": "5.0.8",
"vite-plugin-vuetify": "2.0.1",
"vitest": "1.0.4",
"vue-cli-plugin-vuetify": "2.5.8",
"vue-tsc": "1.8.25",
"webpack-plugin-vuetify": "3.0.1"
},
"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.12.1"
}