Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1ee59238c2e64cb9ed5e32675b3072d48fd1bca (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
{
  "name": "notifications",
  "description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
  "version": "2.2.0",
  "author": "Joas Schilling <coding@schilljs.com>",
  "license": "agpl",
  "private": true,
  "scripts": {
    "dev": "webpack --config src/webpack.dev.js",
    "watch": "webpack --progress --watch --config src/webpack.dev.js",
    "build": "webpack --progress --hide-modules --config src/webpack.prod.js"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "vue": "^2.5.17"
  },
  "browserslist": [
    "last 2 versions",
    "ie >= 11"
  ],
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.5",
    "babel-loader": "^8.0.4",
    "css-loader": "^1.0.1",
    "file-loader": "^2.0.0",
    "handlebars": "^4.0.12",
    "handlebars-loader": "^1.7.0",
    "vue-loader": "^15.4.2",
    "vue-template-compiler": "^2.5.17",
    "webpack": "^4.25.1",
    "webpack-cli": "^3.1.2",
    "webpack-merge": "^4.1.4"
  }
}