UNPKG

rws-js-client

Version:
93 lines (92 loc) 2.68 kB
{ "name": "rws-js-client", "version": "2.0.6", "description": "client for RWS frontend", "main": "src/index.ts", "scripts": { "docs": "typedoc --tsconfig ./tsconfig.json" }, "bin": { "rws-client": "./console.js" }, "repository": { "type": "git", "url": "git+https://github.com/papablack/rws-client.git" }, "keywords": [ "frontend", "rws", "client", "typescript" ], "author": "papablack", "license": "ISC", "bugs": { "url": "https://github.com/papablack/rws-client/issues" }, "homepage": "https://github.com/papablack/rws-client#readme", "dependencies": { "@microsoft/fast-foundation": "^2.46.2", "@microsoft/fast-element": "^1.12.0", "@types/moment": "^2.13.0", "dragula": "^3.7.3", "moment": "^2.29.4", "he": "^1.2.0", "partial-json-parser": "^1.0.0", "reflect-metadata": "^0.1.13", "resolve-url-loader": "^5.0.0", "sass": "^1.69.7", "socket.io-client": "^4.7.2", "ts-loader": "^9.4.4", "tsc-watch": "^6.0.4", "tslib": "^2.6.2", "json5": "^2.2.3", "upload": "^1.3.2", "url-router": "^13.0.0", "uuid": "^9.0.1", "v4": "^0.0.1", "sanitize-html": "^2.12.1" }, "devDependencies": { "@open-wc/dev-server-hmr": "^0.1.2-next.0", "@types/sanitize-html": "^2.11.0", "@types/dragula": "^3.7.4", "@types/express-fileupload": "^1.4.4", "@types/socket.io-client": "^3.0.0", "@types/uuid": "^9.0.7", "@types/he": "^1.2.3", "@typescript-eslint/eslint-plugin": "^7.0.1", "@typescript-eslint/parser": "^7.0.1", "@types/json5": "^2.2.0", "css-loader": "^6.8.1", "css-minimizer-webpack-plugin": "^5.0.1", "dts-bundle": "^0.7.3", "eslint": "^8.56.0", "eslint-plugin-unused-imports": "^3.1.0", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.5.3", "loader-utils": "^3.2.1", "mini-css-extract-plugin": "^2.7.6", "node-sass": "^9.0.0", "sass-loader": "^13.3.2", "source-map": "^0.7.4", "style-loader": "^3.3.3", "terser-webpack-plugin": "^5.3.9", "ts-node": "^10.9.1", "tsconfig-paths": "^4.2.0", "tsconfig-paths-webpack-plugin": "^4.1.0", "typedoc": "^0.25.4", "typedoc-plugin-mermaid": "^1.10.0", "typedoc-plugin-not-exported": "^0.1.6", "typedoc-plugin-rename-defaults": "^0.7.0", "typedoc-theme-hierarchy": "^4.1.2", "typescript": "^5.1.6", "url-loader": "^4.1.1", "webpack": "^5.75.0", "webpack-bundle-analyzer": "^4.10.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1", "webpack-node-externals": "^3.0.0", "ts-loader": "^9.4.4" } }