Claptrap-ui/package.json

65 lines
1.9 KiB
JSON
Raw Normal View History

2022-05-21 01:07:31 +02:00
{
"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",
2022-05-24 23:04:35 +02:00
"postinstall": "husky install",
2022-07-04 11:58:21 +02:00
"postpublish": "pinst --enable",
2022-05-24 23:04:35 +02:00
"prepublishOnly": "pinst --disable",
2022-07-04 11:58:21 +02:00
"preview": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
2022-05-21 01:07:31 +02:00
},
"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",
2022-05-21 01:07:31 +02:00
"roboto-fontface": "*",
"uuid": "8.3.2",
"vue": "3.2.37",
"vue-router": "4.1.3",
"vuetify": "3.4.7",
"webfontloader": "1.6.28"
2022-05-21 01:07:31 +02:00
},
"devDependencies": {
"@rushstack/eslint-patch": "1.1.4",
"@types/jsdom": "20.0.0",
"@types/node": "16.18.68",
"@types/webfontloader": "1.6.38",
"@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"
2022-05-24 23:04:35 +02:00
},
"lint-staged": {
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts}": "eslint --cache --fix",
2022-07-04 11:36:31 +02:00
"*.{vue,js,jsx,cjs,mjs,ts,tsx,cts,mts,css,scss,md,yml,yaml,json}": "prettier --write"
2022-07-04 11:58:21 +02:00
},
2023-12-14 14:06:02 +01:00
"packageManager": "pnpm@8.12.1"
2022-05-21 01:07:31 +02:00
}