Bumps [@babel/core](https://github.com/babel/babel) from 7.1.5 to 7.1.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.1.5...v7.1.6) Signed-off-by: dependabot[bot] <support@dependabot.com>
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"name": "deck",
|
|
"description": "Frontend for the Nextcloud Deck app",
|
|
"repository": "https://github.com/nextcloud/deck",
|
|
"version": "1.0.0",
|
|
"main": "Gruntfile.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {
|
|
"@uirouter/angularjs": "^1.0.20",
|
|
"angular": "^1.7.5",
|
|
"angular-animate": "^1.7.5",
|
|
"angular-file-upload": "^2.5.0",
|
|
"angular-markdown-it": "^0.6.1",
|
|
"angular-sanitize": "^1.7.5",
|
|
"babel-polyfill": "^6.26.0",
|
|
"markdown-it": "^8.4.2",
|
|
"markdown-it-link-target": "^1.0.2",
|
|
"ng-infinite-scroll": "^1.3.0",
|
|
"ng-sortable": "^1.3.8",
|
|
"ui-select": "^0.19.8"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.1.6",
|
|
"@babel/polyfill": "^7.0.0",
|
|
"@babel/preset-env": "^7.1.5",
|
|
"babel-loader": "^8.0.4",
|
|
"css-loader": "^1.0.1",
|
|
"karma": "^3.1.1",
|
|
"mini-css-extract-plugin": "^0.4.4",
|
|
"node-sass": "^4.10.0",
|
|
"webpack": "^4.25.1",
|
|
"webpack-cli": "^3.1.2",
|
|
"webpack-merge": "^4.1.4"
|
|
},
|
|
"scripts": {
|
|
"build": "./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": []
|
|
}
|