aboutsummaryrefslogtreecommitdiff
path: root/front-end/package.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-01-20 23:49:29 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-01-20 23:49:29 -0500
commit6cb7da37824d02a1898d08d0f9495c77fde4dd1d (patch)
tree95e37ea3c20f416d6a205ee4ab050c307b18eafe /front-end/package.json
inital commit
Diffstat (limited to 'front-end/package.json')
-rw-r--r--front-end/package.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/front-end/package.json b/front-end/package.json
new file mode 100644
index 0000000..0ae32f1
--- /dev/null
+++ b/front-end/package.json
@@ -0,0 +1,50 @@
+{
+ "name": "@vnuge/simple-bookmark-frontend",
+ "private": true,
+ "version": "0.1.0",
+ "type": "module",
+ "copyright": "Copyright © 2024 Vaughn Nugent",
+ "description": "The Simple Bookmark front-end client side web application",
+ "repository": "https://github.com/VnUgE/simple-bookmark/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",
+ "build": "vite build",
+ "preview": "vite preview"
+ },
+ "dependencies": {
+ "@headlessui/vue": "^1.7.17",
+ "@vnuge/vnlib.browser": "https://www.vaughnnugent.com/public/resources/software/builds/Plugins.Essentials/335659f2a3d412aa040fd77d871366dc4d4f8501/@vnuge-vnlib.browser/release.tgz",
+ "@vuelidate/core": "^2.0.2",
+ "@vuelidate/validators": "^2.0.2",
+ "@vueuse/core": "^10.3.x",
+ "axios": "^1.4.0",
+ "base32-encode": "^2.0.0",
+ "flowbite": "^2.2.1",
+ "jose": "^5.0.x",
+ "otpauth": "^9.1.2",
+ "lodash-es": "^4.17.21",
+ "pinia": "^2.1.7",
+ "qrcode.vue": "^3.4.1",
+ "universal-cookie": "^7.0.x",
+ "vue": "^3.2.47",
+ "vue3-otp-input": "^0.4.1"
+ },
+ "devDependencies": {
+ "@types/lodash-es": "^4.14.194",
+ "@vitejs/plugin-vue": "^5.0.x",
+ "autoprefixer": "^10.4.14",
+ "dotenv": "^16.0.3",
+ "postcss": "^8.4.23",
+ "sass": "^1.62.1",
+ "tailwindcss": "^3.3.2",
+ "typescript": "^5.0.2",
+ "vite": "^5.0.x",
+ "vue-eslint-parser": "^9.3.0",
+ "vue-tsc": "^1.4.2"
+ }
+}