backendless-ui-sdk
Version:
Backendless UI-SDK
106 lines (105 loc) • 3.35 kB
JSON
{
"name": "backendless-ui-sdk",
"version": "1.39.2",
"description": "Backendless UI-SDK",
"author": "info@backendless.com",
"license": "ISC",
"main": "sdk.js",
"keywords": [
"cloud",
"mobile",
"api",
"ui-builder",
"baas",
"backendless.com"
],
"scripts": {
"i2": "npm i --legacy-peer-deps",
"build": "npm run build:sdk && npm run bannerize",
"build:sdk": "webpack --config webpack/webpack.config.js --mode production",
"build:components": "node ./scripts/compose-components.js",
"dev": "webpack --config webpack/webpack.config.js --watch",
"lint": "eslint . --fix",
"lint:prod": "eslint .",
"test:old": "jest --logHeapUsage --detectLeaks --coverage",
"test": "node --expose-gc --no-compilation-cache node_modules/.bin/jest --logHeapUsage",
"check": "npm run lint:prod && npm run test",
"bannerize": "bannerize ./dist/*.js --banner=./banner.ejs",
"prepack": "npm run check && npm run build",
"deps:link": "./scripts/deps.sh"
},
"files": [
"dist"
],
"bugs": {
"url": "http://support.backendless.com",
"email": "info@backendless.com"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/eslint-parser": "^7.26.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@date-io/dayjs": "^1.3.13",
"@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": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.2.1",
"babel-jest": "^28.1.1",
"babel-loader": "^8.2.5",
"babel-plugin-transform-amd-to-commonjs": "^1.6.0",
"backendless": "^7.4.4",
"backendless-visualizations": "0.23.0",
"bannerize": "^1.1.4",
"chart.js": "^3.9.1",
"chartjs-adapter-luxon": "^1.3.0",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"dayjs": "^1.11.7",
"eslint": "^8.18.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.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",
"material-table": "1.61.0",
"progress-bar-webpack-plugin": "^2.1.0",
"qrcode": "^1.5.0",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-color": "2.17.1",
"react-confetti": "^6.1.0",
"react-dnd": "14.0.2",
"react-dnd-html5-backend": "14.0.2",
"react-dom": "^17.0.2",
"react-portal": "^4.2.1",
"react-test-renderer": "^17.0.2",
"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-shell-plugin-next": "^2.2.2",
"wellknown": "^0.5.0",
"whatwg-fetch": "^3.6.2"
}
}