2023-07-15 17:46:19 +03:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"private": true,
|
2023-08-09 16:55:53 +03:00
|
|
|
"version": "1.0.0",
|
2023-07-26 23:11:00 +03:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2024-09-26 23:10:01 +03:00
|
|
|
"generate": "lezer-generator src/components/RSInput/rslang/rslangFast.grammar -o src/components/RSInput/rslang/parser.ts && lezer-generator src/components/RSInput/rslang/rslangAST.grammar -o src/components/RSInput/rslang/parserAST.ts && lezer-generator src/components/RefsInput/parse/refsText.grammar -o src/components/RefsInput/parse/parser.ts",
|
2025-03-01 22:00:55 +03:00
|
|
|
"test": "jest",
|
2025-03-06 21:34:02 +03:00
|
|
|
"test:e2e": "playwright test",
|
2023-12-30 14:47:10 +03:00
|
|
|
"dev": "vite --host",
|
2023-07-26 23:11:00 +03:00
|
|
|
"build": "tsc && vite build",
|
2025-03-03 12:44:29 +03:00
|
|
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
2025-02-12 21:36:25 +03:00
|
|
|
"lintFix": "eslint . --report-unused-disable-directives --max-warnings 0 --fix",
|
2024-12-17 21:23:29 +03:00
|
|
|
"preview": "vite preview --port 3000"
|
2023-07-26 23:11:00 +03:00
|
|
|
},
|
2023-07-15 17:46:19 +03:00
|
|
|
"dependencies": {
|
2024-11-20 21:01:42 +03:00
|
|
|
"@dagrejs/dagre": "^1.1.4",
|
2025-02-26 23:01:09 +03:00
|
|
|
"@hookform/resolvers": "^4.1.2",
|
2024-08-01 12:04:31 +03:00
|
|
|
"@lezer/lr": "^1.4.2",
|
2025-03-03 12:44:29 +03:00
|
|
|
"@tanstack/react-query": "^5.66.11",
|
|
|
|
"@tanstack/react-query-devtools": "^5.66.11",
|
2025-02-15 17:16:48 +03:00
|
|
|
"@tanstack/react-table": "^8.21.2",
|
2025-03-03 12:44:29 +03:00
|
|
|
"@uiw/codemirror-themes": "^4.23.9",
|
|
|
|
"@uiw/react-codemirror": "^4.23.9",
|
2025-02-26 23:01:09 +03:00
|
|
|
"axios": "^1.8.1",
|
2024-04-26 01:35:16 +03:00
|
|
|
"clsx": "^2.1.1",
|
2025-02-20 18:10:53 +03:00
|
|
|
"global": "^4.4.0",
|
2023-07-18 14:55:40 +03:00
|
|
|
"js-file-download": "^0.4.12",
|
2024-12-18 12:35:48 +03:00
|
|
|
"qrcode.react": "^4.2.0",
|
2024-12-12 17:25:29 +03:00
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0",
|
2025-01-03 11:07:40 +03:00
|
|
|
"react-error-boundary": "^5.0.0",
|
2025-01-31 21:05:04 +03:00
|
|
|
"react-hook-form": "^7.54.2",
|
2025-02-20 18:10:53 +03:00
|
|
|
"react-icons": "^5.5.0",
|
2025-02-15 17:16:48 +03:00
|
|
|
"react-intl": "^7.1.6",
|
2025-02-19 00:59:14 +03:00
|
|
|
"react-router": "^7.2.0",
|
2025-03-03 12:44:29 +03:00
|
|
|
"react-scan": "^0.2.8",
|
2025-01-27 15:50:37 +03:00
|
|
|
"react-select": "^5.10.0",
|
2025-01-03 11:07:40 +03:00
|
|
|
"react-tabs": "^6.1.0",
|
2025-02-26 23:01:09 +03:00
|
|
|
"react-toastify": "^11.0.5",
|
2024-08-06 00:05:12 +03:00
|
|
|
"react-tooltip": "^5.28.0",
|
2025-02-06 11:27:37 +03:00
|
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
2024-07-14 14:41:05 +03:00
|
|
|
"reactflow": "^11.11.4",
|
2025-01-14 21:58:16 +03:00
|
|
|
"use-debounce": "^10.0.4",
|
2025-02-15 17:16:48 +03:00
|
|
|
"zod": "^3.24.2",
|
2025-01-14 21:58:16 +03:00
|
|
|
"zustand": "^5.0.3"
|
2023-07-15 17:46:19 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-12 13:43:35 +03:00
|
|
|
"@lezer/generator": "^1.7.2",
|
2025-02-06 11:27:37 +03:00
|
|
|
"@playwright/test": "^1.50.1",
|
2025-02-26 23:01:09 +03:00
|
|
|
"@tailwindcss/vite": "^4.0.9",
|
2024-10-23 16:21:08 +03:00
|
|
|
"@types/jest": "^29.5.14",
|
2025-03-03 12:44:29 +03:00
|
|
|
"@types/node": "^22.13.8",
|
2025-02-19 00:59:14 +03:00
|
|
|
"@types/react": "^19.0.10",
|
|
|
|
"@types/react-dom": "^19.0.4",
|
2024-08-06 00:05:12 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.1",
|
|
|
|
"@typescript-eslint/parser": "^8.0.1",
|
2024-12-02 16:03:51 +03:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
2025-02-20 18:10:53 +03:00
|
|
|
"babel-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
|
2025-02-25 12:44:09 +03:00
|
|
|
"eslint": "^9.21.0",
|
2025-02-12 21:36:25 +03:00
|
|
|
"eslint-plugin-import": "^2.31.0",
|
2025-03-02 19:42:19 +03:00
|
|
|
"eslint-plugin-playwright": "^2.2.0",
|
2025-01-13 15:50:43 +03:00
|
|
|
"eslint-plugin-react": "^7.37.4",
|
2025-02-20 18:10:53 +03:00
|
|
|
"eslint-plugin-react-compiler": "^19.0.0-beta-21e868a-20250216",
|
2025-03-03 12:44:29 +03:00
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
2024-07-14 14:41:05 +03:00
|
|
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
2025-02-20 18:10:53 +03:00
|
|
|
"globals": "^16.0.0",
|
2023-09-28 17:04:06 +03:00
|
|
|
"jest": "^29.7.0",
|
2025-02-21 21:15:05 +03:00
|
|
|
"tailwindcss": "^4.0.7",
|
2025-02-25 12:44:09 +03:00
|
|
|
"ts-jest": "^29.2.6",
|
2025-01-09 16:25:08 +03:00
|
|
|
"typescript": "^5.7.3",
|
2025-02-26 23:01:09 +03:00
|
|
|
"typescript-eslint": "^8.25.0",
|
|
|
|
"vite": "^6.2.0"
|
2023-08-01 23:43:43 +03:00
|
|
|
},
|
2024-12-12 17:25:29 +03:00
|
|
|
"overrides": {
|
|
|
|
"react": "^19.0.0"
|
|
|
|
},
|
2023-08-01 23:43:43 +03:00
|
|
|
"jest": {
|
|
|
|
"preset": "ts-jest",
|
|
|
|
"testEnvironment": "node",
|
2025-01-14 16:11:33 +03:00
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"<rootDir>/tests/"
|
|
|
|
],
|
2023-08-01 23:43:43 +03:00
|
|
|
"transform": {
|
|
|
|
"node_modules/variables/.+\\.(j|t)sx?$": "ts-jest"
|
|
|
|
},
|
|
|
|
"transformIgnorePatterns": [
|
|
|
|
"node_modules/(?!variables/.*)"
|
2023-12-26 14:46:46 +03:00
|
|
|
],
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"^@/(.*)$": "<rootDir>/src/$1"
|
|
|
|
}
|
2023-07-15 17:46:19 +03:00
|
|
|
}
|
|
|
|
}
|