77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"name": "spiffworkflow-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/core": "^7.18.6",
|
|
"@babel/plugin-transform-react-jsx": "^7.18.6",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@monaco-editor/react": "^4.4.5",
|
|
"@rjsf/core": "^4.2.0",
|
|
"@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",
|
|
"date-fns": "^2.28.0",
|
|
"dmn-js": "^12.1.1",
|
|
"dmn-js-properties-panel": "^1.0.0",
|
|
"dmn-js-shared": "^12.1.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-bootstrap": "^2.4.0",
|
|
"react-datepicker": "^4.8.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "^5.0.1",
|
|
"serve": "^13.0.2",
|
|
"timepicker": "^1.13.18",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=7001 craco start",
|
|
"build": "craco build",
|
|
"test": "react-scripts test",
|
|
"eject": "craco eject",
|
|
"format": "prettier --write src/**/*.js{,x}",
|
|
"lint": "./node_modules/.bin/eslint src *.js",
|
|
"lint:fix": "./node_modules/.bin/eslint --fix src *.js"
|
|
},
|
|
"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.2.0",
|
|
"eslint": "^8.18.0",
|
|
"eslint_d": "^12.2.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.6.0",
|
|
"eslint-plugin-prettier": "^4.1.0",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"prettier": "^2.7.1"
|
|
}
|
|
}
|