101 lines
2.5 KiB
JSON
101 lines
2.5 KiB
JSON
{
|
|
"name": "keanuapp-weblite",
|
|
"version": "0.1.44",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"create-sticker-config": "node ./create_sticker_config.js $1"
|
|
},
|
|
"dependencies": {
|
|
"@matrix-org/olm": "^3.2.12",
|
|
"@vitejs/plugin-vue2": "^2.3.3",
|
|
"aes-js": "^3.1.2",
|
|
"axios": "^1.4.0",
|
|
"browserify-fs": "^1.0.0",
|
|
"buffer": "^6.0.3",
|
|
"clean-insights-sdk": "^2.4",
|
|
"core-js": "^3.6.5",
|
|
"crypto-browserify": "^3.12.1",
|
|
"dayjs": "^1.10.3",
|
|
"deepmerge": "^4.3.1",
|
|
"file-saver": "^2.0.5",
|
|
"fix-webm-duration": "^1.0.0",
|
|
"image-resize": "^1.4.1",
|
|
"image-size": "^2.0.2",
|
|
"intersection-observer": "^0.12",
|
|
"json-web-key": "^0.4.0",
|
|
"linkify-html": "^4.1.0",
|
|
"linkifyjs": "^4.1.0",
|
|
"material-design-icons-iconfont": "^6.7.0",
|
|
"matrix-js-sdk": "^37.3.0",
|
|
"md-gum-polyfill": "^1.0.0",
|
|
"mic-recorder-to-mp3": "^2.2.2",
|
|
"path-browserify": "^1.0.1",
|
|
"pretty-bytes": "^5.6.0",
|
|
"process": "^0.11.10",
|
|
"qrcode": "^1.5.4",
|
|
"raw-loader": "^4.0.2",
|
|
"roboto-fontface": "*",
|
|
"stream-browserify": "^3.0.0",
|
|
"util": "^0.12.5",
|
|
"v-emoji-picker": "^2.3.1",
|
|
"vue": "^2.7.16",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-i18n": "^8.28.2",
|
|
"vue-resize": "^1.0",
|
|
"vue-router": "^3.6.5",
|
|
"vue-sanitize": "^0.2.3",
|
|
"vue-swipeable-bottom-sheet": "^0.0.5",
|
|
"vuetify": "^2.7.2",
|
|
"vuex": "^3.5.1",
|
|
"vuex-persist": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
"@types/jszip": "^3.4.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"eslint": "^7.0",
|
|
"eslint-plugin-vue": "^7.0",
|
|
"rollup-plugin-polyfill-node": "^0.13.0",
|
|
"sass": "^1.86.0",
|
|
"sass-loader": "^10",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"vite": "^6.2.2",
|
|
"vite-plugin-static-copy": "^2.3.0",
|
|
"vue-cli-plugin-vuetify": "^2.5.8",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"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"
|
|
]
|
|
}
|