Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.4 to 0.5.6. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.4...v0.5.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
|
"name": "deck",
|
|
"description": "Frontend for the Nextcloud Deck app",
|
|
"repository": "https://github.com/nextcloud/deck",
|
|
"version": "1.0.0",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {
|
|
"@uirouter/angularjs": "^1.0.22",
|
|
"angular": "^1.7.8",
|
|
"angular-animate": "^1.7.8",
|
|
"angular-file-upload": "^2.5.0",
|
|
"angular-markdown-it": "^0.6.1",
|
|
"angular-sanitize": "^1.7.8",
|
|
"babel-polyfill": "^6.26.0",
|
|
"markdown-it": "^9.0.1",
|
|
"markdown-it-link-target": "^1.0.2",
|
|
"nextcloud-axios": "^0.2.0",
|
|
"nextcloud-vue": "^0.11.5",
|
|
"nextcloud-vue-collections": "^0.5.6",
|
|
"ng-infinite-scroll": "^1.3.0",
|
|
"ng-sortable": "^1.3.8",
|
|
"ui-select": "^0.19.8",
|
|
"vue": "^2.6.10",
|
|
"vuex": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/polyfill": "^7.4.4",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.1.0",
|
|
"karma": "^4.2.0",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"style-loader": "^0.23.1",
|
|
"uglifyjs-webpack-plugin": "^2.1.3",
|
|
"url-loader": "^2.1.0",
|
|
"vue-loader": "^15.7.1",
|
|
"vue-style-loader": "^4.1.2",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"webpack": "^4.38.0",
|
|
"webpack-cli": "^3.3.6",
|
|
"webpack-merge": "^4.2.1"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=production ./node_modules/webpack-cli/bin/cli.js --mode production --config webpack.prod.config.js",
|
|
"dev": "./node_modules/webpack-cli/bin/cli.js --mode development --config webpack.dev.config.js",
|
|
"watch": "./node_modules/webpack-cli/bin/cli.js --mode development --config webpack.dev.config.js --watch",
|
|
"test": "echo \"Warning: no test specified\" && exit 0"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0",
|
|
"keywords": []
|
|
}
|