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-03-16 03:04:47 +01:00
|
|
|
"axios": "1.6.8",
|
2024-04-08 03:03:42 +02:00
|
|
|
"jose": "5.2.4",
|
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",
|
|
|
|
"uuid": "9.0.1",
|
2024-03-14 09:24:48 +01:00
|
|
|
"vue": "3.4.21",
|
2024-04-19 03:09:47 +02:00
|
|
|
"vue-router": "4.3.2",
|
2024-04-10 03:05:04 +02:00
|
|
|
"vuetify": "3.5.15",
|
2022-07-01 10:19:25 +02:00
|
|
|
"webfontloader": "1.6.28"
|
2022-05-21 01:07:31 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-11 03:04:38 +02:00
|
|
|
"@rushstack/eslint-patch": "1.10.2",
|
2023-12-14 14:08:53 +01:00
|
|
|
"@types/jsdom": "21.1.6",
|
2024-04-10 03:04:31 +02:00
|
|
|
"@types/node": "20.12.7",
|
2023-12-14 14:03:28 +01:00
|
|
|
"@types/webfontloader": "1.6.38",
|
2024-02-10 03:04:25 +01:00
|
|
|
"@vitejs/plugin-vue": "5.0.4",
|
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-03-14 03:04:33 +01:00
|
|
|
"@vue/test-utils": "2.4.5",
|
2024-01-03 09:55:09 +01:00
|
|
|
"@vue/tsconfig": "0.5.1",
|
2024-04-23 03:04:51 +02:00
|
|
|
"eslint": "9.1.1",
|
2024-04-15 03:03:40 +02:00
|
|
|
"eslint-plugin-vue": "9.25.0",
|
2024-02-14 03:12:33 +01:00
|
|
|
"husky": "9.0.11",
|
2024-01-22 03:03:48 +01:00
|
|
|
"jsdom": "24.0.0",
|
2024-02-06 03:12:17 +01:00
|
|
|
"lint-staged": "15.2.2",
|
2022-07-01 10:19:25 +02:00
|
|
|
"pinst": "3.0.0",
|
2024-02-05 03:11:15 +01:00
|
|
|
"prettier": "3.2.5",
|
2024-04-12 03:04:34 +02:00
|
|
|
"sass": "1.75.0",
|
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-04-21 03:04:19 +02:00
|
|
|
"vite": "5.2.10",
|
2024-03-11 03:03:55 +01:00
|
|
|
"vite-plugin-vuetify": "2.0.3",
|
2024-04-14 03:09:25 +02:00
|
|
|
"vitest": "1.5.0",
|
2023-12-14 14:08:53 +01:00
|
|
|
"vue-cli-plugin-vuetify": "2.5.8",
|
2024-04-13 03:04:47 +02:00
|
|
|
"vue-tsc": "2.0.13",
|
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-04-22 03:09:00 +02:00
|
|
|
"packageManager": "pnpm@9.0.5"
|
2022-05-21 01:07:31 +02:00
|
|
|
}
|