forked from oklookat/tools
-
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) · 827 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 827 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": "tools",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"pages": "npm run build && git add . && git commit && git push origin main"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.39",
"@sveltejs/kit": "next",
"sass": "^1.54.4",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.0.0"
},
"type": "module",
"dependencies": {
"@oklookat/svelte-portal": "^1.0.2",
"buffer": "^6.0.3",
"html2canvas": "^1.4.1",
"libheif-js": "^1.12.0",
"pngjs": "^6.0.0"
}
}