Bumps [webpack](https://github.com/webpack/webpack) from 4.11.1 to 4.12.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.11.1...v4.12.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
42 lines
1.3 KiB
JSON
42 lines
1.3 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": {
|
|
"angular": "^1.7.1",
|
|
"angular-animate": "^1.7.1",
|
|
"angular-markdown-it": "^0.6.1",
|
|
"angular-sanitize": "^1.7.1",
|
|
"markdown-it": "^8.4.1",
|
|
"markdown-it-link-target": "^1.0.2",
|
|
"ng-sortable": "^1.3.8",
|
|
"ui-select": "^0.19.8",
|
|
"@uirouter/angularjs": "^1.0.18"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"css-loader": "^0.28.9",
|
|
"mini-css-extract-plugin": "^0.4.0",
|
|
"node-sass": "^4.5.3",
|
|
"webpack": "^4.12.0",
|
|
"webpack-cli": "^2.1.4",
|
|
"webpack-merge": "^4.1.2",
|
|
"karma": "^2.0.2"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/webpack-cli/bin/webpack.js --mode production --config webpack.prod.config.js",
|
|
"dev": "./node_modules/webpack-cli/bin/webpack.js --mode development --config webpack.dev.config.js",
|
|
"watch": "./node_modules/webpack-cli/bin/webpack.js --mode development --config webpack.dev.config.js --watch",
|
|
"test": "echo \"Warning: no test specified\" && exit 0"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL-3.0",
|
|
"keywords": []
|
|
}
|