mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-05-30 10:40:40 +02:00
40 lines
1.2 KiB
JSON
40 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.11.0",
|
|
"@mui/material": "^5.14.1",
|
|
"bootstrap": "^5.3.3",
|
|
"react": "^18.3.1",
|
|
"react-bootstrap": "^2.10.0",
|
|
"react-bootstrap-icons": "^1.11.4",
|
|
"socket.io-client": "^4.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.6.0",
|
|
"@types/eslint__js": "^8.42.3",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
|
"@typescript-eslint/parser": "^7.13.1",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-react": "^7.34.3",
|
|
"prettier": "3.3.2",
|
|
"typescript": "^5.5.3",
|
|
"typescript-eslint": "^7.15.0",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|