mirror of
https://github.com/wharfkit/website.git
synced 2026-07-23 18:57:24 +00:00
11a7efc0f9
* add a11y label for copy code button * a11y: add label for logo * fix: persistent focus on themetoggle * fix: background pattern * fix: stats should now show in prod (#162) * fix: add key to update on filter change (#163) * Add sort by date to blog posts (#164) * add blog sort by date feature * update styles * custom component controlling hidden select element * fix padding * add some padding to blog nav header * fix selector for visited button links (#173) * Update Session.md to show where to import WalletPluginPrivateKey from * Use source path for edit link (#176) * add contract kit page * fix: missing text * swap cta * add link * Setting structure for Contract Docs * chore: added action, contract and contract-kit to contract-kit docs * chore: added cursor and first docs * chore: added docs for get, query, first scopes, table and table() * chore: added docs for all() method * fix: getting docs build working again * fix: added missing titles * fix: fixed broken links * chore: making contract kit method pages consistent with those of the session kit * chore: reformatted the Contract and ContractKit docs pages * chore: reformatted the Table and Cursor docs * chore: reformatted method options * Added drafts of remaining documentation * chore: added example to action method * fix: fixed the format of broken lists * chore: added more examples for cursor.next() method docs * chore: added more examples for first() method * chore: added more usage examples for query() and scopes() methods * chore: added an extra example for table() method * fix: tweaked wording in different docs * chore: general polishing of contract-kit pages * chore: added ContractKit home page enhancement: polished all contract kit pages * Reworking Contract Kit docs * Added requiresReview to all contract kit docs * Broken links * Basic Antelope landing page. * fix: unreadable text with no client js (#192) * feat: change cube layout on home * feat: change cube layout on kits overview * fix: blog overflow * fix: resize and animate tablet logo * Docs edits (#195) * Update Time.md * Update ActionMethod.md * Update AllMethod.md * Update SessionKit.md * Update ContractKit.md * Update Contract.md * Update TableMethod.md * Update Table.md * Update Checksum.md * Update FirstMethod.md * Update Struct.md * Update ScopesMethod.md * Update GetMethod.md * Update QueryMethod.md * Update PublicKey.md * Update Authority.md * Update PermissionLevel.md * Update Action.md * Update Authority.md * Update Serializer.md * Update Signature.md * Update Bytes.md * Update Cursor.md * Update Transaction.md * Update Authority.md * Update Bytes.md * Update Struct.md * Update Time.md * Update Transaction.md * Account kit docs (#182) * chore: added AccountKit and Account docs * chore: added Balance and Undelegate methods docs * chore: added all missing AccountKit files * chore: added buyRam, buyRamBytes, delegate and linkAuth docs * chore: added linkAuth, removePermission, sellRam and unlinkAuth docs * chore: added Permission class docs * chore: added setPermission docs * chore: added all resources related docs * chore: added AccountKit home page * enhancement: polished the Account and AccountKit pages * enhancement: polished the BalanceMethod page * enhancement: polished the buyRam pages * enhancement: polished the delegate and linkauth pages * enhancement: reordered AccountKit pages * enhancement: polished the permission and permissionMethod pages * enhancement: polished the removePermission page * enhancement: polished the Resource page * chore: polished resource() and Resource pages * enhancement: polished the resources() page * enhancement: polished the sellram method page * enhancement: polished the setPermission method page * enhancement: polished the undelegate method page * enhancement: polished the unlinkAuth method page * enhancement: last pass of polishing * cleanup: code cleanup * enhancement: changed wording cleanup: removed removeMethod page * cleanup: removing Resource page * cleanup: more rewording * cleanup: changed wording and added to description for some action methods * enhancement: last minute polishing * chore: updated @wharfkit/resources url * fix: fixed categories * Bit more on Antelope landing page * Adding requiresReview tag * feat: add plugin list and details pages * fix: update lockfile * Account Kit docs edits (#206) * Update Time.md * Update ActionMethod.md * Update AllMethod.md * Update SessionKit.md * Update ContractKit.md * Update Contract.md * Update TableMethod.md * Update Table.md * Update Checksum.md * Update FirstMethod.md * Update Struct.md * Update ScopesMethod.md * Update GetMethod.md * Update QueryMethod.md * Update PublicKey.md * Update Authority.md * Update PermissionLevel.md * Update Action.md * Update Authority.md * Update Serializer.md * Update Signature.md * Update Bytes.md * Update Cursor.md * Update Transaction.md * Update Authority.md * Update Bytes.md * Update Struct.md * Update Time.md * Update Transaction.md * Update BuyRamMethod.md * Update Antelope.md * Update RemovePermissionMethod.md * Update BuyRamBytesMethod.md * Update UnlinkAuthMethod.md * Update Permission.md * Update LinkAuthMethod.md * Update SellRamMethod.md * Update Authority.md * Update AccountKit.md * Update Serializer.md * Update Serializer.md * Update SetPermissionMethod.md * Update Account.md * Update DelegateMethod.md * Update BalanceMethod.md * Update UndelegateMethod.md * Update PermissionMethod.md * Update ResourcesMethod.md * Fixing some links * feat: add plugin pages with search * fix: color for error message * fix: remove top level await err * fix: yaml strings * fix: use import.meta.glob instead of node:fs * chore: run make format * chore: require node 18 * chore: update layout * feat: add body content from readme * feat: add pluginId for install script * feat: add syntax highlighting to plugin md * feat: add copy fn to plugin button * fix: meta title and description * fix: update meta * fix: mobile layout * fix: build error --------- Co-authored-by: Captain Crypto <kylanhurt@users.noreply.github.com> Co-authored-by: Aaron Cox <aaron.cox@greymass.com> Co-authored-by: Aaron Cox <aaron@greymass.com> Co-authored-by: dafuga <danielfugere28@gmail.com> Co-authored-by: mmimac <131405079+mmimac@users.noreply.github.com>
67 lines
2.0 KiB
JSON
67 lines
2.0 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",
|
|
"@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"
|
|
}
|
|
}
|