-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 2.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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"
}
}