-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 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
{
"name": "@ayako/dashboard",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"check": "svelte-kit sync && pnpx sv check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"dev": "rm -rf ./.svelte-kit && vite dev --port 5173",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"preview": "vite preview --port 5173",
"start": "rm -r ./.svelte-kit && pnpm build && pnpm preview --port 5173"
},
"dependencies": {
"@ayako/bot": "workspace:*",
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/tabler": "^1.2.20",
"@sveltejs/adapter-cloudflare": "^7.1.2",
"@unocss/extractor-svelte": "66.4.1",
"@unocss/preset-icons": "^66.4.1",
"@unocss/preset-rem-to-px": "^66.4.1",
"@unocss/reset": "^66.4.1",
"clsx": "^2.1.1",
"discord-api-types": "0.38.30",
"dotenv": "^16.4.7",
"js-cookie": "^3.0.5",
"marked": "^16.4.0",
"string-similarity": "^4.0.4",
"tailwind-merge": "^3.3.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.1",
"@sveltejs/kit": "^2.46.5",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/eslint": "^9.6.1",
"@types/js-cookie": "^3.0.6",
"@types/marked": "^6.0.0",
"@types/node": "^24.7.2",
"@types/string-similarity": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"@unocss/svelte-scoped": "^66.4.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.12.4",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "5.39.12",
"svelte-check": "4.3.2",
"typescript": "^5.9.3",
"unocss": "^66.4.1",
"unocss-preset-animations": "^1.2.1",
"vite": "^7.1.9",
"wrangler": "^4.27.0"
},
"packageManager": "pnpm@10.19.0",
"engines": {
"node": "^24.13.0",
"pnpm": "^10.19.0"
}
}