-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.85 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.85 KB
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": "rafi-io",
"version": "0.11.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"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.86.6",
"@neoconfetti/svelte": "^2.2.2",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/adapter-vercel": "^6.2.0",
"@sveltejs/enhanced-img": "^0.9.2",
"@sveltejs/kit": "^2.49.1",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@types/eslint": "^9.6.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.0.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.1",
"flowbite": "^4.0.1",
"flowbite-svelte": "^1.31.0",
"mdsvex": "^0.12.6",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"svelte": "^5.45.6",
"svelte-check": "^4.3.4",
"typescript": "^5.9.3",
"unplugin-fonts": "^1.4.0",
"vite": "^7.2.6"
},
"dependencies": {
"@azurity/pure-nerd-font": "^3.0.5",
"@fontsource-variable/inconsolata": "^5.2.8",
"@fontsource/inconsolata": "^5.2.8",
"@shikijs/transformers": "^3.20.0",
"@types/reveal.js": "^5.2.2",
"hastscript": "^9.0.1",
"install": "^0.13.0",
"js-yaml": "^4.1.1",
"just-camel-case": "^6.2.0",
"lucide-svelte": "^0.562.0",
"npm": "^11.7.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-rewrite": "^4.0.4",
"rehype-slug": "^6.0.0",
"remark-admonitions": "^1.2.1",
"remark-emoji": "^5.0.2",
"remark-toc": "^9.0.0",
"reveal.js": "^5.2.1",
"shiki": "^3.20.0",
"unist-util-visit": "^5.0.0"
},
"overrides": {
"cookie": "^0.7.2"
}
}