-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 5.2 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 5.2 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@wolfstar-project/dashboard",
"version": "2.0.0",
"private": true,
"description": "WolfStar is a multipurpose Discord bot designed to handle most tasks, helping users manage their servers easily.",
"homepage": "https://wolfstar.rocks",
"bugs": {
"url": "https://github.com/wolfstar-project/wolfstar.rocks/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/wolfstar-project/wolfstar.rocks.git"
},
"funding": "https://github.com/wolfstar-project/wolfstar.rocks?sponsor",
"type": "module",
"main": "./nuxt.config.ts",
"scripts": {
"build": "nuxt build",
"build:test": "NODE_ENV=test vp run build",
"dev": "nuxt dev",
"dev:pwa": "VITE_DEV_PWA=true nuxt dev",
"knip:fix": "knip --fix",
"lint:fix": "vp lint --fix && vp fmt",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "stale-dep -u && nuxt prepare && vp config",
"prepare": "skilld update -b",
"generate-pwa-icons": "pwa-assets-generator",
"prisma:migrate:dev": "prisma migrate dev",
"prisma:migrate:dev:create": "prisma migrate dev --create-only",
"prisma:migrate:diff": "prisma migrate diff --exit-code --from-migrations server/database/migrations --to-schema-datamodel server/database/schema.prisma --shadow-database-url",
"prisma:migrate:reset": "prisma migrate reset",
"prisma:migrate:deploy": "prisma migrate deploy",
"prisma:migrate:status": "prisma migrate status",
"prisma:migrate:resolve": "prisma migrate resolve",
"prisma:push": "prisma db push",
"prisma:seed": "prisma db seed",
"prisma:studio": "prisma studio",
"prisma:generate": "prisma generate",
"prisma:generate:watch": "prisma generate --watch",
"test": "vp test",
"test:a11y": "vp run build:test && LIGHTHOUSE_COLOR_MODE=dark vp run test:a11y:prebuilt && LIGHTHOUSE_COLOR_MODE=light vp run test:a11y:prebuilt",
"test:a11y:prebuilt": "./scripts/lighthouse.sh",
"test:perf": "vp run build:test && vp run test:perf:prebuilt",
"test:perf:prebuilt": "LH_PERF=1 ./scripts/lighthouse.sh",
"test:browser": "vp run build:test && vp run test:browser:prebuilt",
"test:browser:prebuilt": "playwright test",
"test:browser:ui": "vp run build:test && vp run test:browser:prebuilt --ui",
"test:browser:update": "vp run build:test && vp run test:browser:prebuilt --update-snapshots",
"test:nuxt": "vp test --project nuxt",
"test:unit": "vp test --project unit",
"test:bench": "vp test bench",
"start:playwright:webserver": "NODE_ENV=test vp run preview --port 5678",
"typecheck": "stale-dep && nuxt typecheck",
"update:interactive": "taze"
},
"dependencies": {
"@iconify-json/emojione": "^1.2.3",
"@iconify-json/heroicons": "^1.2.3",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/lucide": "^1.2.96",
"@iconify-json/ph": "^1.2.2",
"@nuxt/a11y": "^1.0.0-alpha.1",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.5.1",
"@nuxtjs/html-validator": "2.1.0",
"@nuxtjs/seo": "^5.0.2",
"@playwright/test": "^1.58.2",
"@prisma/adapter-pg": "^6.19.0",
"@prisma/client": "^6.19.0",
"@sapphire/ratelimits": "^2.4.11",
"@sentry/nuxt": "^10.42.0",
"@vite-pwa/assets-generator": "^1.0.2",
"@vite-pwa/nuxt": "^1.1.1",
"@vitest/browser-playwright": "^4.1.2",
"@vitest/coverage-v8": "^4.1.2",
"@vue/test-utils": "^2.4.6",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
"@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "^14.2.1",
"@vueuse/router": "^14.2.1",
"dotenv": "^17.3.1",
"evlog": "^2.10.0",
"fuse.js": "^7.1.0",
"nuxt": "^4.4.2",
"nuxt-auth-utils": "^0.5.29",
"nuxt-og-image": "6.2.6",
"nuxt-security": "^2.5.1",
"nuxt-vitalizer": "^2.0.0",
"postcss-nested": "^7.0.2",
"rou3": "^0.8.0",
"simple-git": "^3.32.3",
"stale-dep": "^0.8.5",
"std-env": "^3.10.0",
"tw-animate-css": "^1.4.0",
"valibot": "^1.2.0",
"vite": "^8.0.3",
"vite-plus": "^0.1.14"
},
"devDependencies": {
"@codspeed/vitest-plugin": "^5.2.0",
"@commitlint/cli": "^20.4.3",
"@commitlint/config-conventional": "^20.4.3",
"@discordjs/collection": "^2.1.1",
"@discordjs/core": "^2.4.0",
"@e18e/eslint-plugin": "^0.2.0",
"@netlify/nuxt": "^0.2.30",
"@nuxt/hints": "^1.0.0-alpha.10",
"@nuxt/test-utils": "^4.0.0",
"@sapphire/bitfield": "^1.2.4",
"@sapphire/snowflake": "^3.5.5",
"@sapphire/time-utilities": "^1.7.14",
"@sapphire/utilities": "^3.18.2",
"@tailwindcss/typography": "^0.5.19",
"@takumi-rs/core": "1.0.0-beta.20",
"@takumi-rs/wasm": "1.0.0-beta.20",
"@types/node": "24.12.0",
"@vitest/ui": "^4.1.2",
"changelogen": "^0.6.2",
"cz-conventional-changelog": "^3.3.0",
"daisyui": "^5.5.19",
"defu": "^6.1.4",
"discord-api-types": "^0.38.41",
"eslint": "^9.39.4",
"eslint-plugin-regexp": "^3.0.0",
"knip": "^5.86.0",
"prisma": "^6.19.0",
"prisma-json-types-generator": "^3.6.2",
"skilld": "^1.2.0",
"tailwindcss": "^4.2.1",
"taze": "^19.10.0",
"typescript": "~5.9.3",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
"vue-tsc": "^3.2.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": "24",
"pnpm": ">=10"
},
"packageManager": "pnpm@10.33.0"
}