feat: more stuff

This commit is contained in:
Jacob Babich
2021-04-16 21:30:02 -04:00
parent 2ac0c9862d
commit acdbbe6d21
15 changed files with 1203 additions and 821 deletions

View File

@@ -9,20 +9,19 @@
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/adapter-node": "next",
"@sveltejs/adapter-static": "^1.0.0-next.4",
"@sveltejs/kit": "next",
"@tailwindcss/jit": "^0.1.1",
"@tailwindcss/jit": "^0.1.18",
"@tailwindcss/typography": "^0.4.0",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"autoprefixer": "^10.2.5",
"cssnano": "^4.1.10",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.1.0",
"mdsvex": "^0.8.9",
"postcss": "^8.2.7",
"cssnano": "^5.0.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-svelte3": "^3.1.2",
"mdsvex": "^0.9.0",
"postcss": "^8.2.10",
"postcss-load-config": "^3.0.1",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
@@ -30,12 +29,14 @@
"rehype-slug": "^4.0.1",
"remark-abbr": "^1.4.1",
"remark-github": "^10.0.1",
"svelte": "^3.29.0",
"svelte-preprocess": "^4.6.9",
"tailwindcss": "^2.0.3",
"tslib": "^2.0.0",
"typescript": "^4.0.0",
"vite": "^2.1.0"
"svelte": "^3.37.0",
"svelte-preprocess": "^4.7.0",
"tailwindcss": "^2.1.1",
"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"
},
"type": "module",
"engines": {