sogo/UI/WebServerResources/package.json
Francis Lachapelle 98d12ba17a Revert "chore(npm): update md to v1.1.23"
This reverts commit ed6a5a20ce.

Rolling back to v1.1.22 until v1.1.24 is out (related to #5055 and #5061).
2020-06-29 14:20:41 -04:00

45 lines
1.1 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.0",
"angular-material": "1.1.22",
"angular-messages": "^1.8.0",
"angular-sanitize": "^1.8.0",
"angular-ui-router": "^1.0.26",
"file-saver": "latest",
"lodash": "^4.17.15",
"ng-sortable": "1.3.7",
"qrcodejs": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^9.8.0",
"breakpoint-sass": ">=2.4.2",
"csswring": ">=3.0.0",
"grunt": "^1.1.0",
"grunt-contrib-cssmin": ">=1.0.0",
"grunt-contrib-jshint": ">=0.11.2",
"grunt-contrib-uglify": ">=0.9",
"grunt-contrib-watch": ">=0.5.3",
"grunt-cssnano": "^2.1.0",
"grunt-ng-annotate": "^4.0.0",
"grunt-postcss": ">=0.6.0",
"grunt-sass": "^3.1.0",
"kss": "^3.0.1",
"node-sass": "^4.14.1",
"time-grunt": "latest"
},
"browserslist": [
"last 2 versions",
"not ie <= 10",
"not ie_mob <= 10",
"last 4 Android versions",
"Safari >= 8"
]
}