-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 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
{
"name": "diary",
"version": "0.0.11",
"description": "A simple diary for the nextcloud",
"main": "js/index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"build": "webpack --node-env production --progress",
"dev": "webpack --node-env development --progress",
"watch": "webpack --node-env development --progress --watch",
"serve": "webpack --node-env development serve --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Röhrig",
"license": "agpl",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"@nextcloud/axios": "^2.3.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^7.2.0",
"@nextcloud/moment": "^1.2.1",
"github-markdown-css": "^5.1.0",
"vue": "^2.6.14",
"vue-material-design-icons": "^5.1.2",
"vue-router": "^3.6.0",
"vue-simplemde": "^2.1.1"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/eslint-config": "^6.0.0",
"@nextcloud/stylelint-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.4.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.10"
}
}