forked from SDH-Stewardship/hltb-for-deck
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 KB
/
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
34
35
36
37
38
39
40
41
42
43
{
"name": "hltb-for-deck",
"version": "2.0.4",
"description": "A plugin to show you game lengths according to How Long To Beat",
"type": "module",
"scripts": {
"build": "rollup -c",
"prepare": "husky install",
"test": "jest"
},
"author": "hulkrelax",
"license": "MIT",
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@decky/rollup": "^1.0.1",
"@decky/ui": "^4.8.0",
"@types/fast-levenshtein": "^0.0.2",
"@types/react": "^17.0.70",
"@types/react-dom": "^18.2.15",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "2.7.1",
"rollup": "^4.19.1",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"jest": "^29.x.x",
"ts-jest": "^29.x.x",
"@types/jest": "^29.x.x"
},
"dependencies": {
"@decky/api": "^1.1.2",
"fast-levenshtein": "^3.0.0",
"hltb-for-deck": "link:",
"localforage": "^1.10.0",
"react": "^18.2.0",
"react-icons": "^4.12.0"
},
"lint-staged": {
"*.{ts,tsx}": "prettier --write"
}
}