2022-06-02 14:29:31 +00:00
|
|
|
{
|
|
|
|
"name": "spiffworkflow-frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-06-15 17:52:00 +00:00
|
|
|
"@babel/core": "^7.18.5",
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.17.12",
|
|
|
|
"@babel/preset-react": "^7.17.12",
|
2022-06-14 21:15:44 +00:00
|
|
|
"@monaco-editor/react": "^4.4.5",
|
2022-06-02 14:29:31 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
|
|
"@testing-library/react": "^13.3.0",
|
2022-06-20 03:46:41 +00:00
|
|
|
"@testing-library/user-event": "^14.2.1",
|
2022-06-02 17:53:02 +00:00
|
|
|
"axios": "^0.27.2",
|
2022-06-05 22:30:28 +00:00
|
|
|
"bootstrap": "^5.2.0-beta1",
|
2022-06-02 15:09:26 +00:00
|
|
|
"bpmn-js": "^9.1.0",
|
|
|
|
"bpmn-js-properties-panel": "^1.1.1",
|
2022-06-16 13:29:07 +00:00
|
|
|
"bpmn-js-spiffworkflow": "^0.0.3",
|
2022-06-14 21:00:08 +00:00
|
|
|
"craco": "^0.0.3",
|
2022-06-13 14:52:48 +00:00
|
|
|
"dmn-js": "^12.1.1",
|
|
|
|
"dmn-js-properties-panel": "^1.0.0",
|
|
|
|
"dmn-js-shared": "^12.1.1",
|
2022-06-15 03:31:48 +00:00
|
|
|
"react": "^18.2.0",
|
2022-06-06 20:30:46 +00:00
|
|
|
"react-bootstrap": "^2.4.0",
|
2022-06-15 03:34:55 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2022-06-03 15:36:53 +00:00
|
|
|
"react-router-dom": "^6.3.0",
|
2022-06-09 21:44:37 +00:00
|
|
|
"react-scripts": "^5.0.1",
|
2022-06-06 16:27:27 +00:00
|
|
|
"serve": "^13.0.2",
|
2022-06-02 14:29:31 +00:00
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2022-06-16 21:31:13 +00:00
|
|
|
"start": "PORT=7001 craco start",
|
2022-06-14 21:00:08 +00:00
|
|
|
"build": "craco build",
|
2022-06-17 14:35:38 +00:00
|
|
|
"test": "react-scripts test",
|
2022-06-14 21:00:08 +00:00
|
|
|
"eject": "craco eject"
|
2022-06-02 14:29:31 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2022-06-16 21:31:13 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"cypress": "^10.1.0"
|
2022-06-02 14:29:31 +00:00
|
|
|
}
|
|
|
|
}
|