From f77ff50150e6ff5d1f2b03c4f465846d5bb49a96 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 7 Jun 2024 15:45:56 -0400 Subject: Squashed commit of the following: commit 8ed4663e539d9c2ea58aaad02a1fc2896956f6b6 Author: vnugent Date: Fri Jun 7 15:43:48 2024 -0400 fix: invalid chars in status cookie name commit 9d1df65d99732a68b4fe96dcc75273442cbd322f Author: vnugent Date: Thu Jun 6 21:31:30 2024 -0400 fix: Some container fixes and compatability commit 5ecd6b39cccdc9500540b10685605b5fcba61f69 Author: vnugent Date: Thu Jun 6 17:19:48 2024 -0400 Update and expose storage config for container commit 3a62bafd210a2e00d23d3df773e47011e09eba6e Author: vnugent Date: Thu Jun 6 16:18:36 2024 -0400 ci: build admin lib before building front-end commit 35920ad6c8596fc14bcfed66303511e8c249be8d Author: vnugent Date: Thu Jun 6 15:56:36 2024 -0400 ci: Local vite config, force set lib versions commit 3c228b3cc5172fae398af8de72b64bd780ace20c Author: vnugent Date: Wed Jun 5 19:55:39 2024 -0400 ci: Update packages and add container build commit 21d2719701f851d4a555c363b141f289f14a5192 Author: vnugent Date: Wed Jun 5 15:58:07 2024 -0400 fix: #1 new channel page when hitting new button commit eefba88ac4e2c70517aa71c79ed94c346f9de554 Author: vnugent Date: Wed Jun 5 15:26:15 2024 -0400 chore: Package updates commit 9eed4022a79f2cba139c9f8a359bfc8c1f9c31c5 Author: vnugent Date: Wed Jun 5 14:44:08 2024 -0400 ci: Stage blocking changes --- front-end/package.json | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'front-end/package.json') diff --git a/front-end/package.json b/front-end/package.json index 2980dfd..6b464e4 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -8,10 +8,8 @@ "repository": "https://github.com/VnUgE/CMNext/tree/master/front-end", "author": "Vaughn Nugent", "output_dir": "bin", - "main": "index.html", "license": "agpl3", - "scripts": { "dev": "vite", "watch": "vite build --watch --mode development --minify false", @@ -20,7 +18,6 @@ "update": "npm update", "outdated": "npm outdated" }, - "dependencies": { "@fontsource/source-sans-pro": "^5.0.8", "@fortawesome/fontawesome-svg-core": "^6.4.0", @@ -30,27 +27,30 @@ "@headlessui/vue": "^1.7.12", "@kyvg/vue3-notification": "^3.0.x", "@vnuge/cmnext-admin": "../lib/admin", - "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/Plugins.Essentials/f2ac807486a00db4ba8486133d567e392f0fe98a/@vnuge-vnlib.browser/release.tgz", + "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/Plugins.Essentials/451091e93b5feee7a5e01d3a81f5d63efa7ea8be/@vnuge-vnlib.browser/release.tgz", "@vuelidate/core": "^2.0.2", "@vuelidate/validators": "^2.0.2", "@vueuse/core": "^10.3.x", "@vueuse/router": "^10.3.x", - "qrcode.vue": "^3.4.1", "axios": "^1.4.0", "base32-encode": "^2.0.0", "jose": "^5.0.x", - "json-editor-vue": "^0.12.0", + "json-editor-vue": "^0.15.1", "lodash-es": "^4.17.21", "otpauth": "^9.1.2", - "showdown": "^2.1.0", "pinia": "^2.1.7", + "qrcode.vue": "^3.4.1", + "showdown": "^2.1.0", "universal-cookie": "^7.0.x", "vue": "^3.2.47", - "vue3-otp-input": "^0.4.1" + "vue3-otp-input": "^0.5.2" }, "devDependencies": { - "@types/showdown": "^2.0.1", + "@ckeditor/ckeditor5-core": "^40.0.0", + "@ckeditor/ckeditor5-upload": "^40.0.0", "@types/lodash-es": "^4.14.194", + "@types/node": "^20.14.2", + "@types/showdown": "^2.0.1", "@vitejs/plugin-vue": "^5.0.x", "autoprefixer": "^10.4.14", "dotenv": "^16.0.3", @@ -58,12 +58,10 @@ "sass": "^1.62.1", "tailwindcss": "^3.3.2", "typescript": "^5.0.2", + "unplugin-vue-router": "^0.9.0", "vite": "^5.0.x", - "unplugin-vue-router": "^0.8.4", "vue-eslint-parser": "^9.3.0", "vue-router": "^4.2.0", - "vue-tsc": "^2.0.6", - "@ckeditor/ckeditor5-upload": "^40.0.0", - "@ckeditor/ckeditor5-core": "^40.0.0" + "vue-tsc": "^2.0.6" } } -- cgit