{ "name": "mcma-webui", "version": "1.0.0", "private": true, "type": "module", "scripts": { "build": "rsbuild build", "dev": "rsbuild --open", "format": "prettier --write .", "lint": "rslint", "preview": "rsbuild preview", "test": "rstest", "test:watch": "rstest --watch" }, "dependencies": { "@phosphor-icons/react": "^2.1.10", "@reduxjs/toolkit": "^2.12.0", "modern-sk": "git+https://git.ollyhearn.ru/olly/modern-sk.git", "react": "^19.2.6", "react-dom": "^19.2.6", "react-redux": "^9.3.0", "react-router": "^7.16.0" }, "devDependencies": { "@rsbuild/core": "^2.0.7", "@rsbuild/plugin-babel": "^1.2.0", "@rsbuild/plugin-react": "^2.0.0", "@rslint/core": "^0.5.1", "@rstest/adapter-rsbuild": "^0.10.2", "@rstest/core": "^0.10.2", "@tailwindcss/postcss": "^4.3.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/react": "^19.2.15", "@types/react-dom": "^19.2.3", "babel-plugin-react-compiler": "^1.0.0", "happy-dom": "^20.9.0", "prettier": "^3.8.3", "tailwindcss": "^4.3.0", "typescript": "^6.0.3" } }