blob: af270ae9a286b3027039f578e5706f0c0f1353fe [file] [log] [blame]
{
"private": true,
"name": "@kie-tools/dashbuilder-component-victory-charts",
"version": "0.23.2",
"description": "",
"license": "Apache-2.0",
"homepage": "https://github.com/kiegroup/kie-tools",
"repository": {
"type": "git",
"url": "https://github.com/kiegroup/kie-tools.git"
},
"bugs": {
"url": "https://github.com/kiegroup/kie-tools/issues"
},
"types": "./dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"build:dev": "rimraf dist && pnpm copy:css && webpack --env dev",
"build:prod": "pnpm lint && pnpm test && rimraf dist && pnpm copy:css && webpack",
"copy:css": "copyfiles -u 1 \"src/**/*.{sass,scss,css}\" dist/",
"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\""
},
"dependencies": {
"@kie-tools-core/patternfly-base": "workspace:*",
"@kie-tools/dashbuilder-component-api": "workspace:*",
"@patternfly/react-charts": "^6.15.23",
"@patternfly/react-core": "^4.157.3",
"@patternfly/react-table": "^4.27.15",
"numeral": "^2.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"victory-zoom-container": "^35.11.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@kie-tools-core/webpack-base": "workspace:*",
"@kie-tools/dashbuilder-component-dev": "workspace:*",
"@kie-tools/eslint": "workspace:*",
"@kie-tools/root-env": "workspace:*",
"@kie-tools/tsconfig": "workspace:*",
"@testing-library/jest-dom": "^5.16.1",
"@types/jest": "^26.0.23",
"@types/jest-when": "^2.7.4",
"@types/numeral": "^2.0.2",
"@types/react": "^17.0.6",
"@types/react-dom": "^17.0.5",
"@types/testing-library__jest-dom": "^5.9.1",
"copy-webpack-plugin": "^8.1.1",
"copyfiles": "^2.4.1",
"html-webpack-plugin": "^5.3.2",
"jest": "^26.6.3",
"jest-junit": "^14.0.0",
"jest-when": "^3.5.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",
"typescript": "^4.4.2",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^5.7.3"
}
}