UNPKG

mui-toolpad-extended-tuni

Version:
113 lines (112 loc) 2.92 kB
{ "name": "mui-toolpad-extended-tuni", "private": false, "description": "Extended Toolpad", "author": "Jaakko Rajala", "version": "2.1.0", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/Jalez/mui-toolpad-extended-tuni" }, "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "publishConfig": { "access": "public" }, "keywords": [ "react", "mui", "toolpad", "education" ], "license": "MIT", "sideEffects": false, "scripts": { "clean": "rm -rf dist && rm -rf build && rm -rf coverage && rm -rf node_modules/.cache", "dev": "vite --open --port 3000", "build": "tsc && vite build", "prepare": "rm -rf ./dist && npm run build", "lint": "eslint .", "preview": "vite preview", "test": "vitest --coverage" }, "overrides": { "cross-spawn": "7.0.5" }, "dependencies": { "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0", "@fontsource/roboto": "^5.0.14", "@mui/base": "^5.0.0-beta.67", "@mui/icons-material": "^6.0.0", "@mui/lab": "^6.0.0-beta.14", "@mui/material": "^6.0.0", "@mui/system": "^6.2.1", "@testing-library/user-event": "^14.5.2", "@toolpad/core": "^0.10.0", "@types/react-slider": "^1.3.6", "axios": "^1.7.7", "chart.js": "^4.4.0", "lodash": "^4.17.21", "notistack": "^3.0.1", "rc-slider": "^11.1.7", "react": "^18.0.0", "react-chartjs-2": "^5.2.0", "react-dom": "^18.0.0", "react-loading-skeleton": "^3.3.1", "react-router-dom": "^6.27.0", "react-slider": "^2.0.6", "styled-components": "^6.1.0", "uuid": "^10.0.0", "zustand": "^4.5.4" }, "devDependencies": { "@eslint/js": "^9.8.0", "@originjs/vite-plugin-federation": "^1.3.6", "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^16.0.1", "@types/node": "^22.7.4", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.3.1", "@vitest/coverage-v8": "^2.1.3", "cross-env": "^7.0.3", "eslint": "^9.8.0", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.9", "globals": "^15.9.0", "jsdom": "^25.0.1", "msw": "^2.5.1", "typescript": "^5.5.3", "typescript-eslint": "^8.0.0", "vite": "^5.4.0", "vitest": "^2.1.3", "vite-plugin-dts": "^1.7.0" }, "peerDependencies": { "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0", "@mui/icons-material": "^6.0.0", "@mui/material": "^6.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "msw": { "workerDirectory": [ "public" ] } }