-
-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* BREAK: Migrate to Svelte 5 * CI: Remove environment
- Loading branch information
Showing
97 changed files
with
919 additions
and
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,35 @@ | ||
{ | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"commit": false, | ||
"contributors": [ | ||
{ | ||
"login": "mazipan", | ||
"name": "Irfan Maulana", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/7221389?v=4", | ||
"profile": "https://www.mazipan.xyz/", | ||
"contributions": [ | ||
"code", | ||
"maintenance" | ||
] | ||
}, | ||
{ | ||
"login": "azulkipli", | ||
"name": "azul", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/8231792?v=4", | ||
"profile": "http://altera.id", | ||
"contributions": [ | ||
"bug" | ||
] | ||
}, | ||
{ | ||
"login": "Abizrh", | ||
"name": "Abizarah | 比周", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/106458960?v=4", | ||
"profile": "https://github.com/Abizrh", | ||
"contributions": [ | ||
"code" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"projectName": "baca-quran.id", | ||
"projectOwner": "mazipan", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"commitType": "docs", | ||
"commitConvention": "angular" | ||
"files": ["README.md"], | ||
"imageSize": 100, | ||
"commit": false, | ||
"contributors": [ | ||
{ | ||
"login": "mazipan", | ||
"name": "Irfan Maulana", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/7221389?v=4", | ||
"profile": "https://www.mazipan.xyz/", | ||
"contributions": ["code", "maintenance"] | ||
}, | ||
{ | ||
"login": "azulkipli", | ||
"name": "azul", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/8231792?v=4", | ||
"profile": "http://altera.id", | ||
"contributions": ["bug"] | ||
}, | ||
{ | ||
"login": "Abizrh", | ||
"name": "Abizarah | 比周", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/106458960?v=4", | ||
"profile": "https://github.com/Abizrh", | ||
"contributions": ["code"] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"projectName": "baca-quran.id", | ||
"projectOwner": "mazipan", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"commitType": "docs", | ||
"commitConvention": "angular" | ||
} |
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
"@sveltejs/adapter-auto": "^3.3.0", | ||
"@sveltejs/adapter-static": "^3.0.5", | ||
"@sveltejs/kit": "^2.7.2", | ||
"@sveltejs/vite-plugin-svelte": "^3.1.2", | ||
"@sveltejs/vite-plugin-svelte": "^4.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"autoprefixer": "^10.4.20", | ||
|
@@ -33,21 +33,21 @@ | |
"prettier-plugin-svelte": "^3.2.7", | ||
"schema-dts": "^1.1.2", | ||
"sitemaps": "^2.0.6", | ||
"svelte-check": "^3.8.6", | ||
"svelte-check": "^4.0.0", | ||
"tailwindcss": "^3.4.14", | ||
"tslib": "^2.8.0", | ||
"typescript": "^5.6.3", | ||
"vite": "^5.4.9" | ||
}, | ||
"type": "module", | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "20.x", | ||
"pnpm": "^9.12.2" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": "20.x", | ||
"pnpm": "^9.12.2" | ||
}, | ||
"dependencies": { | ||
"tw-colors": "^3.3.2", | ||
"firebase": "^11.0.1", | ||
"svelte": "^4.2.19" | ||
"svelte": "^5.0.0" | ||
} | ||
} |
Oops, something went wrong.