-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
61 lines (61 loc) · 1.72 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
{
"private": true,
"name": "janosh.dev",
"title": "janosh.dev",
"homepage": "https://janosh.dev",
"description": "I write about materials science, machine learning and software development.",
"version": "1.0.0",
"author": "Janosh Riebesell <[email protected]>",
"repository": "https://github.com/janosh/blog",
"issues": "https://github.com/janosh/blog/issues",
"license": "MIT",
"type": "module",
"keywords": [
"blog",
"technology",
"physics",
"materials science",
"machine learning",
"web dev"
],
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"serve": "vite build && vite preview",
"check": "svelte-check"
},
"devDependencies": {
"@iconify/svelte": "^4.0.2",
"@rollup/plugin-yaml": "^4.1.2",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.8",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"devalue": "^5.0.0",
"elementari": "^0.2.3",
"eslint": "^9.2.0",
"eslint-plugin-svelte": "^2.39.0",
"hast-util-from-string": "^3.0.0",
"hast-util-select": "^6.0.2",
"hastscript": "^9.0.0",
"js-yaml": "^4.1.0",
"katex": "^0.16.10",
"mdsvex": "^0.11.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex-svelte": "^1.2.0",
"rehype-slug": "^6.0.0",
"remark-math": "3.0.0",
"svelte": "^4.2.17",
"svelte-check": "^3.7.1",
"svelte-multiselect": "^10.3.0",
"svelte-preprocess": "^5.1.4",
"svelte-preprocess-import-assets": "^1.1.0",
"svelte-zoo": "^0.4.10",
"svelte2tsx": "^0.7.8",
"typescript": "^5.4.5",
"typescript-eslint": "^7.9.0",
"vite": "^5.2.11"
}
}