-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.09 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.09 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "dgab",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node src/server.js",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.744.0",
"@aws-sdk/credential-provider-node": "^3.744.0",
"@polka/send-type": "^0.5.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/cors": "^2.8.17",
"@types/formidable": "^3.4.5",
"@types/memcached": "^2.2.10",
"@types/memjs": "^1.3.3",
"@types/node": "^22.10.2",
"@types/polka": "^0.5.7",
"@types/qrcode": "^1.5.5",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"cross-env": "^7.0.3",
"kuroshiro": "^1.2.0",
"memjs": "^1.3.2",
"node-fetch": "^2.7.0",
"node-stdlib-browser": "^1.3.0",
"postcss": "^8.5.1",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"stream": "^0.0.3",
"svelte": "^4.2.19",
"svelte-check": "^3.8.5",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"uuid": "^11.1.0",
"vite": "^5.4.14",
"vite-plugin-node-polyfills": "^0.23.0"
},
"type": "module",
"dependencies": {
"@aws-sdk/credential-provider-node": "^3.744.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/browserify": "^12.0.40",
"@vitejs/plugin-react": "^4.3.4",
"aws-sdk": "^2.1692.0",
"babel-plugin-macros": "^3.1.0",
"bootstrap-icons": "^1.11.3",
"cors": "^2.8.5",
"desm": "^1.3.1",
"dotenv": "^16.4.7",
"esbuild": "^0.25.0",
"express": "^4.21.2",
"formidable": "^3.5.2",
"fs-extra": "^11.3.0",
"memcached": "^2.2.2",
"memfs": "^4.17.0",
"milliparsec": "^5.0.1",
"mnemonist": "^0.40.3",
"polka": "^0.5.2",
"postcss-cli": "^11.0.0",
"qrcode": "^1.5.4",
"query-string": "^9.1.1",
"wanakana": "^5.3.1"
}
}