-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 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
{
"scripts": {
"dev": "millennium-ttc --build dev",
"build": "millennium-ttc --build prod"
},
"devDependencies": {
"@babel/preset-env": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@babel/traverse": "^7.29.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/webpack": "^5.28.5"
},
"type": "module",
"name": "faceit_stats",
"version": "2.0.0",
"description": "FaceIt Stats on steam profiles.",
"main": "./webkit/index.ts",
"author": "alowave",
"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.28.4"
}
}