110 lines
3.2 KiB
JSON
Executable File
110 lines
3.2 KiB
JSON
Executable File
{
|
|
"name": "frontend",
|
|
"version": "0.3.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@axa-fr/oidc-client": "^7.7.2",
|
|
"@axa-fr/react-oidc": "^7.7.2",
|
|
"@codemirror/lang-python": "^6.1.3",
|
|
"@excalidraw/excalidraw": "^0.16.1",
|
|
"@headlessui/react": "^1.7.7",
|
|
"@heroicons/react": "^2.0.13",
|
|
"@lexical/file": "^0.12.2",
|
|
"@lexical/headless": "^0.12.2",
|
|
"@lexical/mark": "^0.12.2",
|
|
"@locker/near-membrane-dom": "^0.12.14",
|
|
"@open-rpc/client-js": "^1.8.1",
|
|
"@reactour/tour": "^3.4.0",
|
|
"@reduxjs/toolkit": "^1.9.1",
|
|
"@types/katex": "^0.16.3",
|
|
"@types/lodash-es": "^4.17.9",
|
|
"@uiw/codemirror-theme-tokyo-night": "^4.21.20",
|
|
"@uiw/react-codemirror": "^4.21.20",
|
|
"@yaireo/dragsort": "^1.3.1",
|
|
"@yaireo/tagify": "^4.17.8",
|
|
"axios": "^1.2.1",
|
|
"chartist": "^1.3.0",
|
|
"classnames": "^2.3.2",
|
|
"dagre": "^0.8.5",
|
|
"formik": "^2.2.9",
|
|
"graphology": "^0.25.4",
|
|
"katex": "^0.16.9",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-grid-layout": "^1.3.4",
|
|
"react-hotkeys": "^2.0.0",
|
|
"react-redux": "^8.0.5",
|
|
"react-router-dom": "^6.4.5",
|
|
"react-scripts": "5.0.1",
|
|
"react-table": "^7.8.0",
|
|
"react-toastify": "^9.1.1",
|
|
"react-use-websocket": "^4.3.1",
|
|
"reactflow": "^11.5.3",
|
|
"sigma": "^3.0.0-alpha3",
|
|
"swr": "^2.2.4",
|
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
"y-websocket": "^1.5.0",
|
|
"yjs": "^13.6.8",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco test",
|
|
"swagger:codegen": "rm -f -dr ./src/app/openapi && mkdir ./src/app/openapi && openapi --name obSDK --client axios -i http://localhost:8000/api/v1/openapi.json --output ./src/app/openapi --exportModels true --exportSchemas true --indent 2 --postfixServices v1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@craco/craco": "^7.1.0",
|
|
"@lexical/react": "^0.12.2",
|
|
"@swc/helpers": "^0.5.1",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/dagre": "^0.7.48",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^17.0.45",
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@types/react-grid-layout": "^1.3.2",
|
|
"@types/react-simple-maps": "^3.0.0",
|
|
"@types/react-table": "^7.7.12",
|
|
"@types/react-window": "^1.8.5",
|
|
"@types/yaireo__tagify": "^4.17.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"buffer": "^6.0.3",
|
|
"craco-swc": "^0.5.1",
|
|
"lexical": "^0.12.2",
|
|
"openapi-typescript-codegen": "^0.25.0",
|
|
"postcss": "^8.4.20",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "^4.9.4",
|
|
"util": "^0.12.5",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"browser": {
|
|
"crypto": false,
|
|
"stream": false
|
|
}
|
|
}
|