ConceptPortal-public/rsconcept/frontend/package.json

100 lines
3.3 KiB
JSON
Raw Normal View History

2023-07-15 17:46:19 +03:00
{
"name": "frontend",
"private": true,
2023-08-09 16:55:53 +03:00
"version": "1.0.0",
"type": "module",
"scripts": {
2025-03-12 11:55:43 +03:00
"generate": "lezer-generator src/components/rs-input/rslang/rslang-fast.grammar -o src/components/rs-input/rslang/parser.ts && lezer-generator src/components/rs-input/rslang/rslang-ast.grammar -o src/components/rs-input/rslang/parserAST.ts && lezer-generator src/components/refs-input/parse/refs-text.grammar -o src/components/refs-input/parse/parser.ts",
"test": "jest",
2025-03-06 21:34:02 +03:00
"test:e2e": "playwright test",
"dev": "vite --host",
"build": "tsc && vite build",
"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-15 17:46:19 +03:00
"dependencies": {
2024-11-20 21:01:42 +03:00
"@dagrejs/dagre": "^1.1.4",
2025-04-06 16:02:51 +03:00
"@hookform/resolvers": "^5.0.1",
2024-08-01 12:04:31 +03:00
"@lezer/lr": "^1.4.2",
2025-04-06 16:02:51 +03:00
"@tanstack/react-query": "^5.71.10",
"@tanstack/react-query-devtools": "^5.71.10",
2025-02-15 17:16:48 +03:00
"@tanstack/react-table": "^8.21.2",
2025-03-10 16:13:19 +03:00
"@uiw/codemirror-themes": "^4.23.10",
"@uiw/react-codemirror": "^4.23.10",
2025-03-25 23:13:39 +03:00
"axios": "^1.8.4",
"class-variance-authority": "^0.7.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",
"lucide-react": "^0.487.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-01-03 11:07:40 +03:00
"react-error-boundary": "^5.0.0",
2025-04-06 16:02:51 +03:00
"react-hook-form": "^7.55.0",
2025-02-20 18:10:53 +03:00
"react-icons": "^5.5.0",
2025-04-06 16:02:51 +03:00
"react-intl": "^7.1.10",
"react-router": "^7.5.0",
2025-03-25 23:13:39 +03:00
"react-scan": "^0.3.3",
2025-03-10 16:13:19 +03:00
"react-select": "^5.10.1",
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",
"tailwind-merge": "^3.1.0",
"tw-animate-css": "^1.2.5",
"use-debounce": "^10.0.4",
2025-02-15 17:16:48 +03:00
"zod": "^3.24.2",
"zustand": "^5.0.3"
2023-07-15 17:46:19 +03:00
},
"devDependencies": {
2025-04-06 16:02:51 +03:00
"@lezer/generator": "^1.7.3",
2025-03-18 22:47:38 +03:00
"@playwright/test": "^1.51.1",
2025-04-06 16:02:51 +03:00
"@tailwindcss/vite": "^4.1.3",
2024-10-23 16:21:08 +03:00
"@types/jest": "^29.5.14",
2025-04-06 16:02:51 +03:00
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
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-04-06 16:02:51 +03:00
"eslint": "^9.24.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-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-04-06 16:02:51 +03:00
"stylelint": "^16.18.0",
"stylelint-config-recommended": "^16.0.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-config-tailwindcss": "^1.0.0",
"tailwindcss": "^4.0.7",
2025-04-06 16:02:51 +03:00
"ts-jest": "^29.3.1",
"typescript": "^5.8.3",
"typescript-eslint": "^8.29.0",
"vite": "^6.2.5"
2024-12-12 17:25:29 +03:00
},
2023-08-01 23:43:43 +03:00
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"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
}
}