|
| 1 | +{ |
| 2 | + "name": "docs", |
| 3 | + "version": "0.0.1", |
| 4 | + "scripts": { |
| 5 | + "dev": "svelte-kit dev", |
| 6 | + "build": "svelte-kit build", |
| 7 | + "package": "svelte-kit package", |
| 8 | + "preview": "svelte-kit preview", |
| 9 | + "prepare": "svelte-kit sync", |
| 10 | + "test": "playwright test", |
| 11 | + "check": "svelte-check --tsconfig ./tsconfig.json", |
| 12 | + "check:watch": "svelte-check --tsconfig ./tsconfig.json --watch", |
| 13 | + "lint": "prettier --check --plugin-search-dir=. . && eslint .", |
| 14 | + "format": "prettier --write --plugin-search-dir=. ." |
| 15 | + }, |
| 16 | + "devDependencies": { |
| 17 | + "@iconify-json/ri": "^1.1.1", |
| 18 | + "@playwright/test": "^1.22.2", |
| 19 | + "@sveltejs/kit": "next", |
| 20 | + "@svelteness/kit-docs": "^0.22.12", |
| 21 | + "@tailwindcss/typography": "^0.5.2", |
| 22 | + "@typescript-eslint/eslint-plugin": "^5.27.0", |
| 23 | + "@typescript-eslint/parser": "^5.27.0", |
| 24 | + "@vitebook/client": "^0.100.5", |
| 25 | + "@vitebook/core": "^0.100.5", |
| 26 | + "@vitebook/markdown-shiki": "^0.100.5", |
| 27 | + "@vitebook/markdown-svelte": "^0.100.5", |
| 28 | + "autoprefixer": "^10.4.7", |
| 29 | + "clsx": "^1.1.1", |
| 30 | + "daisyui": "^2.17.0", |
| 31 | + "eslint": "^8.16.0", |
| 32 | + "eslint-config-prettier": "^8.3.0", |
| 33 | + "eslint-plugin-svelte3": "^4.0.0", |
| 34 | + "postcss": "^8.4.14", |
| 35 | + "prettier": "^2.6.2", |
| 36 | + "prettier-plugin-svelte": "^2.7.0", |
| 37 | + "shiki": "^0.10.1", |
| 38 | + "svelte": "^3.44.0", |
| 39 | + "svelte-check": "^2.7.1", |
| 40 | + "svelte-preprocess": "^4.10.7", |
| 41 | + "tslib": "^2.3.1", |
| 42 | + "typescript": "^4.7.2", |
| 43 | + "@sveltejs/adapter-static": "^1.0.0-next.39", |
| 44 | + "@sveltejs/adapter-vercel": "next", |
| 45 | + "unplugin-icons": "^0.13.4" |
| 46 | + }, |
| 47 | + "type": "module", |
| 48 | + "dependencies": { |
| 49 | + "@web3-onboard/core": "^2.7.0", |
| 50 | + "@web3-onboard/injected-wallets": "^2.0.16" |
| 51 | + } |
| 52 | +} |
0 commit comments