-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "michalvault",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.10.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.4",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4"
},
"type": "module",
"dependencies": {
"@aws-sdk/client-s3": "^3.290.0",
"@aws-sdk/s3-presigned-post": "^3.290.0",
"@aws-sdk/s3-request-presigner": "^3.290.0",
"@trpc/client": "^10.14.0",
"@trpc/server": "^10.14.0",
"random-words": "^1.3.0",
"trpc-sveltekit": "^3.4.2",
"zod": "^3.21.0"
},
"engines": {
"node": ">=18.x",
"npm": ">=8.x"
}
}