-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.16 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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "dapp-sveltekit-boilerplate",
"version": "0.0.1",
"private": true,
"engines": {
"node": "^20.9.0"
},
"keywords": [
"sveltekit",
"boilerplate",
"dapp",
"starter",
"starterpack",
"auth.js",
"passkey",
"tailwindcss",
"autoprefixer",
"postcss",
"lucide-svelte",
"exchange-rounding",
"hono",
"api",
"hono-api",
"cloudflare",
"cf-pages",
"cf-d1",
"cf-workers",
"cf-kv"
],
"author": "@rastislavcore",
"license": "CORE",
"bugs": {
"url": "https://github.com/bchainhub/dapp-sveltekit-boilerplate/issues"
},
"homepage": "https://github.com/bchainhub/dapp-sveltekit-boilerplate#readme",
"scripts": {
"dev": "vite dev",
"dev:cf": "wrangler 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",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240903.0",
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/eslint": "^9.6.1",
"@types/node": "^20",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prisma": "^5.19.1",
"svelte": "^4.2.19",
"svelte-check": "^4.0.1",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0",
"vite": "^5.4.3"
},
"type": "module",
"dependencies": {
"@auth/core": "^0.34.2",
"@auth/d1-adapter": "^1.4.2",
"@auth/prisma-adapter": "^2.4.2",
"@auth/sveltekit": "^1.4.2",
"@blockchainhub/ican": "^0.4.1",
"@prisma/client": "^5.19.1",
"@prisma/extension-accelerate": "^1.1.0",
"@simplewebauthn/browser": "9.0.1",
"@simplewebauthn/server": "9.0.3",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"exchange-rounding": "^1.1.3",
"hono": "^4.5.11",
"lucide-svelte": "^0.439.0",
"payto-rl": "^1.0.1",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"txms.js": "^1.3.1",
"uuid": "^10.0.0"
}
}