@codoxhq/codox-cu-client
Version:
Codox client for Clickup FE
174 lines (173 loc) • 6.95 kB
JSON
{
"name": "@codoxhq/codox-cu-client",
"version": "1.5.2-rc.0",
"private": false,
"scripts": {
"clickup:build": "gulp build --build clickup",
"clickup:staging:deploy": "s3cmd sync -c ../awsscripts/cdn/s3cfg-stage --recursive dist-clickup/ s3://cdn1.stage.codox.io/lib/ && aws cloudfront create-invalidation --distribution-id ECHOHOJRNPBHH --paths /lib/api/wave.client.js",
"clickup:watch": "gulp watch --build clickup & nodemon --watch src server.js",
"production:build": "gulp build --build production ",
"staging:build": "gulp build --build staging ",
"staging:watch": "gulp watch --build staging && node server",
"dev:watch": "gulp watch --build development & nodemon --watch src server.js",
"dev:build": "gulp build --build development",
"scz_build": "gulp build --build scz ",
"predsm:staging:deploy": "s3cmd sync -c ../awsscripts/cdn/s3cfg-stage --recursive dist-staging/ s3://cdn1.stage.codox.io/lib/ && aws cloudfront create-invalidation --distribution-id ECHOHOJRNPBHH --paths /lib/api/*",
"predsm:production:deploy": "source ~/Dropbox/serverkey/.production.env && s3cmd sync -c ../awsscripts/cdn/s3cfg-prod --recursive dist-production/ s3://cdn1.codox.io/lib/ && aws cloudfront create-invalidation --distribution-id E21FN6K0LK2R9C --paths /lib/api/*",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix",
"test_staging": "JEST_TEST=true EDITOR_TYPE=$npm_config_editor_type BUILD_ENV=staging jest --watch --coverage --silent --verbose",
"test:dev:path": "JEST_TEST=true EDITOR_TYPE=$npm_config_editor_type BUILD_ENV=development jest --no-cache --watch --verbose --silent -- $npm_config_path",
"test:staging:path": "JEST_TEST=true EDITOR_TYPE=$npm_config_editor_type BUILD_ENV=staging jest --watch --silent --verbose -- $npm_config_path",
"test:clear_cache": "jest --clearCache",
"test:development:all": "echo \"\nDEVELOPMENT TEST CASES $npm_config_editor_type\n\" && JEST_TEST=true EDITOR_TYPE=$npm_config_editor_type BUILD_ENV=development jest --silent",
"test:production:all": "echo \"\nPRODUCTION TEST CASES $npm_config_editor_type\n\" && JEST_TEST=true EDITOR_TYPE=$npm_config_editor_type BUILD_ENV=production jest --silent",
"test:staging:all": "echo \"\nSTAGING TEST CASES $npm_config_editor_type\n\" && JEST_TEST=true EDITOR_TYPE=$npm_config_editor_type BUILD_ENV=staging jest --silent",
"test:all": "npm run test:development:all --editor=quilljs && npm run test:staging:all --editor=quilljs && npm run test:production:all --editor=quilljs && npm run test:development:all --editor=froala && npm run test:staging:all --editor=froala && npm run test:production:all --editor=froala",
"bump:prerelease": "npm version prerelease --preid=rc",
"bump:patch": "npm version patch",
"bump:minor": "npm version minor",
"bump:major": "npm version major",
"bump:rc": "npm version prerelease --preid=rc",
"version": "",
"postversion": "git push && git push --tags",
"prepare": "husky install",
"start": "node server.js"
},
"browserify-shim": {},
"files": [
"dist/codox.*"
],
"jest": {
"collectCoverage": true,
"coverageReporters": [
"json",
"html"
],
"coverageDirectory": "coverage/"
},
"dependencies": {
"@sentry/browser": "^5.21.3",
"axios": "^0.21.1",
"classnames": "^2.2.5",
"deepmerge": "^4.2.2",
"events": "^3.2.0",
"flux": "^3.1.2",
"md5": "^2.3.0",
"nanoid": "^3.1.12",
"promise-polyfill": "^8.1.0",
"prop-types": "^15.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-localization": "^1.0.17",
"styled-components": "^5.1.1",
"uuid": "^3.4.0",
"webworkify": "^1.5.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-async-to-generator": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.11.2",
"ansi-colors": "^4.1.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"browserify-shim": "^3.8.14",
"common-shakeify": "^0.6.2",
"conditionalify": "^1.1.0",
"css-loader": "^5.2.7",
"dateformat": "^2.2.0",
"debug": "^4.1.1",
"del": "^5.1.0",
"envify": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsdoc": "^37.7.0",
"eslint-plugin-react": "^7.28.0",
"express": "^4.17.1",
"fancy-log": "^1.3.3",
"froala-editor": "^4.0.10",
"gulp": "^4.0.1",
"gulp-autoprefixer": "^8.0.0",
"gulp-bump": "^3.2.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cond": "^1.0.0",
"gulp-cssfont64": "0.0.1",
"gulp-decomment": "^0.2.2",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-insert": "^0.5.0",
"gulp-less": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sourcemaps": "^3.0.0",
"gulp-streamify": "^1.0.2",
"gulp-terser": "^2.1.0",
"gulp-ttf2woff": "^1.1.1",
"gulp-uglify": "^3.0.2",
"gulp-uncomment": "^0.3.0",
"gulp-util": "^3.0.8",
"husky": "^7.0.4",
"jest": "^24.9.0",
"jest-environment-jsdom-sixteen": "^2.0.0",
"jest-fetch-mock": "^3.0.3",
"jsdom": "^19.0.0",
"less": "^4.1.2",
"less-loader": "^7.0.0",
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.5",
"morgan": "^1.10.0",
"prettier": "^1.19.1",
"quill": "^1.3.7",
"quill-delta": "^5.0.0",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"selenium-webdriver": "^4.0.0-alpha.7",
"serve-static": "^1.14.1",
"stripify": "^6.0.0",
"style-loader": "^2.0.0",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0",
"terser": "^4.8.0",
"tinymce": "^6.0.1",
"uglifyify": "^5.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watch": "^1.0.2",
"watchify": "^3.9.0",
"worker-loader": "^3.0.8",
"yargs": "^14.2.3"
},
"description": "Codox client for Clickup FE",
"main": "dist/codox.bundle.js",
"repository": {
"type": "git",
"url": "git+https://github.com/codoxhq/sdkui.git"
},
"keywords": [
"Real-time",
"collaboration",
"co-editing"
],
"author": "codoxhq",
"license": "SEE LICENSE IN codox.bundle.js",
"bugs": {
"url": "https://github.com/codoxhq/sdkui/issues"
},
"homepage": "https://github.com/codoxhq/sdkui#readme"
}