mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
p.s: I would like to be able to select a particular tag to show, but none of the dashboard widgets are configurable. I hate increasing the app size from 300k to almost 3 mb for something so simple, but we must adapt to the majority and use vue here.
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "quicknotes",
|
|
"version": "0.8.1",
|
|
"description": "Quick notes with a basic rich text",
|
|
"main": "script.js",
|
|
"directories": {
|
|
"doc": "doc",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --node-env production --progress"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/matiasdelellis/quicknotes.git"
|
|
},
|
|
"author": "Matias De lellis <mati86dl@gmail.com>",
|
|
"license": "AGPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/matiasdelellis/quicknotes/issues"
|
|
},
|
|
"homepage": "https://github.com/matiasdelellis/quicknotes#readme",
|
|
"dependencies": {
|
|
"handlebars": "^4.5.1",
|
|
"isotope-layout": "^3.0.6",
|
|
"lozad": "^1.15.0",
|
|
"medium-editor": "^5.23.3",
|
|
"medium-editor-autolist": "^1.0.1",
|
|
"@nextcloud/axios": "^1.9.0",
|
|
"@nextcloud/dialogs": "^3.1.2",
|
|
"@nextcloud/router": "^2.0.0",
|
|
"@nextcloud/vue": "^5.3.1",
|
|
"@nextcloud/vue-dashboard": "^2.0.1",
|
|
"vue": "^2.6.14"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/babel-config": "^1.0.0",
|
|
"@nextcloud/browserslist-config": "^2.2.0",
|
|
"@nextcloud/eslint-config": "^7.0.2",
|
|
"@nextcloud/stylelint-config": "^2.1.2",
|
|
"@nextcloud/webpack-vue-config": "^5.1.0"
|
|
}
|
|
}
|