You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "matrix-chat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@modular-matrix/parse-mxc": "^1.0.1",
|
|
"core-js": "^3.6.5",
|
|
"matrix-js-sdk": "^9.1.0",
|
|
"sass": "^1.29.0",
|
|
"v-emoji-picker": "^2.3.1",
|
|
"vue": "^2.6.11",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
|
|
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-pwa": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/compiler-sfc": "^3.0.0",
|
|
"babel": "^6.23.0",
|
|
"babel-cli": "^6.18.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"electron": "^11.0.1",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^7.5.0",
|
|
"node-sass": "^5.0.0",
|
|
"sass-loader": "^10.1.1",
|
|
"vue-router": "^3.4.9",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|