UNPKG

@allma/admin-shell

Version:

The web-based administration panel for the Allma platform.

104 lines (103 loc) 2.75 kB
{ "name": "@allma/admin-shell", "version": "1.0.16", "description": "The web-based administration panel for the Allma platform.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "clean": "rimraf dist tsconfig.tsbuildinfo node_modules", "dev": "vite", "dev:harness": "vite --config vite.harness.config.ts", "build": "tsup", "lint": "eslint .", "preview": "vite preview" }, "author": "@webjema", "license": "Apache-2.0", "homepage": "https://docs.allma.dev", "repository": { "type": "git", "url": "https://github.com/ALLMA-dev/allma-core.git", "directory": "packages/admin-shell" }, "keywords": [ "allma", "ui", "aws", "react", "serverless", "ai", "orchestration" ], "publishConfig": { "access": "public" }, "dependencies": { "file-saver": "^2.0.5", "use-debounce": "^10.0.6", "uuid": "^11.1.0" }, "peerDependencies": { "@allma/core-sdk": "^1.0.4", "@allma/core-types": "1.0.13", "@aws-amplify/ui-react": "^6.13.0", "@emotion/react": "^11.14.0", "@mantine/core": "^8.0.0", "@mantine/dates": "^8.0.0", "@mantine/form": "^8.0.0", "@mantine/hooks": "^8.0.0", "@mantine/modals": "^8.1.3", "@mantine/notifications": "^8.0.0", "@tabler/icons-react": "^3.31.0", "@tanstack/react-query": "^5.75.7", "@tanstack/react-query-devtools": "^5.75.7", "amazon-cognito-identity-js": "^6.3.15", "aws-amplify": "^6.15.7", "axios": "^1.9.0", "dagre": "^0.8.5", "date-fns": "^4.1.0", "lodash-es": "^4.17.21", "react": "^19.1.0", "react-diff-viewer-continued": "^4.0.6", "react-dom": "^19.1.0", "react-markdown": "^10.1.0", "react-router-dom": "^7.6.0", "reactflow": "^11.11.4", "recharts": "^3.2.0", "remark-gfm": "^4.0.1", "zustand": "^5.0.5" }, "devDependencies": { "@allma/core-types": "1.0.13", "@tanstack/react-query-devtools": "^5.75.7", "@types/dagre": "^0.7.53", "@types/file-saver": "^2.0.7", "@types/lodash-es": "^4.17.12", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@types/uuid": "^10.0.0", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.8.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-router-dom": "^7.6.0", "tsup": "^8.5.0", "typescript": "^5.9.3", "typescript-eslint": "^8.0.0", "vite": "^6.3.5" } }