amqtt/docs_test/package.json

49 wiersze
1.4 KiB
JSON

{
"name": "amqttio",
"private": true,
"version": "0.11.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build --mode production",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@mui/x-charts": "^8.4.0",
"@mui/x-data-grid": "^8.4.0",
"@mui/x-date-pickers": "^8.4.0",
"@mui/x-tree-view": "^8.4.0",
"@react-spring/web": "^10.0.1",
"dayjs": "^1.11.13",
"mqtt": "^5.13.0",
"react": "^19.1.0",
"react-countup": "^6.5.3",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@svgr/webpack": "^8.1.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",
"vite-plugin-svgr": "^4.3.0"
}
}