UNPKG

@state-less/leap-frontend

Version:

A collection of open source fullstack services powered by React Server

65 lines (64 loc) 1.75 kB
{ "name": "@state-less/leap-frontend", "version": "0.0.24", "description": "A collection of open source fullstack services powered by React Server", "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", "scripts": { "tsc": "./node_modules/typescript/bin/tsc", "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "postinstall": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/state-less/leap-frontend.git" }, "keywords": [ "Fullstack", "React", "React", "Server", "MUI", "Forum" ], "author": "Moritz Roessler", "license": "MIT", "sideEffects": false, "bugs": { "url": "https://github.com/state-less/leap-frontend/issues" }, "peerDependencies": { "@state-less/react-client": "^2.0.14", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router": "^6.22.1", "react-router-dom": "^6.22.1" }, "homepage": "https://github.com/state-less/leap-frontend#readme", "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mui/icons-material": "^5.11.11", "@mui/material": "^5.11.13", "@state-less/react-client": "^2.0.14", "clsx": "^2.1.0", "copy-to-clipboard": "^3.3.3", "jotai": "^2.6.5", "mermaid": "^10.8.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-google-login": "^5.2.2", "react-helmet": "^6.1.0", "react-markdown": "^9.0.1", "react-router": "^6.22.1", "react-router-dom": "^6.22.1", "react-syntax-highlighter": "^15.5.0", "rehype-highlight": "^7.0.0", "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "typescript": "^5.3.3", "uuid": "^9.0.1" } }