keanu-weblite/package.json

108 lines
2.7 KiB
JSON
Raw Normal View History

2020-11-09 10:26:56 +01:00
{
"name": "keanuapp-weblite",
2025-08-07 12:00:29 +02:00
"version": "0.1.61",
2020-11-09 10:26:56 +01:00
"private": true,
"scripts": {
2025-03-31 16:33:54 +02:00
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
2021-09-25 14:35:38 +02:00
"create-sticker-config": "node ./create_sticker_config.js $1"
2020-11-09 10:26:56 +01:00
},
"dependencies": {
"@guardianproject/proofmode": "^0.4.0",
"@matrix-org/olm": "^3.2.12",
2025-05-06 09:27:53 +02:00
"@vitejs/plugin-vue": "^5.2.3",
2020-11-19 17:08:58 +01:00
"aes-js": "^3.1.2",
"axios": "^1.4.0",
"buffer": "^6.0.3",
2021-08-25 23:02:47 +02:00
"clean-insights-sdk": "^2.4",
2020-11-09 10:26:56 +01:00
"core-js": "^3.6.5",
2025-03-31 16:33:54 +02:00
"crypto-browserify": "^3.12.1",
2021-01-20 11:32:21 +01:00
"dayjs": "^1.10.3",
"deepmerge": "^4.3.1",
2022-05-23 15:19:55 +00:00
"file-saver": "^2.0.5",
2025-03-31 16:33:54 +02:00
"image-resize": "^1.4.1",
"image-size": "^2.0.2",
"intersection-observer": "^0.12",
2020-11-19 17:08:58 +01:00
"json-web-key": "^0.4.0",
"linkify-html": "^4.1.0",
"linkifyjs": "^4.1.0",
2023-12-04 11:29:23 +01:00
"material-design-icons-iconfont": "^6.7.0",
"matrix-js-sdk": "^37.12.0",
"md-gum-polyfill": "^1.0.0",
"path-browserify": "^1.0.1",
"pretty-bytes": "^5.6.0",
2025-03-24 09:34:27 +01:00
"process": "^0.11.10",
"qrcode": "^1.5.4",
"raw-loader": "^4.0.2",
"recordrtc": "^5.6.2",
2020-11-09 10:26:56 +01:00
"roboto-fontface": "*",
"stream-browserify": "^3.0.0",
2025-06-09 09:44:37 +02:00
"threads": "^1.7.0",
"tiny-emitter": "^2.1.0",
2025-03-24 09:34:27 +01:00
"util": "^0.12.5",
2025-05-06 09:27:53 +02:00
"vue": "^3.5.13",
"vue-3-sanitize": "^0.1.4",
2025-03-24 09:34:27 +01:00
"vue-clipboard2": "^0.3.3",
2025-05-06 09:27:53 +02:00
"vue-i18n": "^11.1.3",
"vue-router": "^4.5.1",
2021-03-11 13:55:10 +01:00
"vue-swipeable-bottom-sheet": "^0.0.5",
2025-05-06 09:27:53 +02:00
"vue3-emoji-picker": "^1.1.8",
"vue3-resize": "^0.2.0",
"vuetify": "^3.8.3",
"vuex": "^4.1.0",
2021-01-11 17:42:58 +01:00
"vuex-persist": "^3.1.3"
2020-11-09 10:26:56 +01:00
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
2025-06-09 09:44:37 +02:00
"@types/aes-js": "^3.1.4",
"@types/jszip": "^3.4.0",
2025-05-06 09:27:53 +02:00
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vue/compiler-sfc": "^3.5.13",
2020-11-09 10:26:56 +01:00
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^7.0",
"eslint-plugin-vue": "^7.0",
2025-03-31 16:33:54 +02:00
"rollup-plugin-polyfill-node": "^0.13.0",
"sass": "^1.86.0",
"sass-loader": "^10",
"typescript": "^5.8.3",
2025-03-31 16:33:54 +02:00
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.2",
"vite-plugin-static-copy": "^2.3.0",
2025-06-09 09:44:37 +02:00
"vite-plugin-top-level-await": "^1.5.0",
2025-05-06 09:27:53 +02:00
"vite-plugin-vuetify": "^2.1.1",
2025-06-09 09:44:37 +02:00
"vite-plugin-wasm": "^3.4.1",
2025-05-13 16:49:27 +02:00
"vue-cli-plugin-vuetify": "^2.5.8"
2020-11-09 10:26:56 +01:00
},
"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"
]
2021-12-13 22:21:59 +01:00
}