-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 1.32 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
43
44
45
46
47
48
{
"name": "youtube-subscriptions-transfer",
"version": "1.7",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/biplobsd/yst.git"
},
"scripts": {
"dev": "vite",
"build": "npm run check && vite build",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@splidejs/svelte-splide": "^0.2.9",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@total-typescript/ts-reset": "^0.5.1",
"@tsconfig/svelte": "5.0.4",
"@types/chrome": "0.0.266",
"@types/node": "^20.12.7",
"@types/qs": "^6.9.15",
"async-zip-reader": "^0.2.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"copy-text-to-clipboard": "^3.2.0",
"csv-iter-parse": "^0.1.3",
"daisyui": "^4.10.2",
"lucide-svelte": "^0.373.0",
"pino": "^9.0.0",
"pino-pretty": "^11.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"qs": "^6.12.1",
"svelte": "^4.2.15",
"svelte-check": "3.6.9",
"svelte-confetti": "^1.4.0",
"svelte-french-toast": "^1.2.0",
"svelte-preprocess": "5.1.4",
"tailwind-modern-scroll": "^0.0.7",
"tailwindcss": "^3.4.3",
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "^5.2.10",
"zod": "^3.23.4"
}
}