-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 882 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 882 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
30
31
32
33
34
35
{
"name": "docky",
"version": "1.4.13",
"description": "Config-driven Steam Deck automation: Tasks -> Actions -> Modes with auto dock detection.",
"author": "datbird",
"license": "MIT",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
"watch": "rollup -c -w"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "16.14.0",
"rollup": "^2.77.1",
"rollup-plugin-import-assets": "^1.1.1",
"shx": "^0.3.4",
"tslib": "^2.4.0",
"typescript": "^5.6.3"
},
"dependencies": {
"decky-frontend-lib": "^3.24.5"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom"
]
}
}
}