-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
69 lines (69 loc) · 1.78 KB
/
package.json
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
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "clocktracker",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^1.5.0",
"@nuxtjs/supabase": "^1.4.0",
"@nuxtjs/tailwindcss": "^6.12.1",
"@types/formidable": "^3.4.5",
"@types/node": "^20.16.5",
"@types/papaparse": "^5.3.14",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"@vite-pwa/nuxt": "^0.10.6",
"nuxt": "^3.14.159",
"nuxt-bugsnag": "^8.0.0",
"prisma": "^5.19.1",
"progress": "^2.0.3",
"sass": "^1.79.3",
"start-server-and-test": "^2.0.8",
"supabase": "^1.192.5",
"typescript": "^5.6.2"
},
"dependencies": {
"@atproto/api": "^0.13.16",
"@aws-sdk/client-s3": "^3.654.0",
"@aws-sdk/lib-storage": "^3.654.0",
"@aws-sdk/s3-request-presigner": "^3.654.0",
"@faker-js/faker": "^9.2.0",
"@globalhive/vuejs-tour": "^1.6.1",
"@headlessui/vue": "^1.7.23",
"@pinia/nuxt": "^0.7.0",
"@prisma/client": "^5.19.1",
"@supabase/supabase-js": "^2.45.4",
"@vueuse/core": "^11.2.0",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"cheerio": "^1.0.0",
"colord": "^2.9.3",
"dayjs": "^1.11.13",
"discord.js": "^14.16.2",
"floating-vue": "^5.2.2",
"formidable": "^3.5.1",
"geolib": "^3.3.4",
"ics": "^3.8.1",
"jimp": "^0.22.12",
"nanoid": "^5.0.7",
"natural-order": "^2.0.2",
"nuxt-cron": "^1.6.0",
"papaparse": "^5.4.1",
"pinia": "^2.2.2",
"ua-parser-js": "^1.0.39",
"uuid": "^11.0.2",
"vue-chartjs": "^5.3.1",
"vue-markdown-render": "^2.2.1"
},
"prisma": {
"seed": "node prisma/seed.js"
},
"overrides": {
"vue": "latest"
}
}