keanu-weblite/package.json.bak

109 lines
2.8 KiB
JSON
Raw Permalink Normal View History

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