-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: clean project and prepare for production
- Loading branch information
1 parent
619a22e
commit d3d1ba1
Showing
41 changed files
with
120 additions
and
443 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 |
---|---|---|
@@ -1,2 +1,4 @@ | ||
PUBLIC_API_URL=http://localhost:3000/api/v1 | ||
PUBLIC_CACHET_API_URL="https://status.evolutionygo.com" | ||
PUBLIC_CACHET_API_URL=https://status.evolutionygo.com | ||
PUBLIC_ANALYTICS_URL=https://analytics.evolutionygo.com | ||
PUBLIC_ANALYTICS_ID=1234567890 |
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,4 +1,7 @@ | ||
{ | ||
"recommendations": ["astro-build.astro-vscode"], | ||
"recommendations": [ | ||
"astro-build.astro-vscode", | ||
"oxc.oxc-vscode" | ||
], | ||
"unwantedRecommendations": [] | ||
} |
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 |
---|---|---|
@@ -1,54 +1,66 @@ | ||
{ | ||
"name": "evolutionygo-web-ranking", | ||
"type": "module", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"dev": "astro dev", | ||
"start": "astro dev", | ||
"build": "astro check && astro build", | ||
"preview": "astro preview", | ||
"astro": "astro", | ||
"lint": "oxlint", | ||
"lint:fix": "oxlint --fix", | ||
"prepare": "husky" | ||
}, | ||
"dependencies": { | ||
"@astrojs/check": "^0.9.4", | ||
"@astrojs/react": "^3.6.2", | ||
"@astrojs/sitemap": "^3.2.1", | ||
"@astrojs/tailwind": "^5.1.2", | ||
"@astrojs/vercel": "^7.8.2", | ||
"@fontsource-variable/plus-jakarta-sans": "^5.1.0", | ||
"@iconify-json/ic": "^1.2.1", | ||
"@iconify-json/mdi": "^1.2.1", | ||
"@nanostores/persistent": "0.10.2", | ||
"@nanostores/react": "0.8.0", | ||
"@playform/compress": "^0.1.6", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"astro": "^4.16.8", | ||
"astro-icon": "^1.1.2", | ||
"nanostores": "0.11.3", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-svg": "16.1.34", | ||
"sonner": "1.7.0", | ||
"swiper": "11.1.14", | ||
"tailwindcss": "^3.4.14", | ||
"typescript": "^5.6.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@tailwindcss/typography": "^0.5.15", | ||
"daisyui": "^4.12.14", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"oxlint": "^0.11.1" | ||
}, | ||
"lint-staged": { | ||
"*.{astro,js,jsx,ts,tsx}": [ | ||
"oxlint" | ||
] | ||
} | ||
} | ||
"name": "evolutionygo-web-ranking", | ||
"type": "module", | ||
"version": "1.0.0", | ||
"author": "Diego Cornejo <[email protected]> (https://diegocornejo.com)", | ||
"license": "ISC", | ||
"repository": "https://github.com/diegofcornejo/evolutionygo-web-ranking", | ||
"bugs": "https://github.com/diegofcornejo/evolutionygo-web-ranking/issues", | ||
"homepage": "https://evolutionygo.com", | ||
"keywords": [ | ||
"ygo", | ||
"yugioh", | ||
"ygopro", | ||
"astrojs", | ||
"astro" | ||
], | ||
"scripts": { | ||
"dev": "astro dev", | ||
"start": "astro dev", | ||
"build": "astro check && astro build", | ||
"preview": "astro preview", | ||
"astro": "astro", | ||
"lint": "oxlint", | ||
"lint:fix": "oxlint --fix", | ||
"prepare": "husky" | ||
}, | ||
"dependencies": { | ||
"@astrojs/check": "^0.9.4", | ||
"@astrojs/react": "^3.6.2", | ||
"@astrojs/sitemap": "^3.2.1", | ||
"@astrojs/tailwind": "^5.1.2", | ||
"@astrojs/vercel": "^7.8.2", | ||
"@fontsource-variable/plus-jakarta-sans": "^5.1.0", | ||
"@iconify-json/ic": "^1.2.1", | ||
"@iconify-json/mdi": "^1.2.1", | ||
"@nanostores/persistent": "0.10.2", | ||
"@nanostores/react": "0.8.0", | ||
"@playform/compress": "^0.1.6", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"astro": "^4.16.8", | ||
"astro-icon": "^1.1.2", | ||
"nanostores": "0.11.3", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-svg": "16.1.34", | ||
"sonner": "1.7.0", | ||
"swiper": "11.1.14", | ||
"tailwindcss": "^3.4.14", | ||
"typescript": "^5.6.3" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@tailwindcss/typography": "^0.5.15", | ||
"daisyui": "^4.12.14", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"oxlint": "^0.11.1" | ||
}, | ||
"lint-staged": { | ||
"*.{astro,js,jsx,ts,tsx}": [ | ||
"oxlint" | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.