32 lines
751 B
JSON
32 lines
751 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|