2018-01-30 16:06:40 +00:00
|
|
|
{
|
|
|
|
"name": "notifications",
|
2018-06-19 04:26:57 +00:00
|
|
|
"version": "2.4.0",
|
2018-01-30 16:06:40 +00:00
|
|
|
"description": "This app provides a backend and frontend for the notification API available in Nextcloud.",
|
|
|
|
"main": "init.js",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib",
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2018-06-19 04:26:57 +00:00
|
|
|
"dev": "webpack --config webpack.dev.js",
|
|
|
|
"watch": "webpack --progress --watch --config webpack.dev.js",
|
|
|
|
"build": "webpack --progress --hide-modules --config webpack.prod.js"
|
2018-01-30 16:06:40 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2018-11-27 02:16:44 +00:00
|
|
|
"nextcloud-vue": "^0.4.5",
|
2018-11-19 09:26:04 +00:00
|
|
|
"v-tooltip": "^2.0.0-rc.33",
|
2018-12-12 02:19:30 +00:00
|
|
|
"vue": "^2.5.21",
|
2018-11-19 09:26:04 +00:00
|
|
|
"vue-click-outside": "^1.0.7"
|
2018-01-30 16:06:40 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-12-17 02:22:28 +00:00
|
|
|
"@babel/core": "^7.2.2",
|
2018-12-21 02:21:23 +00:00
|
|
|
"@babel/preset-env": "^7.2.3",
|
2019-01-04 09:53:07 +00:00
|
|
|
"babel-loader": "^8.0.5",
|
2019-01-03 06:55:54 +00:00
|
|
|
"css-loader": "^2.1.0",
|
2018-12-21 08:36:42 +00:00
|
|
|
"file-loader": "^3.0.1",
|
2019-01-06 13:55:51 +00:00
|
|
|
"vue-loader": "^15.5.0",
|
2018-12-12 02:19:57 +00:00
|
|
|
"vue-template-compiler": "^2.5.21",
|
2019-01-02 07:41:45 +00:00
|
|
|
"webpack": "^4.28.3",
|
2019-01-04 08:37:36 +00:00
|
|
|
"webpack-cli": "^3.2.0",
|
2019-01-06 13:01:47 +00:00
|
|
|
"webpack-merge": "^4.2.1"
|
2018-01-30 16:06:40 +00:00
|
|
|
}
|
|
|
|
}
|