-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "thalia-web",
"private": true,
"type": "module",
"license": "GPL-3.0",
"author": "Pascal Syma <pascal@syma.dev> (https://syma.dev/)",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"check": "prettier --check .",
"test": "bun test",
"test:dev": "bun test --watch"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.35.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"bullmq": "^5.21.2",
"chart.js": "^4.4.5",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^4.1.0",
"ioredis": "^5.4.1",
"nuxt": "^3.13.2",
"vue": "latest",
"vue-chartjs": "^5.3.1",
"vue-matomo": "^4.2.0",
"vue-router": "latest"
},
"devDependencies": {
"@types/bun": "^1.1.12",
"@vue/language-server": "^2.1.6",
"h3-zod": "^0.5.3",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"vue-tsc": "^2.1.6"
}
}