-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
49
50
51
52
53
54
{
"name": "youtube-subscriptions-transfer",
"version": "1.8.5",
"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",
"clean": "npx rimraf node_modules package-lock.json pnpm-lock.yaml bun.lockb dist",
"postbuild": "npx rimraf ./dist/.vite"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.30",
"@splidejs/svelte-splide": "^0.2.9",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@total-typescript/ts-reset": "^0.6.1",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.293",
"@types/node": "^22.10.5",
"@types/qs": "^6.9.17",
"async-zip-reader": "^0.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"copy-text-to-clipboard": "^3.2.0",
"csv-iter-parse": "^0.1.3",
"daisyui": "^4.12.23",
"lucide-svelte": "^0.471.0",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"qs": "^6.13.1",
"rollup-plugin-visualizer": "^5.14.0",
"svelte": "^5.17.3",
"svelte-check": "^4.1.3",
"svelte-preprocess": "^6.0.3",
"svelte-sonner": "^0.3.28",
"tailwind-modern-scroll": "^0.0.9",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"zod": "^3.24.1"
},
"trustedDependencies": [
"svelte-preprocess",
"esbuild"
]
}