@rws-framework/client
Version:
This package provides the core client-side framework for Realtime Web Suit (RWS), enabling modular, asynchronous web components, state management, and integration with backend services. It is located in `.dev/client`.
112 lines (111 loc) • 3.47 kB
JSON
{
"name": "@rws-framework/client",
"private": false,
"version": "2.23.2",
"main": "src/index.ts",
"scripts": {
"docs": "typedoc --tsconfig ./tsconfig.json"
},
"bin": {
"rws-client": "./console.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rws-framework/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": {
"dompurify": "^3.2.5",
"@microsoft/fast-element": "^1.12.0",
"@microsoft/fast-foundation": "^2.46.2",
"@rws-framework/console": "*",
"@types/moment": "^2.13.0",
"deepmerge": "^4.3.1",
"dragula": "^3.7.3",
"he": "^1.2.0",
"json5": "^2.2.3",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"partial-json-parser": "^1.0.0",
"reflect-metadata": "^0.2.2",
"resolve-url-loader": "^5.0.0",
"socket.io-client": "^4.7.2",
"upload": "^1.3.2",
"url-router": "^13.0.0",
"uuid": "^9.0.1",
"v4": "^0.0.1",
"scss-loading-animations": "^1.0.1"
},
"devDependencies": {
"sass": "^1.87.0",
"html-webpack-plugin": "^5.6.3",
"css-minimizer-webpack-plugin": "^7.0.2",
"@types/dragula": "^3.7.4",
"@types/eslint": "^6.0.0",
"@types/express-fileupload": "^1.4.4",
"@types/glob": "^8.1.0",
"@types/he": "^1.2.3",
"@types/uuid": "^9.0.7",
"@typescript-eslint/parser": "^5.0.0",
"browser-sync": "^2.29.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"emoji-regex": "^10.3.0",
"eslint": "^6.0.0",
"file-loader": "^6.2.0",
"loader-utils": "^3.2.1",
"mini-css-extract-plugin": "^2.7.6",
"minimatch": "^9.0.4",
"node-sass": "^9.0.0",
"raw-loader": "^4.0.2",
"sass-embedded": "^1.83.4",
"sass-loader": "^13.3.2",
"scss-loading-animations": "^1.0.1",
"source-map": "^0.7.4",
"source-map-support": "^0.5.21",
"speed-measure-webpack-plugin": "^1.5.0",
"stacktrace-gps": "^3.1.2",
"style-loader": "^3.3.3",
"terser-webpack-plugin": "^5.3.9",
"thread-loader": "^4.0.4",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"ts-transformer-keys": "^0.4.4",
"tsc-watch": "^6.0.4",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.6.2",
"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",
"uglify-js": "^3.17.4",
"url-loader": "^4.1.1",
"vite": "^6.0.11",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^4.15.1",
"webpack-node-externals": "^3.0.0"
},
"resolutions": {
"lodash": "^4.17.21"
},
"overrides": {
"lodash": "^4.17.21"
},
"_rws": true
}