Genesis
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "tsemonitor",
|
||||
"version": "1.0.0",
|
||||
"description": "TSE / CloudTSE signature-counter monitor + dashboard",
|
||||
"type": "module",
|
||||
"main": "monitor.js",
|
||||
"scripts": {
|
||||
"start": "node monitor.js",
|
||||
"dev": "node monitor.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^12.11.1",
|
||||
"chalk": "^5.6.2",
|
||||
"express": "^5.2.1",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"@mui/material": "^9.2.0",
|
||||
"@mui/icons-material": "^9.2.0",
|
||||
"@emotion/react": "^11.14.0",
|
||||
"@emotion/styled": "^11.14.1",
|
||||
"recharts": "^3.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-react": "^6.0.3",
|
||||
"vite": "^8.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user