Colubrina/frontend/package.json

91 lines
2.9 KiB
JSON
Raw Normal View History

2022-06-05 22:58:18 +10:00
{
2022-08-01 22:02:04 +10:00
"name": "colubrina",
2023-01-30 17:16:38 +11:00
"version": "1.0.37",
2022-08-07 01:12:32 +10:00
"description": "Simple instant communication.",
2022-06-05 22:58:18 +10:00
"private": true,
2022-07-29 20:34:27 +10:00
"author": "Troplo <troplo@troplo.com>",
2022-06-05 22:58:18 +10:00
"scripts": {
"serve": "vue-cli-service serve",
2022-08-15 22:49:17 +10:00
"build": "vue-cli-service build --no-clean",
2022-06-05 22:58:18 +10:00
"lint": "vue-cli-service lint",
2022-08-03 21:26:42 +10:00
"electron:build": "vue-cli-service electron:build",
2022-07-31 23:57:47 +10:00
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "patch-package && electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
2022-06-05 22:58:18 +10:00
},
2022-11-03 18:30:37 +11:00
"main": "background.js",
2022-08-02 21:21:19 +10:00
"repository": "https://github.com/Troplo/Colubrina",
2022-06-05 22:58:18 +10:00
"dependencies": {
"@babel/preset-env": "^7.17.10",
2022-08-03 19:11:19 +10:00
"@mdi/font": "6.5.95",
2022-06-05 22:58:18 +10:00
"@mdi/js": "^6.6.95",
"axios": "^0.26.1",
"brace": "^0.11.1",
"chart.js": "^3.7.1",
"core-js": "^3.6.5",
"dayjs": "^1.11.0",
"ejs": "^3.1.7",
2022-10-02 17:12:25 +11:00
"electron-window-state": "^5.0.3",
2022-06-05 22:58:18 +10:00
"glob-parent": "^5.1.2",
2022-07-31 19:53:52 +10:00
"highlight.js": "^11.6.0",
2022-06-05 22:58:18 +10:00
"markdown-it": "^13.0.1",
"markdown-it-emoji": "git+https://github.com/Troplo/markdown-it-unicode-emoji",
2022-07-31 19:53:52 +10:00
"markdown-it-highlightjs": "^4.0.1",
2022-06-05 22:58:18 +10:00
"node-ipc": "git+https://git.troplo.com/Troplo/node-ipc",
"nth-check": "^2.0.1",
"patch-package": "^6.4.7",
"prettier": "^2.6.1",
"register-service-worker": "^1.7.1",
"request": "^2.88.2",
"selfsigned": "^2.0.1",
"socket.io-client": "^4.5.1",
"twemoji": "^14.0.2",
"vue": "^2.6.11",
"vue-axios": "^3.4.1",
"vue-chartjs": "^4.0.1",
"vue-final-modal": "^2.4.1",
"vue-native-notification": "^1.1.1",
"vue-router": "^3.2.0",
"vue-sanitize": "^0.2.1",
"vue-shortkey": "^3.1.7",
"vue-toastification": "^1.7.14",
"vue2-ace-editor": "^0.0.15",
"vuetify": "^2.6.4",
2022-08-14 22:06:56 +10:00
"vuex": "^3.4.0"
2022-06-05 22:58:18 +10:00
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-pwa": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-vuex": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"babel-eslint": "^10.1.0",
"dotenv-webpack": "^7.1.0",
2022-07-31 23:57:47 +10:00
"electron": "^13.0.0",
2022-09-03 13:50:18 +10:00
"electron-devtools-installer": "^3.1.0",
2022-06-05 22:58:18 +10:00
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"material-design-icons-iconfont": "^6.5.0",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
2022-09-03 13:50:18 +10:00
"vue-cli-plugin-electron-builder": "^2.1.1",
2022-06-05 22:58:18 +10:00
"vue-cli-plugin-vuetify": "~2.4.7",
"vue-template-babel-compiler": "^1.1.3",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0",
2022-07-30 21:55:58 +10:00
"webpack-auto-inject-version-next": "1.2.4",
2022-09-03 13:50:18 +10:00
"webpack-bundle-analyzer": "^4.5.0"
2022-06-05 22:58:18 +10:00
},
2022-07-31 23:57:47 +10:00
"license": "GPL-3.0",
2022-06-05 22:58:18 +10:00
"resolutions": {
"node-ipc": "git+https://git.troplo.com/Troplo/node-ipc",
"selfsigned": "^2.0.1",
"nth-check": "^2.0.1",
"glob-parent": "^5.1.2",
"ejs": "^3.1.7",
"eventsource": "^2.0.2"
}
}