2019-02-10 21:25:29 +01:00
|
|
|
{
|
2020-08-05 19:09:58 +02:00
|
|
|
"name": "hydrogen-web",
|
2022-06-30 10:51:11 +02:00
|
|
|
"version": "0.2.33",
|
2019-02-10 21:25:29 +01:00
|
|
|
"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 14:27:09 +02:00
|
|
|
"enginesStrict": {
|
|
|
|
"node": ">=15"
|
|
|
|
},
|
2019-02-10 21:25:29 +01:00
|
|
|
"scripts": {
|
2021-05-20 11:11:57 +02:00
|
|
|
"lint": "eslint --cache src/",
|
2021-08-18 17:20:31 +02:00
|
|
|
"lint-ts": "eslint src/ -c .ts-eslintrc.js --ext .ts",
|
2021-05-20 11:11:57 +02:00
|
|
|
"lint-ci": "eslint src/",
|
2021-12-01 13:30:17 +01:00
|
|
|
"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 07:41:46 +01:00
|
|
|
"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 07:39:32 +02:00
|
|
|
"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 19:29:28 +02:00
|
|
|
"start": "vite --port 3000",
|
2022-04-18 13:19:11 +02:00
|
|
|
"build": "vite build && ./scripts/cleanup.sh",
|
2022-04-06 01:17:14 +02:00
|
|
|
"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-10 21:25:29 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-08-05 19:09:58 +02:00
|
|
|
"url": "git@github.com:vector-im/hydrogen-web.git"
|
2019-02-10 21:25:29 +01:00
|
|
|
},
|
2020-08-05 19:08:11 +02:00
|
|
|
"author": "matrix.org",
|
2020-08-05 18:45:00 +02:00
|
|
|
"license": "Apache-2.0",
|
2019-02-10 21:25:29 +01:00
|
|
|
"bugs": {
|
2020-08-05 19:09:58 +02:00
|
|
|
"url": "https://github.com/vector-im/hydrogen-web/issues"
|
2019-02-10 21:25:29 +01:00
|
|
|
},
|
2020-08-05 19:09:58 +02:00
|
|
|
"homepage": "https://github.com/vector-im/hydrogen-web/#readme",
|
2019-02-16 00:22:47 +01:00
|
|
|
"devDependencies": {
|
2021-08-18 17:20:31 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.29.2",
|
|
|
|
"@typescript-eslint/parser": "^4.29.2",
|
2021-12-21 15:28:34 +01:00
|
|
|
"acorn": "^8.6.0",
|
|
|
|
"acorn-walk": "^8.2.0",
|
2021-12-10 16:02:34 +01:00
|
|
|
"aes-js": "^3.1.2",
|
2022-03-03 15:28:46 +01:00
|
|
|
"bs58": "^4.0.1",
|
2020-08-05 18:34:41 +02:00
|
|
|
"core-js": "^3.6.5",
|
2021-12-10 16:02:34 +01:00
|
|
|
"es6-promise": "https://github.com/bwindels/es6-promise.git#bwindels/expose-flush",
|
2021-12-21 15:28:34 +01:00
|
|
|
"escodegen": "^2.0.0",
|
2021-08-18 17:20:31 +02:00
|
|
|
"eslint": "^7.32.0",
|
2021-06-02 12:32:03 +02:00
|
|
|
"fake-indexeddb": "^3.1.2",
|
2021-11-30 08:04:45 +01:00
|
|
|
"impunity": "^1.0.9",
|
2020-08-06 11:38:38 +02:00
|
|
|
"mdn-polyfills": "^5.20.0",
|
2021-12-10 16:03:17 +01:00
|
|
|
"merge-options": "^3.0.4",
|
2021-12-01 17:45:33 +01:00
|
|
|
"node-html-parser": "^4.0.0",
|
2021-12-01 18:09:26 +01:00
|
|
|
"postcss-css-variables": "^0.18.0",
|
|
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
2022-03-27 16:48:42 +02:00
|
|
|
"postcss-value-parser": "^4.2.0",
|
2020-08-06 11:38:38 +02:00
|
|
|
"regenerator-runtime": "^0.13.7",
|
2021-12-10 16:02:34 +01:00
|
|
|
"text-encoding": "^0.7.0",
|
2021-08-06 21:15:23 +02:00
|
|
|
"typescript": "^4.3.5",
|
2022-05-05 21:58:43 +02:00
|
|
|
"vite": "^2.9.8",
|
2022-03-03 15:28:46 +01:00
|
|
|
"xxhashjs": "^0.2.2"
|
2021-12-01 17:26:48 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-07-04 15:39:11 +02:00
|
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz",
|
2020-08-27 18:45:54 +02:00
|
|
|
"another-json": "^0.2.0",
|
2020-09-17 17:55:35 +02:00
|
|
|
"base64-arraybuffer": "^0.2.0",
|
2022-03-07 07:08:39 +01:00
|
|
|
"dompurify": "^2.3.0",
|
2022-03-27 16:48:42 +02:00
|
|
|
"off-color": "^2.0.0"
|
2020-03-14 20:52:17 +01:00
|
|
|
}
|
2019-02-10 21:25:29 +01:00
|
|
|
}
|