mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "sogo-web",
|
|
"homepage": "https://sogo.nu",
|
|
"bugs": "https://bugs.sogo.nu",
|
|
"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": "file:./js/vendor/angular-material-dist",
|
|
"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",
|
|
"punycode": "^2.3.0",
|
|
"mark.js": "^8.11.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.2.2",
|
|
"grunt-contrib-watch": ">=0.5.3",
|
|
"grunt-ng-annotate": "^4.0.0",
|
|
"grunt-postcss": ">=0.6.0",
|
|
"grunt-sass": "^3.1.0",
|
|
"sass": "1.57.1",
|
|
"time-grunt": "latest"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions",
|
|
"not ie <= 10",
|
|
"not ie_mob <= 10",
|
|
"last 4 Android versions",
|
|
"Safari >= 8"
|
|
]
|
|
}
|