-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "biliarchiverbot",
"version": "3.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"type": "module",
"dependencies": {
"@grammyjs/auto-retry": "^2.0.1",
"@roziscoding/grammy-autoquote": "^2.0.6",
"fast-xml-parser": "^4.3.6",
"grammy": "^1.21.1",
"ts-results-es": "4.1.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/kit": "^2.5.4",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/node": "^20.11.30",
"fast-xml-parser": "^4.3.6",
"svelte": "^4.2.12",
"svelte-check": "^3.6.8",
"svelte-virtual": "1.0.0-next.17",
"ts-node": "^10.9.2",
"ts-results-es": "4.1.0",
"tslib": "^2.6.2",
"typescript": "^5.4.2",
"vite": "^5.2.2"
},
"pnpm": {
"overrides": {
"rollup": "npm:@rollup/wasm-node"
}
}
}