Claptrap-ui/package.json
2022-05-24 23:04:35 +02:00

64 lines
1.9 KiB
JSON

{
"name": "claptrap-ui",
"version": "0.0.0",
"packageManager": "yarn@3.2.1",
"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",
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@types/js-cookie": "^3.0.2",
"@vue/cli": "^5.0.4",
"axios": "^0.27.2",
"jose": "^4.8.1",
"js-cookie": "^3.0.1",
"pinia": "^2.0.13",
"pinia-plugin-persistedstate": "^1.6.0",
"roboto-fontface": "*",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vuetify": "^3.0.0-beta.2",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.27",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/test-utils": "^2.0.0-rc.20",
"@vue/tsconfig": "^0.1.3",
"@vuetify/vite-plugin": "^1.0.0-alpha.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"husky": ">=6",
"jsdom": "^19.0.0",
"lint-staged": ">=10",
"pinst": ">=2",
"prettier": "^2.5.1",
"sass": "^1.38.0",
"sass-loader": "^10.0.0",
"typescript": "~4.6.3",
"vite": "^2.9.5",
"vitest": "^0.9.3",
"vue-cli-plugin-vuetify": "~2.4.8",
"vue-tsc": "^0.34.7",
"vuetify-loader": "^2.0.0-alpha.0"
},
"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}": "prettier --write"
}
}