aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: f8cb1aa94e0d6313cfd39f3c256c7ab649849182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
  }
}