2019-02-11 01:55:29 +05:30
|
|
|
{
|
2020-08-05 22:39:58 +05:30
|
|
|
"name": "hydrogen-web",
|
2022-06-15 14:59:29 +05:30
|
|
|
"version": "0.2.32",
|
2019-02-11 01:55:29 +05:30
|
|
|
"description": "A javascript matrix client prototype, trying to minize RAM usage by offloading as much as possible to IndexedDB",
|
|
|
|
"directories": {
|
|
|
|
"doc": "doc"
|
|
|
|
},
|
2022-06-24 17:57:09 +05:30
|
|
|
"enginesStrict": {
|
|
|
|
"node": ">=15"
|
|
|
|
},
|
2019-02-11 01:55:29 +05:30
|
|
|
"scripts": {
|
2021-05-20 14:41:57 +05:30
|
|
|
"lint": "eslint --cache src/",
|
2021-08-18 20:50:31 +05:30
|
|
|
"lint-ts": "eslint src/ -c .ts-eslintrc.js --ext .ts",
|
2021-05-20 14:41:57 +05:30
|
|
|
"lint-ci": "eslint src/",
|
2021-12-01 18:00:17 +05:30
|
|
|
"test": "impunity --entry-point src/platform/web/main.js src/platform/web/Platform.js --force-esm-dirs lib/ src/ --root-dir src/",
|
2022-03-14 12:11:46 +05:30
|
|
|
"test:postcss": "impunity --entry-point scripts/postcss/tests/css-compile-variables.test.js scripts/postcss/tests/css-url-to-variables.test.js",
|
2022-04-20 11:09:32 +05:30
|
|
|
"test:sdk": "yarn build:sdk && cd ./scripts/sdk/test/ && yarn --no-lockfile && node test-sdk-in-esm-vite-build-env.js && node test-sdk-in-commonjs-env.js",
|
2021-10-05 22:59:28 +05:30
|
|
|
"start": "vite --port 3000",
|
2022-04-18 16:49:11 +05:30
|
|
|
"build": "vite build && ./scripts/cleanup.sh",
|
2022-04-06 04:47:14 +05:30
|
|
|
"build:sdk": "./scripts/sdk/build.sh",
|
|
|
|
"watch:sdk": "./scripts/sdk/build.sh && yarn run vite build -c vite.sdk-lib-config.js --watch"
|
2019-02-11 01:55:29 +05:30
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-05 22:39:58 +05:30
|
|
|
"url": "git@github.com:vector-im/hydrogen-web.git"
|
2019-02-11 01:55:29 +05:30
|
|
|
},
|
2020-08-05 22:38:11 +05:30
|
|
|
"author": "matrix.org",
|
2020-08-05 22:15:00 +05:30
|
|
|
"license": "Apache-2.0",
|
2019-02-11 01:55:29 +05:30
|
|
|
"bugs": {
|
2020-08-05 22:39:58 +05:30
|
|
|
"url": "https://github.com/vector-im/hydrogen-web/issues"
|
2019-02-11 01:55:29 +05:30
|
|
|
},
|
2020-08-05 22:39:58 +05:30
|
|
|
"homepage": "https://github.com/vector-im/hydrogen-web/#readme",
|
2019-02-16 04:52:47 +05:30
|
|
|
"devDependencies": {
|
2021-08-18 20:50:31 +05:30
|
|
|
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
|
|
|
"@typescript-eslint/parser": "^4.29.2",
|
2021-12-21 19:58:34 +05:30
|
|
|
"acorn": "^8.6.0",
|
|
|
|
"acorn-walk": "^8.2.0",
|
2021-12-10 20:32:34 +05:30
|
|
|
"aes-js": "^3.1.2",
|
2022-03-03 19:58:46 +05:30
|
|
|
"bs58": "^4.0.1",
|
2020-08-05 22:04:41 +05:30
|
|
|
"core-js": "^3.6.5",
|
2021-12-10 20:32:34 +05:30
|
|
|
"es6-promise": "https://github.com/bwindels/es6-promise.git#bwindels/expose-flush",
|
2021-12-21 19:58:34 +05:30
|
|
|
"escodegen": "^2.0.0",
|
2021-08-18 20:50:31 +05:30
|
|
|
"eslint": "^7.32.0",
|
2021-06-02 16:02:03 +05:30
|
|
|
"fake-indexeddb": "^3.1.2",
|
2021-11-30 12:34:45 +05:30
|
|
|
"impunity": "^1.0.9",
|
2020-08-06 15:08:38 +05:30
|
|
|
"mdn-polyfills": "^5.20.0",
|
2021-12-10 20:33:17 +05:30
|
|
|
"merge-options": "^3.0.4",
|
2021-12-01 22:15:33 +05:30
|
|
|
"node-html-parser": "^4.0.0",
|
2021-12-01 22:39:26 +05:30
|
|
|
"postcss-css-variables": "^0.18.0",
|
|
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
2022-03-27 20:18:42 +05:30
|
|
|
"postcss-value-parser": "^4.2.0",
|
2020-08-06 15:08:38 +05:30
|
|
|
"regenerator-runtime": "^0.13.7",
|
2021-12-10 20:32:34 +05:30
|
|
|
"text-encoding": "^0.7.0",
|
2021-08-07 00:45:23 +05:30
|
|
|
"typescript": "^4.3.5",
|
2022-05-06 01:28:43 +05:30
|
|
|
"vite": "^2.9.8",
|
2022-03-03 19:58:46 +05:30
|
|
|
"xxhashjs": "^0.2.2"
|
2021-12-01 21:56:48 +05:30
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
|
2020-08-27 22:15:54 +05:30
|
|
|
"another-json": "^0.2.0",
|
2020-09-17 21:25:35 +05:30
|
|
|
"base64-arraybuffer": "^0.2.0",
|
2022-03-07 11:38:39 +05:30
|
|
|
"dompurify": "^2.3.0",
|
2022-03-27 20:18:42 +05:30
|
|
|
"off-color": "^2.0.0"
|
2020-03-15 01:22:17 +05:30
|
|
|
}
|
2019-02-11 01:55:29 +05:30
|
|
|
}
|