-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 929 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 929 Bytes
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
{
"name": "reels-queue",
"description": "Instagram Reels Queue, made by uniiDev",
"version": "0.0.3",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Fiszh/reels-queuee.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"release": "./release.sh"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.29",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@tsconfig/svelte": "5.0.4",
"@types/chrome": "^0.1.36",
"@types/node": "^25.2.3",
"svelte": "5.16.2",
"svelte-check": "4.1.1",
"tslib": "2.8.1",
"typescript": "5.7.2",
"vite": "6.0.7"
},
"dependencies": {
"lucide-svelte": "^0.563.0",
"sass-embedded": "^1.97.3"
}
}