-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
175 lines (175 loc) · 5.94 KB
/
Copy pathpackage.json
File metadata and controls
175 lines (175 loc) · 5.94 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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@wolfstar-project/dashboard",
"version": "0.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": {
"audit:verify": "tsx scripts/audit-verify.ts",
"design:lint": "designmd lint .claude/DESIGN.md",
"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 prepare",
"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 server/database/schema.prisma",
"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",
"storybook": "STORYBOOK=true storybook dev -p 6006",
"build-storybook": "STORYBOOK=true storybook build",
"chromatic": "chromatic"
},
"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/content": "^3.14.0",
"@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.3.2",
"@onmax/nuxt-better-auth": "^0.0.4",
"@playwright/test": "^1.61.1",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.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.7",
"@vitest/coverage-v8": "4.1.7",
"@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",
"better-auth": "^1.6.23",
"chromatic": "^17.0.0",
"cnfast": "^0.0.8",
"dotenv": "^17.3.1",
"evlog": "^2.14.0",
"feed": "^5.2.1",
"fuse.js": "^7.1.0",
"nuxt": "^4.4.2",
"nuxt-og-image": "6.5.1",
"nuxt-security": "^2.5.1",
"nuxt-skew-protection": "^1.3.0",
"nuxt-vitalizer": "^2.0.0",
"postcss-nested": "^7.0.2",
"simple-git": "^3.32.3",
"stale-dep": "^0.9.0",
"std-env": "^4.0.0",
"tw-animate-css": "^1.4.0",
"valibot": "^1.2.0",
"vite": "^8.0.3",
"vite-plus": "0.1.19"
},
"devDependencies": {
"@codspeed/vitest-plugin": "5.4.0",
"@commitlint/cli": "21.0.1",
"@commitlint/config-conventional": "21.0.1",
"@discordjs/collection": "2.1.1",
"@discordjs/core": "2.4.0",
"@e18e/eslint-plugin": "0.5.0",
"@google/design.md": "^0.3.0",
"@netlify/nuxt": "0.3.6",
"@nuxt/hints": "1.1.2",
"@nuxt/test-utils": "4.0.3",
"@sapphire/bitfield": "1.2.4",
"@sapphire/snowflake": "3.5.5",
"@sapphire/time-utilities": "1.7.14",
"@sapphire/utilities": "3.18.2",
"@shelve/cli": "5.0.1",
"@storybook-vue/nuxt": "catalog:storybook",
"@storybook/addon-a11y": "catalog:storybook",
"@storybook/addon-docs": "catalog:storybook",
"@storybook/addon-themes": "catalog:storybook",
"@tailwindcss/typography": "0.5.19",
"@takumi-rs/core": "1.6.0",
"@takumi-rs/wasm": "1.6.0",
"@types/node": "24.12.4",
"@vitest/ui": "4.1.7",
"changelogen": "0.6.2",
"cz-conventional-changelog": "3.3.0",
"daisyui": "5.5.20",
"discord-api-types": "0.38.48",
"eslint": "9.39.4",
"eslint-plugin-regexp": "3.1.0",
"jsdom": "29.1.1",
"knip": "6.14.2",
"msw": "catalog:msw",
"msw-storybook-addon": "catalog:storybook",
"prisma": "7.8.0",
"prisma-json-types-generator": "5.1.0",
"rolldown": "^1.0.1",
"skilld": "1.7.4",
"storybook": "catalog:storybook",
"tailwindcss": "4.3.0",
"taze": "19.14.1",
"tsx": "4.22.3",
"typescript": "6.0.3",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.19",
"vue-tsc": "3.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=24",
"pnpm": ">=10"
},
"packageManager": "pnpm@11.3.0",
"storybook": {
"url": "https://storybook.wolfstar.rocks"
}
}