@jaspersoft/jv-input-controls
Version:
Component for rendering input controls for a report or ad hoc view using visualize.js
76 lines (75 loc) • 2.19 kB
JSON
{
"name": "@jaspersoft/jv-input-controls",
"version": "0.1.10",
"description": "Component for rendering input controls for a report or ad hoc view using visualize.js",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"homepage": "https://jaspersoft.github.io/js-visualize-components-samples/pages/input-controls",
"files": [
"dist"
],
"scripts": {
"audit:all": "yarn audit",
"audit:runtime": "yarn audit --groups dependencies",
"test": "jest",
"build-prod": "NODE_ENV=production vite build",
"dev": "vite",
"build": "tsc -b && vite build",
"serve": "vite preview",
"clean": "rm -rf ./dist"
},
"keywords": [
"jaspersoft",
"jasperreports server",
"visualize.js",
"embed",
"input controls",
"filters",
"react",
"typescript",
"javascript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Jaspersoft/js-visualize-components.git",
"directory": "packages/jv-input-controls"
},
"license": "BSD-3-Clause",
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-react": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"babel-jest": "^29.7.0",
"eslint": "^9.3.0",
"eslint-plugin-react": "^7.34.1",
"i18next": "^23.11.5",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.5.2",
"i18next-resources-to-backend": "^1.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.10.0",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.1.0"
},
"dependencies": {
"@jaspersoft/jv-tools": "^0.1.10",
"@jaspersoft/jv-ui-components": "^0.1.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^14.1.2"
}
}