Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7fe1735d22 | ||
|
|
88a70b03dd | ||
|
|
6ed0170b88 | ||
|
|
b9dbdc4c05 |
5 changed files with 10 additions and 6 deletions
2
.env
2
.env
|
|
@ -1,4 +1,4 @@
|
|||
NODE_ENV=
|
||||
NPM_TOKEN=
|
||||
|
||||
# SECRETS
|
||||
SECRETS_PASSWORD=secret_do_not_commit_or_change_this_create_.env.local_instead
|
||||
|
|
|
|||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -14,6 +14,9 @@ node_modules
|
|||
Thumbs.db
|
||||
.idea
|
||||
|
||||
# Storybook
|
||||
storybook-static
|
||||
|
||||
# Vite
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
|
|
|
|||
7
bun.lock
7
bun.lock
|
|
@ -4,12 +4,13 @@
|
|||
"": {
|
||||
"name": "hestia",
|
||||
"dependencies": {
|
||||
"@atlas/svelte": "^1.0.5-alpha",
|
||||
"@clerk/backend": "1.21.4",
|
||||
"@clerk/themes": "^2.2.3",
|
||||
"@inlang/paraglide-sveltekit": "^0.15.0",
|
||||
"@pothos/core": "^4.3.0",
|
||||
"@pothos/plugin-prisma": "^4.4.0",
|
||||
"@prisma/client": "^6.3.1",
|
||||
"@prisma/client": "6.3.1",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"clerk-sveltekit": "https://pkg.pr.new/wobsoriano/clerk-sveltekit@ca15d4e",
|
||||
"clsx": "^2.1.1",
|
||||
|
|
@ -52,7 +53,7 @@
|
|||
"prettier": "^3.3.2",
|
||||
"prettier-plugin-svelte": "^3.2.6",
|
||||
"prettier-plugin-tailwindcss": "^0.6.5",
|
||||
"prisma": "^6.3.1",
|
||||
"prisma": "6.3.1",
|
||||
"storybook": "^8.5.0",
|
||||
"svelte": "^5.0.0",
|
||||
"svelte-check": "^4.0.0",
|
||||
|
|
@ -71,6 +72,8 @@
|
|||
|
||||
"@ampproject/remapping": ["@ampproject/remapping@2.3.0", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="],
|
||||
|
||||
"@atlas/svelte": ["@atlas/svelte@1.0.5-alpha", "https://git.palko.ca/api/packages/pantheon/npm/%40atlas%2Fsvelte/-/1.0.5-alpha/svelte-1.0.5-alpha.tgz", { "dependencies": { "clsx": "^2.1.1", "tailwind-merge": "^2.5.5" }, "peerDependencies": { "daisyui": "^5.0.6", "svelte": "^5.0.0" } }, "sha512-u0dUC+VLtqElu/SfqCpQyxdtMfJCTstBhO/JpmbH1Pts4t8rkdkmNlPFujlykdu07G6FjuZvZ9H0pNk/UEFZxg=="],
|
||||
|
||||
"@babel/code-frame": ["@babel/code-frame@7.26.2", "", { "dependencies": { "@babel/helper-validator-identifier": "^7.25.9", "js-tokens": "^4.0.0", "picocolors": "^1.0.0" } }, "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ=="],
|
||||
|
||||
"@babel/helper-validator-identifier": ["@babel/helper-validator-identifier@7.25.9", "", {}, "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ=="],
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
[build]
|
||||
command = "bunx prisma migrate deploy && bun run build"
|
||||
publish = "build"
|
||||
|
|
@ -68,6 +68,7 @@
|
|||
"vitest": "^2.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@atlas/svelte": "^1.0.5-alpha",
|
||||
"@clerk/backend": "1.21.4",
|
||||
"@clerk/themes": "^2.2.3",
|
||||
"@inlang/paraglide-sveltekit": "^0.15.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue