-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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 <[email protected]>",
"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"
}
}