blob: 97a69024979f256efca5d51011404a0aa63beeb1 [file] [log] [blame]
{
"name": "@kie-tools/pmml-editor",
"version": "0.0.0",
"description": "",
"license": "Apache-2.0",
"keywords": [],
"homepage": "https://manstis.github.io/kie-tools",
"repository": {
"type": "git",
"url": "https://github.com/apache/incubator-kie-tools.git"
},
"bugs": {
"url": "https://github.com/apache/incubator-kie-tools/issues"
},
"types": "./dist/editor/index.d.ts",
"main": "dist/editor/index.js",
"files": [
"dist/editor"
],
"scripts": {
"build:dev": "rimraf dist && pnpm copy:css && pnpm copy:images && tsc -p tsconfig.json",
"build:prod": "pnpm lint && rimraf dist && pnpm copy:css && pnpm copy:images && tsc -p tsconfig.json && pnpm test",
"copy:css": "copyfiles -u 1 \"src/**/*.{sass,scss,css}\" dist/",
"copy:images": "cpr ./static/images ./dist/images",
"cy:open": "cypress open --project e2e-tests",
"cy:run": "cypress run -b chrome --project e2e-tests",
"lint": "run-script-if --bool \"$(build-env linters.run)\" --then \"kie-tools--eslint ./src\"",
"start": "webpack serve -c ./dev-webapp/webpack.config.js --host 0.0.0.0 --env dev",
"test": "run-script-if --ignore-errors \"$(build-env tests.ignoreFailures)\" --bool \"$(build-env tests.run)\" --then \"jest --silent --verbose --passWithNoTests\"",
"test:e2e": "run-script-if --ignore-errors \"$(build-env endToEndTests.ignoreFailures)\" --bool \"$(build-env endToEndTests.run)\" --then \"pnpm rimraf ./dist-e2e-tests\" \"pnpm start-server-and-test start http-get://0.0.0.0:$(build-env pmmlEditor.dev.port) cy:run\"",
"test:watch": "jest --watch"
},
"dependencies": {
"@kie-tools-core/editor": "workspace:*",
"@kie-tools-core/monaco-editor": "workspace:*",
"@kie-tools-core/notifications": "workspace:*",
"@kie-tools-core/patternfly-base": "workspace:*",
"@kie-tools-core/workspace": "workspace:*",
"@kie-tools/pmml-editor-marshaller": "workspace:*",
"@patternfly/react-charts": "^6.94.18",
"@patternfly/react-core": "^4.276.6",
"@patternfly/react-icons": "^4.93.6",
"combine-reducer": "^1.0.2",
"csstype": "^3.0.11",
"immer": "^10.0.3",
"lodash": "^4.17.21",
"monaco-editor": "^0.39.0",
"react": "^17.0.2",
"react-cool-onclickoutside": "^1.6.1",
"react-dom": "^17.0.2",
"react-monaco-editor": "^0.49.0",
"react-redux": "^7.2.4",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-sortable-hoc": "^2.0.0",
"react-transition-group": "^4.4.1",
"redux": "^4.1.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@kie-tools-core/envelope": "workspace:*",
"@kie-tools-core/envelope-bus": "workspace:*",
"@kie-tools-core/i18n": "workspace:*",
"@kie-tools-core/keyboard-shortcuts": "workspace:*",
"@kie-tools-core/operating-system": "workspace:*",
"@kie-tools-core/webpack-base": "workspace:*",
"@kie-tools/eslint": "workspace:*",
"@kie-tools/root-env": "workspace:*",
"@kie-tools/tsconfig": "workspace:*",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^11.2.6",
"@types/jest": "^26.0.23",
"@types/jest-when": "^2.7.4",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.1",
"@types/testing-library__jest-dom": "^5.9.1",
"@types/testing-library__react": "^9.1.2",
"@types/uuid": "^8.3.0",
"copy-webpack-plugin": "^11.0.0",
"copyfiles": "^2.4.1",
"cpr": "^3.0.1",
"cypress": "^13.5.1",
"cypress-file-upload": "^5.0.8",
"cypress-iframe": "^1.0.1",
"cypress-log-to-output": "^1.1.2",
"file-loader": "^6.2.0",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"jest-when": "^3.5.0",
"rimraf": "^3.0.2",
"start-server-and-test": "^2.0.3",
"ts-jest": "^26.5.6",
"typescript": "^4.6.2",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.9.0"
}
}