-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
1,966 additions
and
777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
typescript.includeWorkspace=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export default defineNuxtConfig({ | ||
devtools: { enabled: true }, | ||
extends: [ | ||
'..' | ||
], | ||
modules: [ | ||
'@nuxt/ui', | ||
'nuxt-auth-utils' | ||
], | ||
ui: { | ||
icons: ['heroicons', 'simple-icons'] | ||
} | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "nuxthub-demo", | ||
"private": true, | ||
"scripts": { | ||
"dev": "nuxi dev", | ||
"build": "nuxi build", | ||
"preview": "nuxi preview" | ||
}, | ||
"dependencies": { | ||
"@iconify-json/simple-icons": "^1.1.90", | ||
"@nuxt/ui": "^2.13.0", | ||
"nuxt": "^3.10.0", | ||
"nuxt-hub": "latest" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/devtools": "^1.0.8" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
// https://nuxt.com/docs/guide/concepts/typescript | ||
"extends": "./.nuxt/tsconfig.json" | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,3 @@ | ||
export default defineNuxtConfig({ | ||
devtools: { enabled: true }, | ||
typescript: { includeWorkspace: true }, | ||
// extends: '@nuxt/ui-pro', | ||
extends: [ | ||
// '/Users/atinux/Projects/nuxt/ui-pro', | ||
'./_nuxthub' | ||
], | ||
modules: [ | ||
'@nuxt/ui', | ||
'nuxt-auth-utils' | ||
], | ||
ui: { | ||
icons: ['heroicons', 'simple-icons'] | ||
} | ||
// ./modules are autoloaded | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,54 @@ | ||
{ | ||
"name": "nuxthub-demo", | ||
"name": "nuxt-hub", | ||
"private": true, | ||
"type": "module", | ||
"main": "nuxt.config.ts", | ||
"version": "0.0.0", | ||
"files": [ | ||
"composables", | ||
"modules", | ||
"plugins", | ||
"server", | ||
"types", | ||
"nuxt.config.ts" | ||
], | ||
"license": "PROPRIETARY", | ||
"scripts": { | ||
"dev": "nuxi dev", | ||
"build": "nuxi build --preset cloudflare_pages", | ||
"preview": "nuxt preview", | ||
"dev:prepare": "nuxt prepare _demo", | ||
"dev": "nuxi dev _demo", | ||
"build": "nuxi build --preset cloudflare_pages _demo", | ||
"preview": "nuxt preview _dmeo", | ||
"lint": "eslint .", | ||
"postinstall": "nuxt prepare", | ||
"logs": "wrangler pages deployment tail" | ||
}, | ||
"dependencies": { | ||
"@cloudflare/workers-types": "^4.20240129.0", | ||
"@iconify-json/simple-icons": "^1.1.90", | ||
"@libsql/client": "^0.4.3", | ||
"@nuxt/ui": "^2.13.0", | ||
"bufferutil": "^4.0.8", | ||
"drizzle-orm": "^0.29.3", | ||
"image-meta": "^0.2.0", | ||
"mime": "^4.0.1", | ||
"nuxt": "^3.10.0", | ||
"nuxt-auth-utils": "^0.0.15", | ||
"utf-8-validate": "^6.0.3", | ||
"pkg-types": "^1.0.3", | ||
"uncrypto": "^0.1.3", | ||
"wrangler": "^3.26.0", | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@nuxt/devtools": "^1.0.8", | ||
"@nuxt/eslint-config": "^0.2.0", | ||
"eslint": "^8.56.0", | ||
"typescript": "5.3.3", | ||
"release-it": "^17.0.3", | ||
"typescript": "^5.3.3", | ||
"vue-tsc": "^1.8.27" | ||
}, | ||
"resolutions": { | ||
"nitropack": "npm:nitropack-nightly@latest", | ||
"h3": "npm:h3-nightly@latest" | ||
}, | ||
"release-it": { | ||
"git": { | ||
"commitMessage": "chore(release): release v${version}" | ||
}, | ||
"github": { | ||
"release": true, | ||
"releaseName": "v${version}" | ||
} | ||
} | ||
} |
File renamed without changes.
Oops, something went wrong.