95 lines
2.7 KiB
JSON
95 lines
2.7 KiB
JSON
{
|
|
"name": "svelte-podcast",
|
|
"version": "0.5.0",
|
|
"license": "MIT",
|
|
"author": "Ollie Taylor",
|
|
"homepage": "https://github.com/OllieJT/svelte-podcast/blob/main/README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/OllieJT/svelte-podcast/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OllieJT/svelte-podcast.git"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build && yarn package",
|
|
"preview": "vite preview",
|
|
"package": "svelte-kit sync && svelte-package && publint",
|
|
"sync": "svelte-kit sync",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint:prettier": "prettier --check --plugin-search-dir=. .",
|
|
"lint:eslint": "TIMING=1 eslint . --ext .ts,.tsx,.svelte --cache",
|
|
"lint": "yarn lint:prettier && yarn lint:eslint",
|
|
"format": "prettier --write --plugin-search-dir=. .",
|
|
"release": "yarn package && changeset publish",
|
|
"ts": "tsc --pretty --noImplicitAny --noEmit"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"svelte": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"svelte": ">=3.00.0"
|
|
},
|
|
"dependencies": {
|
|
"@inqling/svelte-icons": "^3.3.2",
|
|
"clsx": "^1.2.1",
|
|
"just-clamp": "^4.2.0",
|
|
"svelte-local-storage-store": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.26.2",
|
|
"@sveltejs/adapter-static": "^2.0.2",
|
|
"@sveltejs/kit": "^1.22.1",
|
|
"@sveltejs/package": "^2.1.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
"@typescript-eslint/parser": "^5.61.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.44.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"highlight.js": "^11.8.0",
|
|
"postcss": "^8.4.25",
|
|
"postcss-load-config": "^4.0.1",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
"prettier-plugin-tailwindcss": "^0.3.0",
|
|
"publint": "^0.1.16",
|
|
"rehype-add-classes": "^1.0.0",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-external-links": "^2.1.0",
|
|
"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.2",
|
|
"remark-rehype": "^10.1.0",
|
|
"remark-toc": "^8.0.1",
|
|
"svelte": "^4.0.5",
|
|
"svelte-check": "^3.4.5",
|
|
"svelte-preprocess": "^5.0.4",
|
|
"svhighlight": "^0.7.1",
|
|
"tailwindcss": "^3.3.2",
|
|
"tslib": "^2.6.0",
|
|
"typescript": "^5.1.6",
|
|
"unified": "^10.1.2",
|
|
"vite": "^4.4.2"
|
|
},
|
|
"svelte": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"type": "module"
|
|
}
|