1
mirror of https://github.com/importantimport/urara.git synced 2024-10-17 21:28:40 +08:00
urara/package.json

85 lines
3.0 KiB
JSON
Raw Permalink Normal View History

2021-11-04 15:34:01 +08:00
{
"name": "urara",
2022-05-30 20:21:15 +08:00
"type": "module",
"version": "1.0.0",
"license": "WTFPL",
"repository": "importantimport/urara",
"homepage": "https://github.com/importantimport/urara",
"bugs": "https://github.com/importantimport/urara/issues",
2022-05-30 20:21:15 +08:00
"author": "藍+85CD",
"packageManager": "pnpm@9.10.0",
2021-11-04 15:34:01 +08:00
"scripts": {
"build": "run-s tsc urara:build kit:build clean",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
2021-11-04 15:34:01 +08:00
"clean": "node urara.js clean",
2023-08-28 22:19:12 +08:00
"dev": "run-s tsc \"dev:parallel {@} \" --",
"dev:parallel": "run-p -r tsc:watch urara:watch \"kit:dev {@} \" --",
"kit:build": "cross-env NODE_OPTIONS=--max_old_space_size=7680 vite build",
"kit:dev": "cross-env NODE_OPTIONS=--max_old_space_size=7680 vite dev",
"lint": "eslint --flag unstable_ts_config .",
"lint:fix": "eslint --flag unstable_ts_config . --fix",
"preview": "vite preview",
"start": "cross-env ADAPTER=node pnpm build && node build",
"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"
2021-11-04 15:34:01 +08:00
},
"devDependencies": {
"@antfu/eslint-config": "^3.5.1",
2024-02-10 17:36:29 +08:00
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/heroicons-solid": "^1.1.11",
"@importantimport/eslint-config": "1.0.0-alpha.2",
2024-02-10 17:36:29 +08:00
"@sveltejs/adapter-auto": "^3.1.1",
2024-02-10 17:50:25 +08:00
"@sveltejs/adapter-netlify": "^4.1.0",
2024-02-10 17:36:29 +08:00
"@sveltejs/adapter-node": "^4.0.1",
"@sveltejs/adapter-static": "^3.0.1",
2024-02-10 17:50:25 +08:00
"@sveltejs/adapter-vercel": "^5.1.0",
2024-02-10 17:36:29 +08:00
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
2023-09-13 23:44:33 +08:00
"@tailwindcss/typography": "^0.5.10",
2024-02-10 17:36:29 +08:00
"@types/node": "^20.11.17",
"@types/unist": "^3.0.2",
"@unocss/eslint-plugin": "^0.62.3",
2023-09-13 23:44:33 +08:00
"@unocss/extractor-svelte": "^0.55.7",
2023-02-18 12:53:18 +08:00
"@vite-pwa/sveltekit": "^0.1.3",
2023-08-28 17:44:58 +08:00
"chalk": "^5.3.0",
2024-02-10 17:36:29 +08:00
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
2024-02-10 17:48:35 +08:00
"daisyui": "^4.6.2",
"eslint": "^9.10.0",
"eslint-plugin-svelte": "^2.43.0",
2022-12-15 18:07:09 +08:00
"fenceparser": "^2.2.0",
2023-05-27 21:39:52 +08:00
"fff-flavored-frontmatter": "1.0.0-alpha.1",
2022-11-07 13:34:35 +08:00
"github-slugger": "^2.0.0",
2023-05-01 23:42:30 +08:00
"mdast-util-to-string": "^3.2.0",
2023-08-28 17:44:58 +08:00
"mdsvex": "^0.11.0",
2021-11-04 15:34:01 +08:00
"npm-run-all": "^4.1.5",
2024-02-10 17:36:29 +08:00
"postcss": "^8.4.35",
"postcss-lightningcss": "^0.7.0",
"rehype-autolink-headings": "^6.1.1",
2023-05-27 21:19:34 +08:00
"rehype-external-links": "^2.1.0",
2022-11-07 13:34:35 +08:00
"rehype-slug": "^5.1.0",
2023-05-27 21:19:34 +08:00
"remark": "^14.0.3",
2023-05-27 21:39:52 +08:00
"remark-fff": "1.0.0-alpha.1",
"remark-footnotes": "~2.0.0",
2023-05-01 23:42:30 +08:00
"shiki-twoslash": "^3.1.2",
2024-02-10 17:36:29 +08:00
"svelte": "^4.2.10",
"svelte-check": "^3.6.4",
"svelte-eslint-parser": "^0.41.0",
2024-02-10 17:36:29 +08:00
"svelte-preprocess": "^5.1.3",
2023-09-13 23:44:33 +08:00
"sveltekit-embed": "^0.0.14",
2024-02-10 17:36:29 +08:00
"tailwindcss": "^3.4.1",
2023-08-28 17:44:58 +08:00
"tslib": "^2.6.2",
2024-02-10 17:36:29 +08:00
"typescript": "^5.3.3",
2023-02-18 12:53:18 +08:00
"unist-util-visit": "^4.1.2",
2024-02-10 17:36:29 +08:00
"unocss": "^0.58.5",
"vite": "^5.1.1",
2023-05-01 23:42:30 +08:00
"vite-imagetools": "^4.0.19",
2024-02-10 17:36:29 +08:00
"vite-plugin-pwa": "^0.17.5",
"workbox-build": "^7.0.0",
"workbox-window": "^7.0.0"
2022-05-30 20:21:15 +08:00
}
2023-01-08 22:37:51 +08:00
}