64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
|
|
{
|
||
|
|
"name": "keanuapp-weblite",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"serve": "vue-cli-service serve",
|
||
|
|
"build": "vue-cli-service build",
|
||
|
|
"lint": "vue-cli-service lint"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"core-js": "^3.6.5",
|
||
|
|
"material-design-icons-iconfont": "^5.0.1",
|
||
|
|
"matrix-js-sdk": "^9.0.1",
|
||
|
|
"olm": "https://packages.matrix.org/npm/olm/olm-3.1.4.tgz",
|
||
|
|
"roboto-fontface": "*",
|
||
|
|
"vue": "^2.6.11",
|
||
|
|
"vue-router": "^3.2.0",
|
||
|
|
"vuetify": "^2.2.11",
|
||
|
|
"vuex": "^3.5.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
||
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
||
|
|
"@vue/cli-service": "~4.5.0",
|
||
|
|
"babel-eslint": "^10.1.0",
|
||
|
|
"eslint": "^6.7.2",
|
||
|
|
"eslint-plugin-vue": "^6.2.2",
|
||
|
|
"sass": "^1.19.0",
|
||
|
|
"sass-loader": "^8.0.0",
|
||
|
|
"vue-cli-plugin-vuetify": "~2.0.7",
|
||
|
|
"vue-template-compiler": "^2.6.11",
|
||
|
|
"vuetify-loader": "^1.3.0"
|
||
|
|
},
|
||
|
|
"eslintConfig": {
|
||
|
|
"root": true,
|
||
|
|
"env": {
|
||
|
|
"node": true
|
||
|
|
},
|
||
|
|
"extends": [
|
||
|
|
"plugin:vue/essential",
|
||
|
|
"eslint:recommended"
|
||
|
|
],
|
||
|
|
"parserOptions": {
|
||
|
|
"parser": "babel-eslint"
|
||
|
|
},
|
||
|
|
"rules": {
|
||
|
|
"no-unused-vars": [
|
||
|
|
"error",
|
||
|
|
{
|
||
|
|
"vars": "all",
|
||
|
|
"args": "after-used",
|
||
|
|
"ignoreRestSiblings": false,
|
||
|
|
"argsIgnorePattern": "[iI]gnored"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"browserslist": [
|
||
|
|
"> 1%",
|
||
|
|
"last 2 versions",
|
||
|
|
"not dead"
|
||
|
|
]
|
||
|
|
}
|