-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
{
"name": "reader",
"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": {
"@sveltejs/adapter-vercel": "^4.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/svelte-query-devtools": "^5.28.6",
"@types/he": "^1.2.3",
"@types/jsdom": "^21.1.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.19",
"eslint": "^8.28.0",
"eslint-plugin-svelte": "^2.30.0",
"postcss": "^8.4.32",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"zod": "^3.22.4"
},
"type": "module",
"dependencies": {
"@mozilla/readability": "^0.4.4",
"@tanstack/svelte-query": "^5.18.0",
"@types/cookie": "^0.6.0",
"@vercel/analytics": "^1.1.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.9",
"cookie": "^0.6.0",
"firebase": "^10.7.2",
"he": "^1.2.0",
"highlight.js": "^11.9.0",
"jsdom": "^23.2.0",
"moment": "^2.30.1",
"rss-parser": "^3.13.0",
"svelte-markdown": "^0.4.1",
"swiper": "^11.0.6"
}
}