-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
{
"name": "rafi-io",
"version": "0.10.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.77.0",
"@neoconfetti/svelte": "^2.2.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-vercel": "^5.3.0",
"@sveltejs/enhanced-img": "^0.2.0",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/eslint": "^8.56.10",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.8",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"mdsvex": "^0.11.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.15",
"svelte-check": "^3.7.1",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"dependencies": {
"@azurity/pure-nerd-font": "^3.0.3",
"@fontsource-variable/inconsolata": "^5.0.18",
"@fontsource/inconsolata": "^5.0.18",
"@shikijs/transformers": "^1.4.0",
"@types/reveal.js": "^5.0.3",
"hastscript": "^9.0.0",
"install": "^0.13.0",
"js-yaml": "^4.1.0",
"just-camel-case": "^6.2.0",
"lucide-svelte": "^0.378.0",
"npm": "^10.7.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-rewrite": "^4.0.2",
"rehype-slug": "^6.0.0",
"remark-admonitions": "^1.2.1",
"remark-toc": "^9.0.0",
"reveal.js": "^5.1.0",
"shiki": "^1.4.0",
"unist-util-visit": "^5.0.0"
}
}