mirror of
https://github.com/wharfkit/website.git
synced 2026-07-21 18:03:29 +00:00
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
|
"name": "@wharfkit/website",
|
|
"homepage": "https://wharfkit.com/",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "playwright test",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@hbsnow/rehype-sectionize": "^1.0.7",
|
|
"@mapbox/rehype-prism": "https://github.com/deansallinen/rehype-prism.git",
|
|
"@playwright/test": "1.25.0",
|
|
"@sindresorhus/slugify": "^2.1.1",
|
|
"@sveltejs/adapter-auto": "^1.0.0-next.91",
|
|
"@sveltejs/adapter-cloudflare": "2.0.1",
|
|
"@sveltejs/kit": "^1.20.4",
|
|
"@types/js-yaml": "^4.0.8",
|
|
"@types/node": "^20.11.22",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.0",
|
|
"@typescript-eslint/parser": "^5.27.0",
|
|
"@vitejs/plugin-basic-ssl": "^1.0.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cssnano": "^6.0.1",
|
|
"eslint": "^8.16.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"mdsvex": "^0.10.6",
|
|
"postcss-preset-env": "^9.0.0",
|
|
"prettier": "^2.6.2",
|
|
"prettier-plugin-svelte": "^2.10.1",
|
|
"rehype-autolink-headings": "^6.1.1",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"rehype-slug": "^5.1.0",
|
|
"rehype-stringify": "^10.0.0",
|
|
"rehype-toc": "^3.0.2",
|
|
"remark": "^15.0.1",
|
|
"remark-rehype": "^11.0.0",
|
|
"sass": "^1.53.0",
|
|
"svelte": "^4.0.0",
|
|
"svelte-check": "^3.4.3",
|
|
"svelte-local-storage-store": "^0.4.0",
|
|
"svelte-preprocess": "^5.0.3",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^5.0.0",
|
|
"unified": "^11.0.4",
|
|
"vite": "vite@^4.0.0"
|
|
},
|
|
"resolutions": {
|
|
"@sveltejs/adapter-cloudflare": "2.0.1"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@orama/orama": "^2.0.0-beta.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
}
|
|
}
|