-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 968 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 968 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
33
34
35
{
"name": "s3share",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"generate-types": "wrangler types",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json",
"deploy": "vite build && wrangler deploy"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.30.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tsconfig/svelte": "^5.0.8",
"@types/node": "^25.5.0",
"svelte": "^5.55.0",
"svelte-check": "^4.4.5",
"typescript": "^6.0.2",
"vite": "^7.3.1",
"wrangler": "^4.78.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1019.0",
"@aws-sdk/s3-request-presigner": "^3.1019.0",
"@urlpack/base62": "^2.0.1",
"hash-wasm": "^4.12.0",
"native-file-system-adapter": "^3.0.1",
"pretty-bytes": "^7.1.0",
"uint8array-extras": "^1.5.0",
"zod": "^4.3.6"
}
}