mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-05-26 00:50:42 +02:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "pydase",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build --emptyOutDir",
|
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/material": "^5.16.14",
|
|
"bootstrap": "^5.3.3",
|
|
"deep-equal": "^2.2.3",
|
|
"react": "^19.0.0",
|
|
"react-bootstrap": "^2.10.7",
|
|
"react-bootstrap-icons": "^1.11.5",
|
|
"socket.io-client": "^4.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.18.0",
|
|
"@types/deep-equal": "^1.0.4",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/node": "^20.17.14",
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.3",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"prettier": "3.3.2",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^7.18.0",
|
|
"vite": "^5.4.12"
|
|
}
|
|
}
|