aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f8cb1aa
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "confplanner-web",
+ "private": true,
+ "type": "module",
+ "scripts": {
+ "build": "nuxt build",
+ "dev": "nuxt dev",
+ "generate": "nuxt generate",
+ "preview": "nuxt preview",
+ "postinstall": "nuxt prepare"
+ },
+ "dependencies": {
+ "@date-fns/tz": "^1.2.0",
+ "@pinia/nuxt": "^0.9.0",
+ "date-fns": "^4.1.0",
+ "lucide-vue-next": "^0.471.0",
+ "nuxt": "^3.15.1",
+ "pinia": "^2.3.0",
+ "vue": "latest",
+ "vue-router": "latest"
+ }
+}