UNPKG

backendless-visualizations

Version:

Backendless Visualisations

96 lines (95 loc) 2.93 kB
{ "name": "backendless-visualizations", "version": "0.23.0", "description": "Backendless Visualisations", "author": "info@backendless.com", "license": "ISC", "keywords": [ "cloud", "mobile", "api", "visualizations", "baas", "backendless.com" ], "scripts": { "build": "webpack --config webpack/webpack.config.js --mode production && npm run bannerize", "build:shared": "node ./scripts/compose-vis-assets.js", "dev": "webpack --config webpack/webpack.config.js --watch", "lint": "eslint . --fix", "lint:prod": "eslint .", "test": "jest --coverage", "check": "npm run lint:prod && npm run test", "bannerize": "bannerize ./dist/*.js --banner=./banner.ejs", "prepare": "npm run check && npm run build" }, "files": [ "dist" ], "bugs": { "url": "http://support.backendless.com", "email": "info@backendless.com" }, "devDependencies": { "@babel/core": "^7.18.5", "@babel/eslint-parser": "^7.18.2", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.18.2", "@babel/preset-react": "^7.17.12", "@date-io/luxon": "^1.3.11", "@material-ui/core": "4.12.4", "@material-ui/lab": "^4.0.0-alpha.61", "@material-ui/pickers": "^3.3.10", "@testing-library/react-hooks": "^8.0.1", "async": "^3.2.4", "babel-jest": "^28.1.1", "babel-loader": "^8.2.5", "babel-plugin-transform-amd-to-commonjs": "^1.6.0", "backendless": "^7.3.1", "bannerize": "^1.1.4", "chart.js": "^3.9.1", "chartjs-adapter-luxon": "^1.3.0", "classnames": "^2.3.1", "color": "^4.2.3", "css-loader": "^6.7.1", "eslint": "^8.18.0", "eslint-import-resolver-webpack": "^0.13.2", "eslint-plugin-import": "^2.28.0", "eslint-plugin-jest": "^26.5.3", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.30.0", "fs-extra": "^10.1.0", "hash-sum": "^2.0.0", "hoist-non-react-statics": "^3.3.2", "jest": "^28.1.1", "jest-canvas-mock": "^2.4.0", "jest-environment-jsdom": "^28.1.1", "jest-extended": "^2.0.0", "jest-runtime": "^28.1.1", "jss": "^10.1.1", "jss-preset-default": "^10.1.1", "less": "^4.1.3", "less-loader": "^11.0.0", "lodash": "^4.17.21", "luxon": "^1.28.0", "progress-bar-webpack-plugin": "^2.1.0", "prop-types": "^15.8.1", "query-string": "^7.1.1", "react": "^17.0.2", "react-color": "2.17.1", "react-dnd": "14.0.2", "react-dnd-html5-backend": "14.0.2", "react-dom": "^17.0.2", "react-portal": "^4.2.1", "scriptjs": "^2.5.9", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.3", "url-loader": "^4.1.1", "webpack": "^5.73.0", "webpack-bundle-analyzer": "^4.5.0", "webpack-cli": "^4.10.0", "webpack-react-component-name": "^5.0.5", "webpack-shell-plugin-next": "^2.2.2", "wellknown": "^0.5.0" } }