mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 16:39:30 +08:00
91 lines
3.2 KiB
JSON
91 lines
3.2 KiB
JSON
{
|
|
"name": "urara",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"repository": "importantimport/urara",
|
|
"homepage": "https://github.com/importantimport/urara",
|
|
"bugs": "https://github.com/importantimport/urara/issues",
|
|
"author": "藍+85CD",
|
|
"scripts": {
|
|
"clean": "node urara.js clean",
|
|
"tsc": "tsc -p tsconfig.node.json",
|
|
"tsc:watch": "tsc -w -p tsconfig.node.json",
|
|
"urara:build": "node urara.js build",
|
|
"urara:watch": "node urara.js watch",
|
|
"kit:dev": "cross-env NODE_OPTIONS=--max_old_space_size=8192 vite dev",
|
|
"kit:build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 vite build",
|
|
"dev:parallel": "npm-run-all -p -r tsc:watch urara:watch \"kit:dev {@} \" --",
|
|
"dev": "npm-run-all -s tsc \"dev:parallel {@} \" --",
|
|
"build": "npm-run-all -s tsc urara:build kit:build clean",
|
|
"preview": "vite preview",
|
|
"check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
|
|
"format": "prettier --write --plugin-search-dir=. .",
|
|
"zhlint": "zhlint urara/*/*.md --fix && zhlint urara/*.md --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/heroicons-outline": "^1.1.5",
|
|
"@iconify-json/heroicons-solid": "^1.1.6",
|
|
"@iconify-json/ic": "^1.1.10",
|
|
"@iconify-json/material-symbols": "1.1.26",
|
|
"@iconify-json/mdi": "^1.1.37",
|
|
"@iconify-json/simple-icons": "1.1.39",
|
|
"@iconify-json/uil": "^1.1.3",
|
|
"@sveltejs/adapter-auto": "1.0.0",
|
|
"@sveltejs/adapter-netlify": "1.0.0",
|
|
"@sveltejs/adapter-node": "1.0.0",
|
|
"@sveltejs/adapter-static": "1.0.0",
|
|
"@sveltejs/kit": "1.0.0",
|
|
"@tailwindcss/typography": "^0.5.8",
|
|
"@types/node": "^18.11.15",
|
|
"@types/unist": "^2.0.6",
|
|
"@types/workbox-build": "^5.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.46.1",
|
|
"@typescript-eslint/parser": "^5.46.1",
|
|
"@vite-pwa/sveltekit": "^0.0.1",
|
|
"autoprefixer": "^10.4.13",
|
|
"chalk": "^5.2.0",
|
|
"chokidar": "^3.5.3",
|
|
"cross-env": "^7.0.3",
|
|
"cssnano": "^5.1.14",
|
|
"daisyui": "^2.45.0",
|
|
"eslint": "^8.29.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"fenceparser": "2.2.0",
|
|
"fff-flavored-frontmatter": "~0.4.2",
|
|
"github-slugger": "^2.0.0",
|
|
"mdast-util-to-string": "^3.1.0",
|
|
"mdsvex": "^0.10.6",
|
|
"npm-run-all": "^4.1.5",
|
|
"postcss": "^8.4.20",
|
|
"prettier": "^2.8.1",
|
|
"prettier-plugin-svelte": "^2.9.0",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-external-links": "^2.0.1",
|
|
"rehype-slug": "^5.1.0",
|
|
"remark": "^14.0.2",
|
|
"remark-fff": "~0.4.2",
|
|
"remark-footnotes": "~2.0.0",
|
|
"shiki-twoslash": "^3.1.0",
|
|
"svelte": "^3.55.0",
|
|
"svelte-bricks": "^0.1.7",
|
|
"svelte-check": "^2.10.2",
|
|
"svelte-preprocess": "^5.0.0",
|
|
"svelte-preprocess-import-assets": "^0.2.5",
|
|
"svelte-typeahead": "^4.4.1",
|
|
"tailwindcss": "^3.2.4",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^4.9.4",
|
|
"unist-util-visit": "^4.1.1",
|
|
"unocss": "^0.47.6",
|
|
"vite": "^4.0.1",
|
|
"vite-imagetools": "^4.0.11",
|
|
"vite-plugin-pwa": "^0.14.0",
|
|
"workbox-window": "^6.5.4"
|
|
},
|
|
"dependencies": {
|
|
"netlify-cli": "^12.4.0"
|
|
}
|
|
}
|