-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 Bytes
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
{
"name": "Quark",
"version": "0.0.0",
"description": "A minimal RSS feed reader",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@types/sanitize-html": "2.6.2",
"autoprefixer": "10.4.8",
"postcss": "8.4.16",
"tailwindcss": "3.1.8",
"typescript": "4.8.2",
"vite": "3.0.9",
"vite-plugin-pwa": "0.12.3",
"vite-plugin-solid": "2.3.0"
},
"dependencies": {
"dexie": "2.0.4",
"dexie-relationships": "1.2.11",
"javascript-time-ago": "2.5.7",
"sanitize-html": "2.7.1",
"solid-app-router": "0.1.14",
"solid-headless": "0.12.2",
"solid-js": "1.5.3"
}
}