59 lines
1.9 KiB
JSON
59 lines
1.9 KiB
JSON
{
|
|
"name": "hydrogen-web",
|
|
"version": "0.1.48",
|
|
"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": {
|
|
"test": "node_modules/.bin/impunity --entry-point src/main.js --force-esm-dirs lib/ src/",
|
|
"start": "node scripts/serve-local.js",
|
|
"build": "node --experimental-modules scripts/build.mjs",
|
|
"postinstall": "node ./scripts/post-install.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:vector-im/hydrogen-web.git"
|
|
},
|
|
"author": "matrix.org",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/vector-im/hydrogen-web/issues"
|
|
},
|
|
"homepage": "https://github.com/vector-im/hydrogen-web/#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"rollup": "^2.26.4",
|
|
"@rollup/plugin-babel": "^5.1.0",
|
|
"@rollup/plugin-multi-entry": "^4.0.0",
|
|
"@rollup/plugin-commonjs": "^15.0.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"autoprefixer": "^10.0.1",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"commander": "^6.0.0",
|
|
"core-js": "^3.6.5",
|
|
"finalhandler": "^1.1.1",
|
|
"impunity": "^1.0.0",
|
|
"mdn-polyfills": "^5.20.0",
|
|
"postcss": "^8.1.1",
|
|
"postcss-css-variables": "^0.17.0",
|
|
"postcss-flexbugs-fixes": "^4.2.1",
|
|
"postcss-import": "^12.0.1",
|
|
"postcss-url": "^8.0.0",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"rollup-plugin-cleanup": "^3.1.1",
|
|
"serve-static": "^1.13.2",
|
|
"xxhashjs": "^0.2.2"
|
|
},
|
|
"dependencies": {
|
|
"aes-js": "^3.1.2",
|
|
"another-json": "^0.2.0",
|
|
"base64-arraybuffer": "^0.2.0",
|
|
"bs58": "^4.0.1",
|
|
"es6-promise": "https://github.com/bwindels/es6-promise.git#bwindels/expose-flush",
|
|
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
|
|
"text-encoding": "^0.7.0"
|
|
}
|
|
}
|