forked from ma3a/SDH-PlayTime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 871 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "PlayTime",
"version": "2.0.2",
"description": "PlayTime",
"type": "module",
"scripts": {
"build": "shx rm -rf dist && rollup -c"
},
"keywords": [
"decky",
"plugin",
"plugin-template",
"steam-deck",
"deck"
],
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@decky/rollup": "^1.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "18.3.3",
"jest": "^29.7.0",
"mobx": "^6.13.5",
"rollup": "^4.28.1",
"shx": "^0.3.4",
"ts-essentials": "^10.0.3",
"ts-jest": "^29.2.5",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@decky/api": "^1.1.2",
"@decky/ui": "^4.8.3",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"react-icons": "^5.4.0",
"recharts": "^2.15.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom"
]
}
}
}