UNPKG

@warp-works/warpjs-utils

Version:

Utility functions for WarpJS and plugins

107 lines (106 loc) 3.2 kB
{ "name": "@warp-works/warpjs-utils", "version": "2.0.3", "description": "Utility functions for WarpJS and plugins", "main": "index.js", "publishConfig": { "access": "public" }, "engineStrict": true, "engines": { "node": ">=14.15.0" }, "scripts": { "eslint": "eslint --fix *.js lib", "prepack": "npm run coverage", "precoverage": "grunt check build", "coverage": "nyc npm test", "coverage-report": "nyc report --reporter=text --reporter=text-summary", "test": "mocha \"lib/**/*.unit.test.js\" \"handlebars/**/*.unit.test.js\" \"client/**/*.unit.test.js\" index.unit.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/WarpWorks/warpjs-utils.git" }, "keywords": [ "WarpJS" ], "author": { "name": "Hữu Ðà Trần", "email": "huuda.tran@quoininc.com", "url": "https://www.quoininc.com/staff/huu-da-tran/" }, "license": "MIT", "bugs": { "url": "https://github.com/WarpWorks/warpjs-utils/issues" }, "homepage": "https://github.com/WarpWorks/warpjs-utils#readme", "peerDependencies": { "@warp-works/warpjs-plugins": ">=2.0.1" }, "devDependencies": { "@quoin/eslint-config-quoin": "^2.0.2", "@quoin/node-test-helpers": "^2.0.1", "@warp-works/warpjs-plugins": "^2.0.1", "babel-core": "~6.26.3", "babel-loader": "~7.1.5", "babel-plugin-transform-async-to-generator": "~6.24.1", "babel-plugin-transform-object-rest-spread": "~6.26.0", "babel-preset-env": "~1.7.0", "babel-preset-react": "~6.24.1", "babel-preset-stage-0": "~6.24.1", "babel-regenerator-runtime": "~6.5.0", "bootstrap": "~3.4.1", "eslint": "^7.29.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-html": "^6.1.2", "eslint-plugin-import": "^2.23.4", "eslint-plugin-json": "^3.0.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-react": "^7.24.0", "font-awesome": "~4.7.0", "grunt": "^1.4.1", "grunt-babel": "^7.0.0", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "~2.0.0", "grunt-contrib-copy": "~1.0.0", "grunt-contrib-less": "^3.0.0", "grunt-eslint": "^23.0.0", "grunt-webpack": "~3.1.3", "handlebars-loader": "~1.7.0", "jit-grunt": "~0.10.0", "jquery": "^3.6.0", "jquery-toast-plugin": "~1.3.2", "load-grunt-config": "~3.0.1", "mocha": "^9.0.0", "npm-run-all": "^4.1.5", "nyc": "^15.1.0", "tinymce": "^4.9.11", "webpack": "~2.7.0", "webpack-visualizer-plugin": "~0.1.11" }, "dependencies": { "@quoin/node-rc": "^2.0.1", "@warp-works/warpjs-filter-box": "^2.0.1", "bluebird": "^3.7.2", "classnames": "^2.3.1", "debug": "^4.3.1", "hal": "~0.1.0", "handlebars": "^4.7.7", "hbs": "~4.0.6", "hbs-utils": "~0.0.4", "lodash": "^4.17.21", "moment": "~2.24.0", "prop-types": "~15.7.2", "react": "^16.14.0", "react-bootstrap": "~0.32.4", "react-dom": "^16.14.0", "react-redux": "^7.2.4", "redux": "^4.1.0", "redux-concatenate-reducers": "~1.0.0", "redux-logger": "~3.0.6", "semver": "^7.3.5", "url-template": "~2.0.8" } }