This commit is contained in:
Jacob Babich
2021-04-26 02:35:41 -04:00
parent acdbbe6d21
commit 84b5e7ff44
27 changed files with 1866 additions and 1876 deletions

View File

@@ -9,19 +9,18 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.4",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"autoprefixer": "^10.2.5",
"cssnano": "^5.0.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-svelte3": "^3.1.2",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.0",
"mdsvex": "^0.9.0",
"postcss": "^8.2.10",
"postcss": "^8.2.12",
"postcss-load-config": "^3.0.1",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
@@ -30,13 +29,13 @@
"remark-abbr": "^1.4.1",
"remark-github": "^10.0.1",
"svelte": "^3.37.0",
"svelte-preprocess": "^4.7.0",
"tailwindcss": "^2.1.1",
"svelte-preprocess": "^4.7.2",
"tailwindcss": "^2.1.2",
"tailwindcss-theme-variants": "^1.11.0-beta.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"vite": "^2.1.5",
"vite-imagetools": "3.4.0-next.1"
"vite": "^2.2.3",
"vite-imagetools": "^3.4.0"
},
"type": "module",
"engines": {