-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.4 KB
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
44
45
46
47
48
49
50
{
"name": "quicknotes",
"version": "1.0.1",
"description": "Quick notes with a basic rich text",
"main": "script.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "webpack --node-env production --progress",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"stylelint": "stylelint css \"src/**/*.vue\"",
"stylelint:fix": "stylelint css \"src/**/*.vue\" --fix"
},
"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",
"jquery": "^3.7.1",
"isotope-layout": "^3.0.6",
"lozad": "^1.15.0",
"medium-editor": "^5.23.3",
"medium-editor-autolist": "^1.0.1",
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.9.0",
"@nextcloud/dialogs": "^3.1.2",
"@nextcloud/l10n": "^1.6.0",
"@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"
}
}