matrix-chat/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-30 12:40:50 +00:00
{
2020-11-18 00:24:36 +00:00
"name": "matrix-chat",
2020-10-30 12:40:50 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
2020-12-24 02:04:37 +00:00
"@modular-matrix/parse-mxc": "^1.0.1",
2021-03-16 10:52:38 +00:00
"@vue-polkadot/vue-identicon": "^0.0.8",
2020-10-30 12:40:50 +00:00
"core-js": "^3.6.5",
2021-03-16 10:52:38 +00:00
"jdenticon": "^3.1.0",
2020-11-13 04:18:28 +00:00
"matrix-js-sdk": "^9.1.0",
2020-12-05 02:52:50 +00:00
"sass": "^1.29.0",
"v-emoji-picker": "^2.3.1",
"vue": "^2.6.11",
"ws": "^7.3.1"
2020-10-30 12:40:50 +00:00
},
"devDependencies": {
2021-03-10 00:46:47 +00:00
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
2020-10-30 12:40:50 +00:00
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
2021-03-10 00:46:47 +00:00
"@vue/cli-plugin-pwa": "~4.5.0",
2020-10-30 12:40:50 +00:00
"@vue/cli-service": "~4.5.0",
2021-03-10 00:46:47 +00:00
"@vue/compiler-sfc": "^3.0.0",
"babel": "^6.23.0",
"babel-cli": "^6.18.0",
2020-10-30 12:40:50 +00:00
"babel-eslint": "^10.1.0",
2020-11-18 23:12:49 +00:00
"electron": "^11.0.1",
2021-03-10 00:46:47 +00:00
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.5.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
2020-11-05 22:08:20 +00:00
"vue-router": "^3.4.9",
2020-10-30 12:40:50 +00:00
"vue-template-compiler": "^2.6.11"
2021-03-10 00:46:47 +00:00
}
2020-10-30 12:40:50 +00:00
}