148 lines
4.5 KiB
JSON
148 lines
4.5 KiB
JSON
{
|
|
"name": "spiffworkflow-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.6",
|
|
"@babel/plugin-transform-react-jsx": "^7.18.6",
|
|
"@babel/preset-react": "^7.24.7",
|
|
"@carbon/colors": "^11.23.1",
|
|
"@carbon/icons-react": "^11.47.1",
|
|
"@carbon/react": "^1.33.0",
|
|
"@carbon/styles": "^1.51.0",
|
|
"@casl/ability": "^6.7.1",
|
|
"@casl/react": "^4.0.0",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@monaco-editor/react": "^4.4.5",
|
|
"@mui/icons-material": "^5.16.0",
|
|
"@mui/material": "^5.16.0",
|
|
"@mui/x-charts": "^7.21.0",
|
|
"@mui/x-data-grid": "^7.12.0",
|
|
"@mui/x-tree-view": "^7.6.1",
|
|
"@preact/preset-vite": "^2.9.0",
|
|
"@prefresh/vite": "^2.4.6",
|
|
"@react-icons/all-files": "^4.1.0",
|
|
"@rjsf/core": "^5.19.4",
|
|
"@rjsf/mui": "^5.19.4",
|
|
"@rjsf/utils": "^5.19.4",
|
|
"@rjsf/validator-ajv8": "^5.19.4",
|
|
"@tanstack/react-query": "^5.40.0",
|
|
"@tanstack/react-query-devtools": "^5.40.0",
|
|
"@testing-library/jest-dom": "^6.4.2",
|
|
"@testing-library/react": "^14.2.1",
|
|
"@testing-library/user-event": "^14.5.2",
|
|
"@types/jest": "^29.5.12",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@uiw/react-md-editor": "^3.20.2",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"axios": "^1.7.2",
|
|
"bpmn-js": "^17.9.1",
|
|
"bpmn-js-cli": "^2.4.0",
|
|
"bpmn-js-properties-panel": "^5.19.0",
|
|
"bpmn-js-spiffworkflow": "github:sartography/bpmn-js-spiffworkflow#main",
|
|
"cookie": "^0.6.0",
|
|
"date-fns": "^3.6.0",
|
|
"diagram-js": "^14.11.3",
|
|
"dmn-js": "^16.5.0",
|
|
"dmn-js-properties-panel": "^3.0.0",
|
|
"dmn-js-shared": "^16.4.0",
|
|
"jwt-decode": "^4.0.0",
|
|
"keycloak-js": "^25.0.4",
|
|
"lodash.merge": "^4.6.2",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.3.1",
|
|
"react-datepicker": "^7.3.0",
|
|
"react-devtools": "^5.0.2",
|
|
"react-dom": "^18.3.1",
|
|
"react-error-boundary": "^4.0.13",
|
|
"react-icons": "^5.2.1",
|
|
"react-router": "^6.24.1",
|
|
"react-router-dom": "^6.25.1",
|
|
"react-slick": "^0.30.2",
|
|
"rxjs": "^7.8.1",
|
|
"serve": "^14.2.3",
|
|
"slick-carousel": "^1.8.1",
|
|
"timepicker": "^1.13.18",
|
|
"typescript": "^4.7.4",
|
|
"use-debounce": "^10.0.1",
|
|
"vite": "^5.3.5",
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"web-vitals": "^3.5.2"
|
|
},
|
|
"overrides": {
|
|
"postcss-preset-env": {
|
|
"autoprefixer": "10.4.5"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"eslint": "./node_modules/.bin/eslint src --ext .js,.jsx,.ts,.tsx",
|
|
"format": "prettier --write src/**/*.[tj]s{,x}",
|
|
"lint": "npm run eslint && npm run typecheck",
|
|
"lint:fix": "./node_modules/.bin/eslint --fix src --ext .js,.jsx,.ts,.tsx",
|
|
"serve": "vite preview",
|
|
"start": "VITE_VERSION_INFO='{\"version\":\"local\"}' vite",
|
|
"startopen": "VITE_VERSION_INFO='{\"version\":\"local\"}' vite --host 0.0.0.0",
|
|
"test": "vitest run --coverage",
|
|
"typecheck": "./node_modules/.bin/tsc --noEmit"
|
|
},
|
|
"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": {
|
|
"@cypress/grep": "^4.1.0",
|
|
"@tanstack/eslint-plugin-query": "^5.35.6",
|
|
"@types/carbon__colors": "^10.31.3",
|
|
"@types/cookie": "^0.6.0",
|
|
"@types/lodash.merge": "^4.6.7",
|
|
"@types/node": "^20.12.13",
|
|
"@types/react-slick": "^0.23.13",
|
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vitest/coverage-v8": "^1.5.0",
|
|
"cypress": "^13",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"cypress-slow-down": "^1.3.1",
|
|
"cypress-vite": "^1.5.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint_d": "^12.2.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-cypress": "^3.3.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react": "^7.37.1",
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
"eslint-plugin-sonarjs": "^2.0.3",
|
|
"eslint-plugin-unused-imports": "^3.2.0",
|
|
"inherits-browser": "^0.1.0",
|
|
"jsdom": "^24.1.1",
|
|
"nice-select2": "^2.1.0",
|
|
"prettier": "^3.3.2",
|
|
"safe-regex": "^2.1.1",
|
|
"tiny-svg": "^2.2.3",
|
|
"ts-migrate": "^0.1.30",
|
|
"vitest": "^1.5.0"
|
|
}
|
|
}
|