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: ea6f4a4e1378a3addfe3c240dec519e2f69162bf (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
{
  "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.16"
  },
  "browserslist": [
    "last 2 versions",
    "not ie <= 11"
  ],
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.7.0",
    "css-loader": "^0.28.11",
    "file-loader": "^1.1.11",
    "vue-loader": "^15.2.4",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.12.0",
    "webpack-cli": "^3.0.4",
    "webpack-merge": "^4.1.2"
  }
}