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-01-27 03:03:57 +01:00
|
|
|
"@types/uuid": "9.0.8",
|
2024-05-22 03:11:09 +02:00
|
|
|
"axios": "1.7.2",
|
2024-06-04 03:05:59 +02:00
|
|
|
"jose": "5.4.0",
|
2023-12-14 14:08:53 +01:00
|
|
|
"js-cookie": "3.0.5",
|
2023-12-14 14:02:30 +01:00
|
|
|
"pinia": "2.1.7",
|
2024-01-03 09:52:27 +01:00
|
|
|
"pinia-plugin-persistedstate": "3.2.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-05-16 03:04:44 +02:00
|
|
|
"vue": "3.4.27",
|
2024-06-11 03:10:18 +02:00
|
|
|
"vue-router": "4.3.3",
|
2024-06-04 03:05:44 +02:00
|
|
|
"vuetify": "3.6.8",
|
2022-07-01 10:19:25 +02:00
|
|
|
"webfontloader": "1.6.28"
|
2022-05-21 01:07:31 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-17 03:04:32 +02:00
|
|
|
"@rushstack/eslint-patch": "1.10.3",
|
2024-05-31 03:09:18 +02:00
|
|
|
"@types/jsdom": "21.1.7",
|
2024-06-06 03:13:32 +02:00
|
|
|
"@types/node": "20.14.2",
|
2023-12-14 14:03:28 +01:00
|
|
|
"@types/webfontloader": "1.6.38",
|
2024-06-01 03:05:27 +02:00
|
|
|
"@vitejs/plugin-vue": "5.0.5",
|
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-06-02 03:12:01 +02:00
|
|
|
"eslint": "9.4.0",
|
2024-05-10 03:04:38 +02:00
|
|
|
"eslint-plugin-vue": "9.26.0",
|
2024-02-14 03:12:33 +01:00
|
|
|
"husky": "9.0.11",
|
2024-05-27 03:04:35 +02:00
|
|
|
"jsdom": "24.1.0",
|
2024-05-26 03:09:35 +02:00
|
|
|
"lint-staged": "15.2.5",
|
2022-07-01 10:19:25 +02:00
|
|
|
"pinst": "3.0.0",
|
2024-06-06 03:13:58 +02:00
|
|
|
"prettier": "3.3.1",
|
2024-05-31 03:09:44 +02:00
|
|
|
"sass": "1.77.4",
|
2024-04-17 03:08:32 +02:00
|
|
|
"sass-loader": "14.2.1",
|
2024-04-11 03:05:06 +02:00
|
|
|
"typescript": "5.4.5",
|
2024-06-09 03:04:37 +02:00
|
|
|
"vite": "5.2.13",
|
2024-03-11 03:03:55 +01:00
|
|
|
"vite-plugin-vuetify": "2.0.3",
|
2024-05-04 03:05:01 +02:00
|
|
|
"vitest": "1.6.0",
|
2023-12-14 14:08:53 +01:00
|
|
|
"vue-cli-plugin-vuetify": "2.5.8",
|
2024-06-10 12:08:02 +02:00
|
|
|
"vue-tsc": "2.0.21",
|
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-06-07 03:05:31 +02:00
|
|
|
"packageManager": "pnpm@9.2.0"
|
2022-05-21 01:07:31 +02:00
|
|
|
}
|