Initial Docs (#39)

This commit is contained in:
Ollie Taylor
2023-07-09 22:18:06 +01:00
committed by GitHub
parent 9232f4d52e
commit e01855b89b
51 changed files with 3056 additions and 613 deletions
+34 -10
View File
@@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/OllieJT/svelte-podcast/pulls"
"url": "https://github.com/OllieJT/svelte-podcast.git"
},
"scripts": {
"dev": "vite dev",
@@ -39,7 +39,7 @@
"svelte": "^3.55.1"
},
"dependencies": {
"@inqling/svelte-icons": "^3.0.2",
"@inqling/svelte-icons": "^3.1.0",
"clsx": "^1.2.1",
"just-clamp": "^4.2.0",
"svelte-local-storage-store": "^0.4.0"
@@ -47,21 +47,45 @@
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@playwright/test": "^1.31.2",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.10.0",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.11.0",
"@sveltejs/package": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-svelte3": "^4.0.0",
"highlight.js": "^11.7.0",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"prettier-plugin-tailwindcss": "^0.2.4",
"publint": "^0.1.10",
"svelte": "^3.55.1",
"svelte-check": "^3.0.4",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^2.0.1",
"rehype-highlight": "^6.0.0",
"rehype-sanitize": "^5.0.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.4",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-toc": "^8.0.1",
"svelte": "^3.56.0",
"svelte-check": "^3.1.2",
"svelte-preprocess": "^4.10.7",
"svhighlight": "^0.7.1",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"unified": "^10.1.2",
"vite": "^4.1.4"
},
"svelte": "./dist/index.js",