-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 KB
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
{
"name": "rss-feed-tracker",
"type": "module",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "vite",
"lint": "lefthook run pre-commit --all-files",
"build": "vite build",
"release": "release-it"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "1.8.1",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "2.1.5",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.1.0",
"@floating-ui/dom": "1.7.6",
"@release-it/keep-a-changelog": "7.0.1",
"@solidjs/router": "0.16.1",
"feedscout": "1.8.1",
"feedsmith": "2.9.4",
"fflate": "0.8.2",
"flexsearch": "0.8.212",
"hotkeys-js": "4.0.4",
"idb": "8.0.3",
"open-props": "1.7.23",
"release-it": "19.2.4",
"solid-js": "1.9.12",
"solid-notifications": "1.2.0",
"valibot": "1.3.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.4.0",
"@eslint/js": "9.39.4",
"@types/chrome": "0.1.40",
"@types/wicg-file-system-access": "2023.10.7",
"eslint": "9.39.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-simple-import-sort": "13.0.0",
"eslint-plugin-solid": "0.14.5",
"globals": "17.5.0",
"lefthook": "2.1.6",
"prettier": "3.8.3",
"stylelint": "17.9.1",
"stylelint-config-standard": "40.0.0",
"stylelint-plugin-logical-css": "2.1.0",
"typescript": "5.9.3",
"typescript-eslint": "8.59.1",
"vite": "7.3.2",
"vite-plugin-solid": "2.11.12",
"vite-plugin-zip-pack": "1.2.4"
}
}