-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 837 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
32
33
34
{
"name": "collie",
"version": "0.2.0",
"description": "A minimal RSS reader just for you",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint src/",
"format": "biome format --write src/",
"tauri": "tauri"
},
"license": "GPL-3.0",
"dependencies": {
"@solidjs/router": "^0.8.4",
"@tauri-apps/api": "^1.6.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.5",
"solid-js": "^1.9.5"
},
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@tauri-apps/cli": "^1.6.3",
"@types/dompurify": "^3.2.0",
"eslint": "^9.15.0",
"eslint-plugin-solid": "^0.14.5",
"globals": "^15.12.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.15.0",
"vite": "^4.5.13",
"vite-plugin-solid": "^2.11.6"
}
}