|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "name": "xhive-framework",
- "scripts": {
- "build": "node esbuild",
- "production": "node esbuild --production",
- "watch": "node esbuild --watch",
- "coverage:report": "npx nyc report --reporter=clover",
- "prepare": "npm run snyk-protect",
- "snyk-protect": "snyk-protect"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xhiveframework/xhiveframework.git"
- },
- "author": "Xhive Global Ltd.",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/xhiveframework/xhiveframework/issues"
- },
- "engines": {
- "node": ">=14"
- },
- "homepage": "https://xhiveframework.co",
- "dependencies": {
- "@editorjs/editorjs": "^2.26.3",
- "@xhiveframework/esbuild-plugin-postcss2": "git+https://lab.membtech.com/xhiveframework/esbuild-plugin-postcss2.git",
- "@snyk/protect": "^1.1107.0",
- "@vue/component-compiler": "^4.2.4",
- "ace-builds": "^1.4.8",
- "air-datepicker": "git+https://lab.membtech.com/xhiveframework/air-datepicker.git",
- "autoprefixer": "10",
- "awesomplete": "^1.1.5",
- "bootstrap": "4.5.0",
- "chalk": "^2.3.2",
- "cliui": "^7.0.4",
- "cookie": "^0.4.0",
- "cropperjs": "^1.5.12",
- "cssnano": "^5.0.0",
- "driver.js": "^0.9.8",
- "editorjs-undo": "0.1.6",
- "esbuild": "^0.14.29",
- "esbuild-vue": "^1.2.1",
- "fast-deep-equal": "^2.0.1",
- "fast-glob": "^3.2.5",
- "xhiveframework-charts": "git+https://lab.membtech.com/xhiveframework/charts.git",
- "xhiveframework-datatable": "git+https://lab.membtech.com/xhiveframework/datatable.git",
- "xhiveframework-gantt": "git+https://lab.membtech.com/xhiveframework/gantt.git",
- "highlight.js": "^10.4.1",
- "html5-qrcode": "^2.0.11",
- "jquery": "3.6.0",
- "js-sha256": "^0.9.0",
- "jsbarcode": "^3.9.0",
- "launch-editor": "^2.2.1",
- "localforage": "^1.9.0",
- "md5": "^2.3.0",
- "moment": "^2.29.4",
- "moment-timezone": "^0.5.28",
- "plyr": "^3.7.2",
- "popper.js": "^1.16.0",
- "postcss": "8",
- "quill": "2.0.0-dev.4",
- "quill-image-resize": "^3.0.9",
- "quill-magic-url": "^3.0.0",
- "qz-tray": "^2.0.8",
- "redis": "^3.1.1",
- "rtlcss": "^3.2.1",
- "sass": "^1.53.0",
- "showdown": "^2.1.0",
- "socket.io": "^4.5.1",
- "socket.io-client": "^4.5.1",
- "sortablejs": "1.9.0",
- "superagent": "^3.8.2",
- "touch": "^3.1.0",
- "vue": "2.6.14",
- "vue-router": "^2.0.0",
- "vue-template-compiler": "2.6.14",
- "vuedraggable": "^2.24.3",
- "vuex": "3",
- "yargs": "^17.5.1"
- },
- "snyk": true,
- "nyc": {
- "report-dir": ".cypress-coverage"
- }
- }
|