-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.82 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
{
"name": "gh-repo-search",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"test:unit": "vitest",
"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 .",
"knip": "knip"
},
"dependencies": {
"@fontsource/inter": "^4.5.15",
"@fontsource/jetbrains-mono": "^4.5.12",
"@formkit/auto-animate": "1.0.0-beta.6",
"@pedrozaalex/colors": "^1.0.4",
"@tanstack/svelte-query": "^4.24.6",
"buffer": "^6.0.3",
"date-fns": "^2.29.3",
"debounce": "^1.2.1",
"fp-ts": "^2.13.1",
"iconify-icon": "^1.0.5",
"isomorphic-fetch": "^3.0.0",
"node-stdlib-browser": "^1.2.0",
"octokit": "^2.0.14",
"pyranine": "^1.0.1",
"sanitize-html": "^2.9.0",
"svelte-markdown": "^0.2.3"
},
"devDependencies": {
"@octokit/types": "^9.0.0",
"@playwright/test": "^1.30.0",
"@sveltejs/adapter-vercel": "^2.0.2",
"@sveltejs/kit": "^1.5.6",
"@types/debounce": "^1.2.1",
"@types/sanitize-html": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"highlight.js": "^11.7.0",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"sass": "^1.58.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-highlight": "^7.1.2",
"svelte-preprocess-sass": "^2.0.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-wasm-pack": "^0.1.12",
"vitest": "^0.25.8"
}
}