server/apps/accessibility/package.json
Roeland Jago Douma 73e0b7d8e6
Merge pull request #13249 from nextcloud/dependabot/npm_and_yarn/apps/accessibility/css-loader-2.0.2
Bump css-loader from 2.0.1 to 2.0.2 in /apps/accessibility
2018-12-24 08:55:06 +01:00

33 lines
869 B
JSON

{
"name": "accessibility",
"description": "Provides multiple accessibilities options to ease your use of nextcloud",
"version": "1.0.2",
"author": "John Molakvoæ <skjnldsv@protonmail.com>",
"license": "agpl",
"private": true,
"scripts": {
"dev": "webpack --config webpack.dev.js",
"watch": "webpack --progress --watch --config webpack.dev.js",
"build": "webpack --progress --hide-modules --config webpack.prod.js"
},
"dependencies": {
"axios": "^0.18.0",
"vue": "^2.5.21"
},
"browserslist": [
"last 2 versions",
"not ie <= 11"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.4",
"css-loader": "^2.0.2",
"file-loader": "^3.0.1",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.5"
}
}