{ "name": "money-controll-frontend-app", "version": "0.0.2", "description": "Frontend part of ksv741 MoneyControll App", "main": "index.js", "scripts": { "start:dev": "ksv741-react-scripts start --env mode=development", "build:prod": "ksv741-react-scripts build --env mode=production", "analyze:prod": "ksv741-react-scripts build --env mode=production analyze=true", "lint": "eslint src", "test:start": "jest", "test:coverage": "jest --coverage", "typechecking": "tsc --noEmit", "release": "standard-version" }, "engines": { "node": "=20.11.1" }, "private": true, "repository": "git+https://gitlab.com/money-control2/web/frontend.git", "keywords": [ "React", "Frontend", "Webpack", "ksv741" ], "author": "Sergey ", "license": "ISC", "bugs": { "url": "https://gitlab.com/money-control2/web/frontend/issues" }, "homepage": "https://gitlab.com/money-control2/web/frontend#readme", "dependencies": { "@emotion/react": "11.11.4", "@emotion/styled": "11.11.5", "@mui/icons-material": "^5.15.19", "@mui/material": "5.15.19", "classnames": "2.5.1", "prop-types": "15.8.1", "react": "18.3.1", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", "react-dom": "18.3.1", "react-router-dom": "6.23.1" }, "devDependencies": { "@commitlint/cli": "19.2.1", "@commitlint/config-conventional": "19.1.0", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "14.3.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "29.5.12", "eslint": "8.57.0", "eslint-config-ksv741": "0.0.2", "eslint-import-resolver-webpack": "0.13.8", "husky": "9.0.11", "identity-obj-proxy": "3.0.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "ksv741-react-scripts": "0.3.1", "lint-staged": "15.2.2", "standard-version": "9.5.0", "ts-jest": "29.1.4", "typescript": "5.4.5" } }