-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "mlj",
"version": "0.0.1",
"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 .",
"format": "prettier --write ."
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@neoconfetti/svelte": "^1.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-yaml": "^4.1.2",
"@shikijs/markdown-it": "^1.4.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-netlify": "^4.2.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/markdown-it": "^14.1.1",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"sass": "^1.75.0",
"shiki": "^1.4.0",
"svelte": "^4.2.19",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@svelte-plugins/tooltips": "^3.0.1",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"snarkdown": "^2.0.0",
"svelte-carousel": "^1.0.25",
"svelte-icons": "^2.1.0",
"svelte-markdown": "^0.4.1",
"yaml": "^2.4.2"
}
}