mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-27 12:16:23 +00:00
Snyk has created this PR to upgrade angular-material from 1.2.4 to 1.2.5. See this package in npm: https://www.npmjs.com/package/angular-material See this project in Snyk: https://app.snyk.io/org/cgx/project/eadf6b62-aeba-42c4-ad77-707f5a77c92d?utm_source=github&utm_medium=referral&page=upgrade-pr
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "sogo-web",
|
|
"homepage": "https://sogo.nu",
|
|
"bugs": "https://sogo.nu/bugs",
|
|
"dependencies": {
|
|
"angular": "^1.8.0",
|
|
"angular-animate": "^1.8.0",
|
|
"angular-aria": "^1.8.0",
|
|
"angular-cookies": "^1.8.0",
|
|
"angular-file-upload": "^2.6.1",
|
|
"angular-material": "1.2.5",
|
|
"angular-messages": "^1.8.0",
|
|
"angular-sanitize": "^1.8.0",
|
|
"angular-ui-router": "^1.0.29",
|
|
"file-saver": "^2.0.5",
|
|
"lodash": "^4.17.21",
|
|
"ng-sortable": "1.3.7",
|
|
"qrcodejs": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.8.5",
|
|
"breakpoint-sass": ">=2.4.2",
|
|
"grunt": "^1.3.0",
|
|
"grunt-contrib-cssmin": "^4.0.0",
|
|
"grunt-contrib-jshint": "^3.0.0",
|
|
"grunt-contrib-uglify": "^5.0.0",
|
|
"grunt-contrib-watch": ">=0.5.3",
|
|
"grunt-ng-annotate": "^4.0.0",
|
|
"grunt-postcss": ">=0.6.0",
|
|
"grunt-sass": "^3.1.0",
|
|
"sass": "^1.45.2",
|
|
"time-grunt": "latest"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"not ie <= 10",
|
|
"not ie_mob <= 10",
|
|
"last 4 Android versions",
|
|
"Safari >= 8"
|
|
]
|
|
}
|