-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "ekzhang.github.io",
"type": "module",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"dependencies": {
"@fontsource/newsreader": "^4.5.10",
"lucide-svelte": "^0.130.0",
"marked": "^4.3.0",
"strftime": "^0.10.1",
"svelte": "^3.58.0"
},
"devDependencies": {
"@rollup/plugin-yaml": "^4.0.1",
"@rollup/pluginutils": "^5.0.2",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.15.1",
"@types/js-yaml": "^4.0.5",
"@types/marked": "^4.0.8",
"@types/strftime": "^0.9.4",
"autoprefixer": "^10.4.14",
"js-yaml": "^4.1.0",
"prettier": "2.8.7",
"prettier-plugin-svelte": "2.10.0",
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.1",
"tslib": "^2.5.0",
"typescript": "~5.0.3",
"vite": "^4.2.1"
}
}