{ "name": "@bentoml/openllm-clojure-ui", "version": "", "description": "OpenLLM Clojure UI", "repository": { "url": "git@github.com:bentoml/OpenLLM.git", "type": "git" }, "keywords": [ "openllm", "llm", "llmops", "llama", "transformers", "gptq", "mha", "flash_attention" ], "license": "Apache-2.0", "author": "Leon Ikinger (GutZuFusss) ", "scripts": { "shadow:watch": "shadow-cljs watch app", "shadow:release": "shadow-cljs release app", "postcss:build": "cross-env postcss src/css/tailwind.css -o ./public/css/main.css --verbose", "postcss:watch": "cross-env postcss src/css/tailwind.css -o ./public/css/main.css --verbose -w --poll 200", "postcss:release": "cross-env NODE_ENV=production postcss src/css/tailwind.css -o ./public/css/main.css --verbose", "dev": "run-p -l shadow:watch postcss:watch", "release": "run-s shadow:release postcss:watch" }, "devDependencies": { "@types/react-transition-group": "^4.4.7", "autoprefixer": "^10.4.16", "cssnano": "^6.0.1", "npm-run-all": "^4.1.5", "postcss": "^8.4.31", "postcss-cli": "^10.1.0", "shadow-cljs": "2.25.6", "tailwindcss": "^3.3.3" }, "dependencies": { "@babel/runtime": "^7.23.2", "@emotion/cache": "^11.11.0", "@emotion/hash": "^0.9.1", "@emotion/is-prop-valid": "^1.2.1", "@emotion/memoize": "^0.8.1", "@emotion/react": "^11.11.1", "@emotion/serialize": "^1.1.2", "@emotion/sheet": "^1.2.2", "@emotion/styled": "^11.11.0", "@emotion/unitless": "^0.8.1", "@emotion/use-insertion-effect-with-fallbacks": "^1.0.1", "@emotion/utils": "^1.2.1", "@emotion/weak-memoize": "^0.3.1", "@floating-ui/core": "^1.5.0", "@floating-ui/dom": "^1.5.3", "@floating-ui/react-dom": "^2.0.2", "@mui/base": "5.0.0-beta.16", "@mui/icons-material": "5.14.9", "@mui/material": "5.14.9", "@mui/private-theming": "^5.14.10", "@mui/styled-engine": "^5.14.10", "@mui/system": "^5.14.10", "@mui/utils": "^5.14.10", "@mui/x-data-grid": "6.16.2", "@mui/x-date-pickers": "6.16.0", "@popperjs/core": "^2.11.8", "@tailwindcss/forms": "^0.5.6", "clsx": "^2.0.0", "create-react-class": "15.7.0", "cross-env": "^7.0.3", "dom-helpers": "^5.2.1", "highlight.js": "11.9.0", "hoist-non-react-statics": "^3.3.2", "object-assign": "^4.1.1", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "react-transition-group": "^4.4.5", "scheduler": "^0.23.0", "stylis": "^4.3.0" } }