55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "@damillora/shallie",
|
|
"repository": "https://github.com/Damillora/Shallie",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"package": "svelte-kit package",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
|
|
"format": "prettier --write --plugin-search-dir=. ."
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^1.0.3",
|
|
"@sveltejs/adapter-node": "^1.3.1",
|
|
"@sveltejs/kit": "^1.22.4",
|
|
"@types/fitvids": "^2.1.1",
|
|
"@types/tryghost__content-api": "^1.3.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"dayjs": "^1.11.9",
|
|
"eslint": "^8.46.0",
|
|
"eslint-config-prettier": "^8.10.0",
|
|
"eslint-plugin-svelte": "^2.32.4",
|
|
"hast-util-from-selector": "^2.0.1",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
"rehype-parse": "^8.0.4",
|
|
"rehype-stringify": "^9.0.3",
|
|
"sass": "^1.64.2",
|
|
"svelte": "^4.1.2",
|
|
"svelte-check": "^3.4.6",
|
|
"svelte-infinite-scroll": "^2.0.1",
|
|
"svelte-preprocess": "^5.0.4",
|
|
"svelte2tsx": "^0.6.0",
|
|
"tslib": "^2.6.1",
|
|
"typescript": "^5.1.6",
|
|
"unified": "^10.1.2",
|
|
"unist-util-visit": "^4.1.2",
|
|
"vite": "^4.4.9"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@damillora/plachta": "^4.3.0",
|
|
"@tryghost/content-api": "^1.11.16",
|
|
"fitvids": "^2.1.1",
|
|
"main": "^1000.0.1",
|
|
"svelte-material-icons": "^3.0.0",
|
|
"svelte-themes": "^0.0.98"
|
|
}
|
|
}
|