sogo/UI/WebServerResources/package.json
2020-04-03 15:42:30 -04:00

44 lines
1.1 KiB
JSON

{
"name": "sogo-web",
"homepage": "https://sogo.nu",
"bugs": "https://sogo.nu/bugs",
"dependencies": {
"angular": "^1.7.9",
"angular-animate": "^1.7.9",
"angular-aria": "^1.7.9",
"angular-cookies": "^1.7.9",
"angular-file-upload": "latest",
"angular-material": "1.1.21",
"angular-messages": "^1.7.9",
"angular-sanitize": "^1.7.9",
"angular-ui-router": "^1.0.25",
"file-saver": "latest",
"lodash": "^4.17.15",
"ng-sortable": "1.3.7"
},
"devDependencies": {
"autoprefixer": "^9.7.4",
"breakpoint-sass": ">=2.4.2",
"csswring": ">=3.0.0",
"grunt": ">=0.4.1",
"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": ">=0.10.0",
"grunt-postcss": ">=0.6.0",
"grunt-sass": "^3.1.0",
"kss": "^3.0.0",
"node-sass": "^4.13.1",
"time-grunt": "latest"
},
"browserslist": [
"last 2 versions",
"not ie <= 10",
"not ie_mob <= 10",
"last 4 Android versions",
"Safari >= 8"
]
}