mirror of
https://github.com/LukeHagar/sveltekit-extension-template.git
synced 2025-12-09 12:47:44 +00:00
Forgot to add @types/chrome
This commit is contained in:
@@ -7,6 +7,7 @@ Built with [Sveltekit](https://kit.svelte.dev) and [Skeleton](https://www.skelet
|
|||||||
Out of the box Includes:
|
Out of the box Includes:
|
||||||
* [x] Skeleton
|
* [x] Skeleton
|
||||||
* [x] Tailwind
|
* [x] Tailwind
|
||||||
|
* [x] Chrome Types
|
||||||
* [x] ESlint
|
* [x] ESlint
|
||||||
* [x] Prettier
|
* [x] Prettier
|
||||||
* [x] TypeScript
|
* [x] TypeScript
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
"@sveltejs/kit": "^1.5.0",
|
"@sveltejs/kit": "^1.5.0",
|
||||||
"@tailwindcss/forms": "^0.5.3",
|
"@tailwindcss/forms": "^0.5.3",
|
||||||
"@tailwindcss/typography": "^0.5.9",
|
"@tailwindcss/typography": "^0.5.9",
|
||||||
|
"@types/chrome": "^0.0.236",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||||
"@typescript-eslint/parser": "^5.45.0",
|
"@typescript-eslint/parser": "^5.45.0",
|
||||||
"autoprefixer": "^10.4.14",
|
"autoprefixer": "^10.4.14",
|
||||||
|
|||||||
Reference in New Issue
Block a user