3f16ec4972
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
66 lines
1.9 KiB
JSON
66 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": "6.9.96",
|
|
"@types/js-cookie": "3.0.2",
|
|
"@types/uuid": "8.3.4",
|
|
"@vue/cli": "5.0.6",
|
|
"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.42",
|
|
"@types/webfontloader": "1.6.34",
|
|
"@vitejs/plugin-vue": "2.3.3",
|
|
"@vue/eslint-config-prettier": "7.0.0",
|
|
"@vue/eslint-config-typescript": "10.0.0",
|
|
"@vue/test-utils": "2.0.0",
|
|
"@vue/tsconfig": "0.1.3",
|
|
"@vuetify/vite-plugin": "1.0.0-alpha.11",
|
|
"eslint": "8.18.0",
|
|
"eslint-plugin-vue": "8.7.1",
|
|
"husky": "8.0.1",
|
|
"jsdom": "19.0.0",
|
|
"lint-staged": "12.5.0",
|
|
"pinst": "3.0.0",
|
|
"prettier": "2.7.1",
|
|
"sass": "1.53.0",
|
|
"sass-loader": "10.3.0",
|
|
"typescript": "4.6.4",
|
|
"vite": "2.9.13",
|
|
"vitest": "0.9.4",
|
|
"vue-cli-plugin-vuetify": "2.4.8",
|
|
"vue-tsc": "0.34.15",
|
|
"vuetify-loader": "2.0.0-alpha.9"
|
|
},
|
|
"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"
|
|
}
|
|
}
|