mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prepare": "lezer-generator src/components/RSInput/rslang/rslangFull.grammar -o src/components/RSInput/rslang/parser.ts && lezer-generator src/components/RefsInput/parse/refsText.grammar -o src/components/RefsInput/parse/parser.ts",
|
|
"test": "jest",
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@lezer/lr": "^1.3.14",
|
|
"@tanstack/react-table": "^8.10.7",
|
|
"@uiw/codemirror-themes": "^4.21.21",
|
|
"@uiw/react-codemirror": "^4.21.21",
|
|
"axios": "^1.6.2",
|
|
"js-file-download": "^0.4.12",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^4.0.11",
|
|
"react-intl": "^6.5.5",
|
|
"react-loader-spinner": "^5.4.5",
|
|
"react-router-dom": "^6.20.0",
|
|
"react-select": "^5.8.0",
|
|
"react-tabs": "^6.0.2",
|
|
"react-toastify": "^9.1.3",
|
|
"react-tooltip": "^5.24.0",
|
|
"reagraph": "^4.14.2"
|
|
},
|
|
"devDependencies": {
|
|
"@lezer/generator": "^1.5.1",
|
|
"@types/jest": "^29.5.10",
|
|
"@types/node": "^20.10.1",
|
|
"@types/react": "^18.2.39",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@typescript-eslint/eslint-plugin": "^6.13.1",
|
|
"@typescript-eslint/parser": "^6.13.1",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.54.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"eslint-plugin-tsdoc": "^0.2.17",
|
|
"jest": "^29.7.0",
|
|
"postcss": "^8.4.31",
|
|
"tailwindcss": "^3.3.5",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.3.2",
|
|
"vite": "^4.5.0"
|
|
},
|
|
"jest": {
|
|
"preset": "ts-jest",
|
|
"testEnvironment": "node",
|
|
"transform": {
|
|
"node_modules/variables/.+\\.(j|t)sx?$": "ts-jest"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!variables/.*)"
|
|
]
|
|
}
|
|
}
|