-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 906 Bytes
/
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
{
"name": "hacked_news_sorted",
"displayName": "Hacker News Sorted",
"version": "2.0.2",
"description": "Gives the ability to sort posts on the news.ycombinator.com site by the number of points, time, or comments.",
"author": "Leonid Svyatov <leonid@svyatov.com>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"release": "pnpm run build && pnpm run package"
},
"dependencies": {
"clsx": "^2.1.0",
"plasmo": "0.86.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "0.0.268",
"@types/node": "20.14.0",
"@types/react": "18.2.62",
"@types/react-dom": "18.2.25",
"prettier": "3.2.5",
"typescript": "5.4.5"
},
"manifest": {
"host_permissions": [
"https://news.ycombinator.com/*"
]
}
}