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": {
|
2025-06-10 21:49:36 +03:00
|
|
|
"generate": "lezer-generator src/features/rsform/components/rs-input/rslang/rslang-fast.grammar -o src/features/rsform/components/rs-input/rslang/parser.ts && lezer-generator src/features/rsform/components/rs-input/rslang/rslang-ast.grammar -o src/features/rsform/components/rs-input/rslang/parser-ast.ts && lezer-generator src/features/rsform/components/refs-input/parse/refs-text.grammar -o src/features/rsform/components/refs-input/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-19 15:12:02 +03:00
|
|
|
"lint": "stylelint \"src/**/*.css\" && 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": {
|
2025-06-17 20:34:35 +03:00
|
|
|
"@dagrejs/dagre": "^1.1.5",
|
|
|
|
"@hookform/resolvers": "^5.1.1",
|
2024-08-01 12:04:31 +03:00
|
|
|
"@lezer/lr": "^1.4.2",
|
2025-05-29 15:47:12 +03:00
|
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
|
|
"@radix-ui/react-select": "^2.2.5",
|
2025-06-17 20:34:35 +03:00
|
|
|
"@tanstack/react-query": "^5.80.7",
|
|
|
|
"@tanstack/react-query-devtools": "^5.80.7",
|
2025-04-16 15:26:40 +03:00
|
|
|
"@tanstack/react-table": "^8.21.3",
|
2025-06-17 20:34:35 +03:00
|
|
|
"@uiw/codemirror-themes": "^4.23.13",
|
|
|
|
"@uiw/react-codemirror": "^4.23.13",
|
|
|
|
"axios": "^1.10.0",
|
2025-04-07 15:15:34 +03:00
|
|
|
"class-variance-authority": "^0.7.1",
|
2024-04-26 01:35:16 +03:00
|
|
|
"clsx": "^2.1.1",
|
2025-04-11 20:00:42 +03:00
|
|
|
"cmdk": "^1.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",
|
2025-06-17 20:34:35 +03:00
|
|
|
"lucide-react": "^0.516.0",
|
2024-12-18 12:35:48 +03:00
|
|
|
"qrcode.react": "^4.2.0",
|
2025-04-06 16:02:51 +03:00
|
|
|
"react": "^19.1.0",
|
|
|
|
"react-dom": "^19.1.0",
|
2025-05-13 18:42:49 +03:00
|
|
|
"react-error-boundary": "^6.0.0",
|
2025-06-17 20:34:35 +03:00
|
|
|
"react-hook-form": "^7.58.1",
|
2025-02-20 18:10:53 +03:00
|
|
|
"react-icons": "^5.5.0",
|
2025-04-22 00:43:04 +03:00
|
|
|
"react-intl": "^7.1.11",
|
2025-06-05 15:30:06 +03:00
|
|
|
"react-router": "^7.6.2",
|
2025-05-29 15:47:12 +03:00
|
|
|
"react-scan": "^0.3.4",
|
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",
|
2025-06-17 20:34:35 +03:00
|
|
|
"react-tooltip": "^5.29.1",
|
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-06-17 20:34:35 +03:00
|
|
|
"tailwind-merge": "^3.3.1",
|
2025-06-05 15:30:06 +03:00
|
|
|
"tw-animate-css": "^1.3.4",
|
2025-06-17 20:34:35 +03:00
|
|
|
"use-debounce": "^10.0.5",
|
|
|
|
"zod": "^3.25.67",
|
2025-05-29 15:47:12 +03:00
|
|
|
"zustand": "^5.0.5"
|
2023-07-15 17:46:19 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-04-06 16:02:51 +03:00
|
|
|
"@lezer/generator": "^1.7.3",
|
2025-06-17 20:34:35 +03:00
|
|
|
"@playwright/test": "^1.53.0",
|
|
|
|
"@tailwindcss/vite": "^4.1.10",
|
|
|
|
"@types/jest": "^30.0.0",
|
|
|
|
"@types/node": "^24.0.3",
|
|
|
|
"@types/react": "^19.1.8",
|
2025-06-05 15:30:06 +03:00
|
|
|
"@types/react-dom": "^19.1.6",
|
2024-08-06 00:05:12 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.1",
|
|
|
|
"@typescript-eslint/parser": "^8.0.1",
|
2025-06-17 20:34:35 +03:00
|
|
|
"@vitejs/plugin-react": "^4.5.2",
|
2025-04-28 11:37:22 +03:00
|
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.1",
|
2025-06-17 20:34:35 +03:00
|
|
|
"eslint": "^9.29.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-04-06 16:02:51 +03:00
|
|
|
"eslint-plugin-react": "^7.37.5",
|
2025-04-28 11:37:22 +03:00
|
|
|
"eslint-plugin-react-compiler": "^19.1.0-rc.1",
|
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-05-29 15:47:12 +03:00
|
|
|
"globals": "^16.2.0",
|
2025-06-17 20:34:35 +03:00
|
|
|
"jest": "^30.0.0",
|
2025-06-05 15:30:06 +03:00
|
|
|
"stylelint": "^16.20.0",
|
2025-04-06 16:02:51 +03:00
|
|
|
"stylelint-config-recommended": "^16.0.0",
|
|
|
|
"stylelint-config-standard": "^38.0.0",
|
2025-03-19 15:12:02 +03:00
|
|
|
"stylelint-config-tailwindcss": "^1.0.0",
|
2025-02-21 21:15:05 +03:00
|
|
|
"tailwindcss": "^4.0.7",
|
2025-06-17 20:34:35 +03:00
|
|
|
"ts-jest": "^29.4.0",
|
2025-04-06 16:02:51 +03:00
|
|
|
"typescript": "^5.8.3",
|
2025-06-17 20:34:35 +03:00
|
|
|
"typescript-eslint": "^8.34.1",
|
2025-05-13 18:42:49 +03:00
|
|
|
"vite": "^6.3.5"
|
2024-12-12 17:25:29 +03:00
|
|
|
},
|
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
|
|
|
}
|
|
|
|
}
|