-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "pistasjis.net",
"version": "2.0.0",
"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 .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@iconify-json/file-icons": "^1.1.4",
"@iconify-json/simple-icons": "^1.1.58",
"@iconify-json/tabler": "^1.1.79",
"@iconify-json/vscode-icons": "^1.1.25",
"@sveltejs/adapter-auto": "^1.0.3",
"@sveltejs/adapter-node": "^1.2.4",
"@sveltejs/kit": "^1.20.5",
"@unocss/preset-icons": "^0.53.3",
"@unocss/preset-typography": "^0.53.3",
"@unocss/reset": "^0.53.3",
"@unocss/vite": "^0.53.3",
"axios": "^1.4.0",
"dayjs": "^1.11.8",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.2",
"remark-rehype": "^10.1.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.4",
"svelte-seo": "^1.5.3",
"tslib": "^2.5.3",
"typescript": "^4.9.5",
"unified": "^10.1.2",
"unocss": "^0.53.3",
"vite": "^4.3.9"
},
"type": "module"
}