-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 725 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 725 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
{
"scripts": {
"dev": "millennium-ttc --build dev",
"build": "millennium-ttc --build prod"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@types/react": "16.14.0",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5"
},
"type": "module",
"name": "steam-taskbar-progress",
"version": "2.3.0",
"description": "Display the Steam download status on the Windows taskbar",
"main": "./frontend/index.jsx",
"author": "luthor112",
"license": "MIT",
"dependencies": {
"@steambrew/api": "^5.8.4",
"@steambrew/client": "^5.8.4",
"@steambrew/ttc": "^3.2.6",
"@steambrew/webkit": "^5.8.4",
"preact": "^10.25.0"
}
}