-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.57 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"dev:bot": "tsx server/integrations/discordBot/src/index.ts",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "nuxt start",
"lint": "eslint . --ext .js,.vue,.ts"
},
"dependencies": {
"@headlessui/vue": "^1.7.13",
"@heroicons/vue": "^2.2.0",
"@octokit/rest": "^22.0.1",
"@pinia/nuxt": "^0.10.1",
"@primeuix/themes": "^1.0.0",
"@prisma/client": "6.17.1",
"@tailwindcss/typography": "^0.5.15",
"@vueuse/core": "^13.9.0",
"@vueuse/head": "^2.0.0",
"axios": "^1.7.9",
"buffer": "^6.0.3",
"chart.js": "^4.4.8",
"chartjs-plugin-datalabels": "^2.2.0",
"discord.js": "^14.16.3",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"munkres-algorithm": "^1.0.2",
"nuxt": "^3.11.2",
"papaparse": "^5.4.1",
"pinia": "^3.0.4",
"primevue": "^4.3.2",
"pug": "^3.0.2",
"vue": "^3.4.27",
"vue-router": "^4.3.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"devDependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"@primevue/nuxt-module": "^4.3.2",
"@types/lodash": "^4.17.16",
"@types/node": "^25.2.3",
"@types/papaparse": "^5.3.15",
"@vue/language-plugin-pug": "latest",
"autoprefixer": "^10.4.19",
"esbuild-register": "^3.6.0",
"jiti": "^2.6.1",
"postcss": "^8.4.38",
"prisma": "^6.17.1",
"tailwindcss": "^3.4.3",
"ts-node": "^10.9.2",
"tsx": "^4.19.3",
"typescript": "^5.7.2"
}
}