-
Notifications
You must be signed in to change notification settings - Fork 0
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
blz
committed
Jan 24, 2025
1 parent
6b6aefd
commit c20b930
Showing
27 changed files
with
2,961 additions
and
1,677 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
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
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,3 @@ | ||
{ | ||
"plugins": ["prettier-plugin-tailwindcss", "prettier-plugin-svelte"] | ||
} |
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,5 +1,6 @@ | ||
# Blz AI | ||
|
||
## Features | ||
* TCG Sealed Product Price Tracker | ||
* Photography Portfolio | ||
|
||
- TCG Sealed Product Price Tracker | ||
- Photography Portfolio |
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,47 +1,48 @@ | ||
{ | ||
"name": "blz-ai", | ||
"version": "0.0.3", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite dev", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"test": "playwright test", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"test:unit": "vitest", | ||
"lint": "prettier --plugin-search-dir . --check . && eslint .", | ||
"format": "prettier --plugin-search-dir . --write ." | ||
}, | ||
"devDependencies": { | ||
"@observablehq/plot": "^0.6.16", | ||
"@playwright/test": "^1.49.1", | ||
"@sveltejs/adapter-auto": "^4.0.0", | ||
"@sveltejs/adapter-static": "^3.0.8", | ||
"@sveltejs/kit": "^2.15.1", | ||
"@sveltejs/vite-plugin-svelte": "^4.0.4", | ||
"@tailwindcss/postcss": "^4.0.0", | ||
"@tailwindcss/typography": "^0.5.15", | ||
"@types/d3": "^7.4.3", | ||
"@typescript-eslint/eslint-plugin": "^8.20.0", | ||
"@typescript-eslint/parser": "^8.20.0", | ||
"d3": "^7.9.0", | ||
"daisyui": "^5.0.0-beta.2", | ||
"eslint": "^9.17.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-svelte": "^2.46.1", | ||
"postcss": "^8.4.49", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-svelte": "^3.3.2", | ||
"svelte": "^5.19.2", | ||
"svelte-check": "^4.1.1", | ||
"tailwindcss": "^4.0.0", | ||
"tslib": "^2.8.1", | ||
"typescript": "^5.7.3", | ||
"vite": "^5.4.12", | ||
"vitest": "^3.0.3", | ||
"yaml": "^2.7.0" | ||
}, | ||
"type": "module", | ||
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a" | ||
"name": "blz-ai", | ||
"version": "0.0.3", | ||
"private": true, | ||
"scripts": { | ||
"dev": "vite dev", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"test": "playwright test", | ||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | ||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | ||
"test:unit": "vitest", | ||
"lint": "prettier --check . && eslint .", | ||
"format": "prettier --write ." | ||
}, | ||
"devDependencies": { | ||
"@observablehq/plot": "^0.6.16", | ||
"@playwright/test": "^1.49.1", | ||
"@sveltejs/adapter-auto": "^4.0.0", | ||
"@sveltejs/adapter-static": "^3.0.8", | ||
"@sveltejs/kit": "^2.15.1", | ||
"@sveltejs/vite-plugin-svelte": "^4.0.4", | ||
"@tailwindcss/postcss": "^4.0.0", | ||
"@tailwindcss/typography": "^0.5.15", | ||
"@types/d3": "^7.4.3", | ||
"@typescript-eslint/eslint-plugin": "^8.20.0", | ||
"@typescript-eslint/parser": "^8.20.0", | ||
"d3": "^7.9.0", | ||
"daisyui": "^5.0.0-beta.2", | ||
"eslint": "^9.17.0", | ||
"eslint-config-prettier": "^10.0.1", | ||
"eslint-plugin-svelte": "^2.46.1", | ||
"postcss": "^8.4.49", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-svelte": "^3.3.2", | ||
"prettier-plugin-tailwindcss": "^0.6.11", | ||
"svelte": "^5.19.2", | ||
"svelte-check": "^4.1.1", | ||
"tailwindcss": "^4.0.0", | ||
"tslib": "^2.8.1", | ||
"typescript": "^5.7.3", | ||
"vite": "^5.4.12", | ||
"vitest": "^3.0.3", | ||
"yaml": "^2.7.0" | ||
}, | ||
"type": "module", | ||
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a" | ||
} |
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,11 +1,11 @@ | ||
import type { PlaywrightTestConfig } from '@playwright/test'; | ||
import type { PlaywrightTestConfig } from "@playwright/test"; | ||
|
||
const config: PlaywrightTestConfig = { | ||
webServer: { | ||
command: 'npm run build && npm run preview', | ||
port: 4173 | ||
}, | ||
testDir: 'tests' | ||
webServer: { | ||
command: "npm run build && npm run preview", | ||
port: 4173, | ||
}, | ||
testDir: "tests", | ||
}; | ||
|
||
export default config; |
Oops, something went wrong.