{ "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": "6.9.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.0.14", "pinia-plugin-persistedstate": "1.6.1", "roboto-fontface": "*", "uuid": "8.3.2", "vue": "3.2.37", "vue-router": "4.0.16", "vuetify": "3.0.0-beta.5", "webfontloader": "1.6.28" }, "devDependencies": { "@rushstack/eslint-patch": "1.1.4", "@types/jsdom": "16.2.14", "@types/node": "16.11.43", "@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.18.0", "eslint-plugin-vue": "9.1.1", "husky": "8.0.1", "jsdom": "20.0.0", "lint-staged": "13.0.3", "pinst": "3.0.0", "prettier": "2.7.1", "sass": "1.53.0", "sass-loader": "13.0.2", "typescript": "4.7.4", "vite": "2.9.13", "vite-plugin-vuetify": "1.0.0-alpha.12", "vitest": "0.16.0", "vue-cli-plugin-vuetify": "2.5.1", "vue-tsc": "0.38.2", "webpack-plugin-vuetify": "2.0.0-alpha.11" }, "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.1" }