mirror of
https://github.com/sartography/spiffworkflow-frontend.git
synced 2025-02-24 04:08:10 +00:00
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.2.0 to 14.2.1. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v14.2...v14.2.1) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "spiffworkflow-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.18.5",
|
|
"@babel/plugin-transform-react-jsx": "^7.17.12",
|
|
"@babel/preset-react": "^7.17.12",
|
|
"@monaco-editor/react": "^4.4.5",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^14.2.1",
|
|
"axios": "^0.27.2",
|
|
"bootstrap": "^5.2.0-beta1",
|
|
"bpmn-js": "^9.1.0",
|
|
"bpmn-js-properties-panel": "^1.1.1",
|
|
"bpmn-js-spiffworkflow": "^0.0.3",
|
|
"craco": "^0.0.3",
|
|
"dmn-js": "^12.1.1",
|
|
"dmn-js-properties-panel": "^1.0.0",
|
|
"dmn-js-shared": "^12.1.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.4.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "^5.0.1",
|
|
"serve": "^13.0.2",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=7001 craco start",
|
|
"build": "craco build",
|
|
"test": "react-scripts test",
|
|
"eject": "craco eject"
|
|
},
|
|
"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": "^10.1.0"
|
|
}
|
|
}
|