-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"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.2",
"@roziscoding/grammy-autoquote": "^2.0.8",
"fast-xml-parser": "^4.5.1",
"grammy": "^1.34.1",
"ts-results-es": "4.1.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/node": "^20.17.16",
"fast-xml-parser": "^4.3.6",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-virtual": "1.0.0-next.17",
"ts-node": "^10.9.2",
"ts-results-es": "4.1.0",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "^5.4.14"
},
"pnpm": {
"overrides": {
"rollup": "npm:@rollup/wasm-node",
"cookie@<0.7.0": ">=0.7.0"
}
}
}