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": {
|
2024-01-03 09:54:18 +01:00
|
|
|
"@mdi/font": "7.4.47",
|
2023-12-14 14:08:53 +01:00
|
|
|
"@types/js-cookie": "3.0.6",
|
2024-06-22 03:05:10 +02:00
|
|
|
"@types/uuid": "10.0.0",
|
2024-09-02 03:09:11 +02:00
|
|
|
"axios": "1.7.7",
|
2024-09-18 03:03:58 +02:00
|
|
|
"jose": "5.9.2",
|
2023-12-14 14:08:53 +01:00
|
|
|
"js-cookie": "3.0.5",
|
2024-08-16 19:03:01 +02:00
|
|
|
"pinia": "2.2.2",
|
2024-09-18 03:03:58 +02:00
|
|
|
"pinia-plugin-persistedstate": "4.0.1",
|
2023-12-14 14:08:53 +01:00
|
|
|
"roboto-fontface": "^0.10.0",
|
2024-06-10 12:08:38 +02:00
|
|
|
"uuid": "10.0.0",
|
2024-09-18 03:03:58 +02:00
|
|
|
"vue": "3.5.6",
|
|
|
|
"vue-router": "4.4.5",
|
|
|
|
"vuetify": "3.7.2",
|
2022-07-01 10:19:25 +02:00
|
|
|
"webfontloader": "1.6.28"
|
2022-05-21 01:07:31 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-27 03:08:50 +02:00
|
|
|
"@rushstack/eslint-patch": "1.10.4",
|
2024-05-31 03:09:18 +02:00
|
|
|
"@types/jsdom": "21.1.7",
|
2024-09-18 03:03:58 +02:00
|
|
|
"@types/node": "20.16.5",
|
2023-12-14 14:03:28 +01:00
|
|
|
"@types/webfontloader": "1.6.38",
|
2024-09-02 03:09:11 +02:00
|
|
|
"@vitejs/plugin-vue": "5.1.3",
|
2024-01-03 10:16:03 +01:00
|
|
|
"@vue/eslint-config-prettier": "9.0.0",
|
2024-03-13 03:05:22 +01:00
|
|
|
"@vue/eslint-config-typescript": "13.0.0",
|
2024-05-07 03:09:50 +02:00
|
|
|
"@vue/test-utils": "2.4.6",
|
2024-01-03 09:55:09 +01:00
|
|
|
"@vue/tsconfig": "0.5.1",
|
2024-09-18 03:03:58 +02:00
|
|
|
"eslint": "9.10.0",
|
|
|
|
"eslint-plugin-vue": "9.28.0",
|
|
|
|
"husky": "9.1.6",
|
2024-09-04 03:04:05 +02:00
|
|
|
"jsdom": "25.0.0",
|
2024-09-02 03:09:11 +02:00
|
|
|
"lint-staged": "15.2.10",
|
2022-07-01 10:19:25 +02:00
|
|
|
"pinst": "3.0.0",
|
2024-07-14 03:10:15 +02:00
|
|
|
"prettier": "3.3.3",
|
2024-09-18 03:03:58 +02:00
|
|
|
"sass": "1.79.1",
|
2024-08-20 03:03:41 +02:00
|
|
|
"sass-loader": "16.0.1",
|
2024-09-18 03:03:58 +02:00
|
|
|
"typescript": "5.6.2",
|
|
|
|
"vite": "5.4.6",
|
2024-08-05 03:03:32 +02:00
|
|
|
"vite-plugin-vuetify": "2.0.4",
|
2024-09-18 03:03:58 +02:00
|
|
|
"vitest": "2.1.1",
|
2023-12-14 14:08:53 +01:00
|
|
|
"vue-cli-plugin-vuetify": "2.5.8",
|
2024-09-18 03:03:58 +02:00
|
|
|
"vue-tsc": "2.1.6",
|
2024-03-11 03:05:04 +01:00
|
|
|
"webpack-plugin-vuetify": "3.0.3"
|
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
|
|
|
},
|
2024-09-18 03:03:58 +02:00
|
|
|
"packageManager": "pnpm@9.10.0"
|
2022-05-21 01:07:31 +02:00
|
|
|
}
|