forked from hulkrelax/deckfaqs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 743 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 743 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
{
"name": "deckfaqs",
"version": "2.0.0",
"description": "GameFAQs browser for the Steam Deck",
"type": "module",
"scripts": {
"build": "rollup -c"
},
"author": "hulkrelax",
"license": "MIT",
"private": true,
"devDependencies": {
"@decky/rollup": "^1.0.2",
"@decky/ui": "^4.11.0",
"@types/dompurify": "^2.4.0",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.1",
"prettier": "^3.6.2",
"rollup": "^4.53.3",
"tslib": "^2.7.0",
"typescript": "^5.6.2"
},
"dependencies": {
"@decky/api": "^1.1.3",
"dompurify": "^2.4.4",
"html-react-parser": "^3.0.9",
"react-icons": "^5.3.0"
}
}