aboutsummaryrefslogtreecommitdiff
path: root/front-end/package.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-10 22:08:54 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-10 22:08:54 -0400
commit277dd634e169e7341272e304f715a542047396d7 (patch)
tree66c07a3605e8c8762007ac34233cd73655162a38 /front-end/package.json
parent7cb2e971e43df248d8eed585e4a96d79492e4e79 (diff)
Introduce builds using vnbuild for the websitev0.1.1
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",