{ "name": "upda-ui", "version": "4.0.1", "private": true, "author": "varakh@varakh.de", "type": "module", "engines": { "node": "^20", "npm": "^10" }, "scripts": { "start": "vite", "build": "tsc && vite build", "serve": "vite preview", "test": "vitest watch", "test:no-watch": "vitest run", "test:coverage": "vitest run --coverage", "test:ci": "vitest run --coverage --passWithNoTests", "format": "prettier --write ./src/**/*.{ts,tsx,less}", "format:check": "prettier --check ./src/**/*.{ts,tsx,less}", "lint": "eslint \"./src/**/*.{tsx,ts}\"", "lintfix": "eslint --fix \"./src/**/*.{tsx,ts}\"", "lint:style": "stylelint \"./src/**/*.less\"", "lint-style-fix": "stylelint \"./src/**/*.less\" --fix", "checkstyle": "npm run checkstyle:ts && npm run checkstyle:less && npm run checkstyle:format", "checkstyle:format": "npm run format:check", "checkstyle:ts": "eslint \"./src/**/*.{ts,tsx}\" -f checkstyle > ci/eslint.xml", "checkstyle:less": "stylelint \"./src/**/*.less\"", "clean": "npx --quiet rimraf build && npx --quiet rimraf node_modules" }, "dependencies": { "@ant-design/icons": "^5.5.1", "@ant-design/pro-layout": "^7.21.1", "@reduxjs/toolkit": "^2.3.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@uiw/react-md-editor": "^4.0.4", "antd": "^5.21.5", "file-saver": "^2.0.5", "html-react-parser": "^5.1.18", "i18next": "^23.16.3", "i18next-browser-languagedetector": "^8.0.0", "linkify-html": "^4.1.3", "linkifyjs": "^4.1.3", "lodash": "^4.17.21", "moment-timezone": "^0.5.46", "react": "^18.3.1", "react-copy-to-clipboard": "^5.1.0", "react-dom": "^18.3.1", "react-i18next": "^15.1.0", "react-redux": "^9.1.2", "react-router-dom": "^6.27.0", "react-virtualized": "^9.22.5", "typescript": "^5.6.3" }, "devDependencies": { "@babel/register": "^7.25.9", "@eslint/compat": "^1.2.1", "@eslint/js": "^9.13.0", "@types/file-saver": "^2.0.7", "@types/lodash": "^4.17.12", "@types/node": "^20.16.5", "@types/react-copy-to-clipboard": "^5.0.7", "@types/react-virtualized": "^9.21.30", "@typescript-eslint/eslint-plugin": "^8.11.0", "@typescript-eslint/parser": "^8.11.0", "@vitejs/plugin-react": "^4.3.3", "@vitest/coverage-v8": "^2.1.3", "babel-plugin-import": "^1.13.8", "c8": "^10.1.2", "eslint": "^9.13.0", "eslint-config-prettier": "^9.1.0", "eslint-formatter-checkstyle": "^8.40.0", "eslint-import-resolver-typescript": "^3.6.3", "eslint-plugin-disable": "^2.0.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.1", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-sonarjs": "^2.0.4", "eslint-plugin-testing-library": "^6.4.0", "jsdom": "^25.0.1", "less": "^4.2.0", "less-loader": "^12.2.0", "postcss-less": "^6.0.0", "postcss-markdown": "^1.2.0", "prettier": "^3.3.3", "rimraf": "^6.0.1", "stylelint": "^16.10.0", "stylelint-config-standard": "^36.0.1", "stylelint-declaration-block-no-ignored-properties": "^2.8.0", "stylelint-order": "^6.0.4", "stylelint-prettier": "^5.0.2", "vite": "^5.4.10", "vite-plugin-eslint2": "^5.0.1", "vite-plugin-stylelint": "^5.3.1", "vite-plugin-svgr": "^4.2.0", "vite-tsconfig-paths": "^5.0.1", "vitest": "^2.1.3" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }