-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "portfolio",
"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": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.34",
"@sveltejs/adapter-auto": "3.2.1",
"@sveltejs/adapter-cloudflare": "^4.4.0",
"@sveltejs/kit": "^2.5.10",
"@types/dompurify": "^3.0.5",
"@types/prismjs": "^1.26.4",
"@unocss/core": "^0.60.3",
"@unocss/extractor-svelte": "^0.60.3",
"@unocss/preset-icons": "^0.60.3",
"@unocss/svelte-scoped": "^0.60.3",
"dompurify": "^3.1.4",
"marked": "^12.0.2",
"marked-gfm-heading-id": "^3.1.3",
"marked-mangle": "^1.1.7",
"npm-check-updates": "^16.14.20",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prismjs": "^1.29.0",
"sass": "^1.77.2",
"slugify": "^1.6.6",
"svelte": "4.2.17",
"svelte-check": "3.7.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"unocss": "^0.60.3",
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
"dayjs": "^1.11.11"
}
}