{ "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.0.96", "@types/js-cookie": "3.0.2", "@types/uuid": "8.3.4", "axios": "0.27.2", "jose": "4.8.3", "js-cookie": "3.0.1", "pinia": "2.1.7", "pinia-plugin-persistedstate": "2.4.0", "roboto-fontface": "*", "uuid": "8.3.2", "vue": "3.2.37", "vue-router": "4.1.3", "vuetify": "3.4.7", "webfontloader": "1.6.28" }, "devDependencies": { "@rushstack/eslint-patch": "1.1.4", "@types/jsdom": "20.0.0", "@types/node": "16.18.68", "@types/webfontloader": "1.6.34", "@vitejs/plugin-vue": "2.3.3", "@vue/eslint-config-prettier": "7.0.0", "@vue/eslint-config-typescript": "11.0.0", "@vue/test-utils": "2.0.2", "@vue/tsconfig": "0.1.3", "eslint": "8.21.0", "eslint-plugin-vue": "9.3.0", "husky": "8.0.1", "jsdom": "20.0.0", "lint-staged": "13.0.3", "pinst": "3.0.0", "prettier": "2.7.1", "sass": "1.69.5", "sass-loader": "13.0.2", "typescript": "4.7.4", "vite": "2.9.16", "vite-plugin-vuetify": "1.0.0-alpha.14", "vitest": "0.20.3", "vue-cli-plugin-vuetify": "2.5.1", "vue-tsc": "0.40.13", "webpack-plugin-vuetify": "2.0.0-alpha.12" }, "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": "yarn@3.2.2" }