aboutsummaryrefslogtreecommitdiff
path: root/front-end/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'front-end/package.json')
-rw-r--r--front-end/package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/front-end/package.json b/front-end/package.json
index c41c456..091599c 100644
--- a/front-end/package.json
+++ b/front-end/package.json
@@ -3,13 +3,21 @@
"private": true,
"version": "0.1.1",
"type": "module",
- "main": "index.html",
+ "copyright": "Copyright \u00A9 2023 Vaughn Nugent",
"description": "The CMNext admin web UI, built with Tailwindcss and Vuejs",
+ "repository": "https://github.com/VnUgE/CMNext/tree/master/front-end",
+ "author": "Vaughn Nugent",
+ "output_dir": "bin",
+
+ "main": "index.html",
+ "license": "agpl3",
+
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
+
"dependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@fontsource/nunito": "^5.0.3",