{ "name": "journal.pl", "version": "3.1.2", "description": "bro-js platform journal ui repo", "main": "./src/index.tsx", "scripts": { "start": "brojs server --port=8099 --with-open-browser", "build": "npm run clean && brojs build --dev", "build:prod": "npm run clean && brojs build", "clean": "rimraf dist", "test": "echo ok", "eslint": "npx eslint ." }, "repository": { "type": "git", "url": "ssh://git@85.143.175.152:222/bro-js/journal.pl.git" }, "keywords": [], "author": "", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.4.0", "@typescript-eslint/parser": "^7.4.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.1" }, "dependencies": { "@brojs/cli": "^0.0.4-alpha.10", "@chakra-ui/icons": "^2.1.1", "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@nivo/bar": "^0.85.1", "@reduxjs/toolkit": "^2.2.1", "@types/react": "^18.2.60", "@types/react-dom": "^18.2.19", "dayjs": "^1.11.10", "express": "^4.19.2", "js-sha256": "^0.11.0", "keycloak-js": "^23.0.7", "prettier": "^3.2.5", "qrcode": "^1.5.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet": "^6.1.0", "react-hook-form": "^7.51.2", "react-redux": "^9.1.0", "react-router-dom": "^6.22.1", "redux": "^5.0.1", "typescript": "^5.3.3", "webpack-hot-middleware": "^2.26.1" } }