adding validated services? patching forcad_local.py

This commit is contained in:
Your Name
2026-08-13 08:32:35 +07:00
parent d485f61169
commit e795614e45
1459 changed files with 420036 additions and 436 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "@sigma/panel",
"private": true,
"version": "0.0.0",
"source": "src/index.html",
"scripts": {
"dev": "parcel",
"build": "parcel build",
"format": "prettier -w src"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/inter": "^5.2.8",
"@monaco-editor/react": "^4.7.0",
"@mui/joy": "5.0.0-beta.52",
"@sigma/common": "workspace:^",
"axios": "^1.13.2",
"lucide-react": "^0.554.0",
"monaco-editor": "^0.55.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.9.6"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"parcel": "^2.14.0",
"prettier": "^3.6.2"
}
}