2019-02-11 01:55:29 +05:30
|
|
|
{
|
2020-08-05 22:39:58 +05:30
|
|
|
"name": "hydrogen-web",
|
2021-06-24 20:47:01 +05:30
|
|
|
"version": "0.2.0",
|
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",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"doc": "doc"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2021-05-20 14:41:57 +05:30
|
|
|
"lint": "eslint --cache src/",
|
|
|
|
"lint-ci": "eslint src/",
|
2021-05-17 16:23:58 +05:30
|
|
|
"test": "impunity --entry-point src/main.js --force-esm-dirs lib/ src/",
|
2019-06-24 03:08:30 +05:30
|
|
|
"start": "node scripts/serve-local.js",
|
2020-08-27 22:15:54 +05:30
|
|
|
"build": "node --experimental-modules scripts/build.mjs",
|
2021-03-08 19:10:21 +05:30
|
|
|
"postinstall": "node ./scripts/post-install.js"
|
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": {
|
2020-08-05 22:04:41 +05:30
|
|
|
"@babel/core": "^7.11.1",
|
|
|
|
"@babel/preset-env": "^7.11.0",
|
|
|
|
"@rollup/plugin-babel": "^5.1.0",
|
2021-04-15 18:17:52 +05:30
|
|
|
"@rollup/plugin-commonjs": "^15.0.0",
|
2021-07-08 00:51:10 +05:30
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
2021-05-12 22:03:05 +05:30
|
|
|
"@rollup/plugin-multi-entry": "^4.0.0",
|
2021-04-15 18:17:52 +05:30
|
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
2021-05-31 16:36:11 +05:30
|
|
|
"autoprefixer": "^10.2.6",
|
2020-08-06 15:08:38 +05:30
|
|
|
"cheerio": "^1.0.0-rc.3",
|
2020-08-13 22:29:31 +05:30
|
|
|
"commander": "^6.0.0",
|
2020-08-05 22:04:41 +05:30
|
|
|
"core-js": "^3.6.5",
|
2021-05-12 22:03:05 +05:30
|
|
|
"eslint": "^7.25.0",
|
2021-06-02 16:02:03 +05:30
|
|
|
"fake-indexeddb": "^3.1.2",
|
2020-08-06 15:08:38 +05:30
|
|
|
"finalhandler": "^1.1.1",
|
2020-09-03 14:59:04 +05:30
|
|
|
"impunity": "^1.0.0",
|
2020-08-06 15:08:38 +05:30
|
|
|
"mdn-polyfills": "^5.20.0",
|
2021-07-07 07:40:36 +05:30
|
|
|
"node-html-parser": "^4.0.0",
|
2020-10-08 17:47:43 +05:30
|
|
|
"postcss": "^8.1.1",
|
2020-08-07 22:45:53 +05:30
|
|
|
"postcss-css-variables": "^0.17.0",
|
|
|
|
"postcss-flexbugs-fixes": "^4.2.1",
|
2020-08-06 15:08:38 +05:30
|
|
|
"postcss-import": "^12.0.1",
|
2020-08-14 14:15:14 +05:30
|
|
|
"postcss-url": "^8.0.0",
|
2020-08-06 15:08:38 +05:30
|
|
|
"regenerator-runtime": "^0.13.7",
|
2021-05-12 22:03:05 +05:30
|
|
|
"rollup": "^2.26.4",
|
2020-08-18 15:17:20 +05:30
|
|
|
"rollup-plugin-cleanup": "^3.1.1",
|
2020-08-13 22:29:31 +05:30
|
|
|
"serve-static": "^1.13.2",
|
2020-08-27 23:32:20 +05:30
|
|
|
"xxhashjs": "^0.2.2"
|
2020-08-26 18:19:16 +05:30
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-07-07 07:40:36 +05:30
|
|
|
"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
|
2020-09-16 21:50:39 +05:30
|
|
|
"aes-js": "^3.1.2",
|
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",
|
|
|
|
"bs58": "^4.0.1",
|
2020-10-08 17:47:43 +05:30
|
|
|
"es6-promise": "https://github.com/bwindels/es6-promise.git#bwindels/expose-flush",
|
2021-07-10 01:36:24 +05:30
|
|
|
"sanitize-html": "^2.4.0",
|
2020-09-18 15:34:22 +05:30
|
|
|
"text-encoding": "^0.7.0"
|
2020-03-15 01:22:17 +05:30
|
|
|
}
|
2019-02-11 01:55:29 +05:30
|
|
|
}
|