-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.9 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "personal-website",
"version": "0.0.1",
"private": true,
"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": "eslint"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@iconify-json/devicon": "^1.2.9",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/logos": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.12",
"@inlang/paraglide-js": "1.11.3",
"@inlang/paraglide-sveltekit": "^0.15.0",
"@master/css": "2.0.0-rc.47",
"@master/eslint-config-css": "2.0.0-rc.47",
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.2",
"@portaljs/remark-callouts": "^1.0.5",
"@sveltejs/adapter-cloudflare": "^4.9.0",
"@sveltejs/enhanced-img": "^0.4.4",
"@sveltejs/kit": "^2.15.0",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@types/animejs": "^3.1.12",
"@types/culori": "^2.1.0",
"@types/eslint": "^9.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"@types/remark-abbr": "^1.4.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"browserslist": "^4.24.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-perfectionist": "^4.4.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-svelte": "^2.46.1",
"lightningcss": "^1.28.2",
"marked": "^15.0.4",
"mdsvex": "^0.12.3",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-abbr": "^1.4.2",
"remark-github": "^12.0.0",
"sharp": "^0.33.4",
"shiki": "^1.24.4",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"svelte-eslint-parser": "^0.43.0",
"svelte-preprocess": "^6.0.1",
"svelte-sequential-preprocessor": "^2.0.1",
"sveltekit-view-transition": "^0.5.3",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"unplugin-icons": "^0.22.0",
"uuid": "^11.0.3",
"vite": "~6.0.5"
},
"overrides": {
"svelte": "$svelte",
"eslint": "$eslint",
"svelte-eslint-parser": "$svelte-eslint-parser"
},
"type": "module",
"packageManager": "[email protected]",
"dependencies": {
"@giscus/svelte": "^3.0.0",
"@master/css-server": "2.0.0-rc.47",
"@master/css.svelte": "2.0.0-rc.47",
"animejs": "^3.2.2",
"atropos": "^2.0.2",
"m3-svelte": "^3.4.5",
"motion": "^11.15.0"
}
}