summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/package.json
blob: 40efacc8939bd0d1a0e65e27587fd3e5391959d2 (plain)
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": "notifications",
  "version": "2.4.0",
  "description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
  "main": "init.js",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "dev": "webpack --config webpack.dev.js",
    "watch": "webpack --progress --watch --config webpack.dev.js",
    "build": "webpack --progress --hide-modules --config webpack.prod.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextcloud/notifications.git"
  },
  "author": "Joas Schilling",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/nextcloud/notifications/issues"
  },
  "homepage": "https://github.com/nextcloud/notifications#readme",
  "dependencies": {
    "nextcloud-vue": "^0.4.5",
    "v-tooltip": "^2.0.0-rc.33",
    "vue": "^2.5.21",
    "vue-click-outside": "^1.0.7"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "babel-loader": "^8.0.4",
    "css-loader": "^2.0.1",
    "file-loader": "^1.1.11",
    "vue-loader": "^15.4.2",
    "vue-template-compiler": "^2.5.21",
    "webpack": "^4.28.0",
    "webpack-cli": "^3.1.2",
    "webpack-merge": "^4.1.5"
  }
}