sogo/UI/WebServerResources/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2014-06-19 21:50:29 +02:00
{
"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.26",
"angular-messages": "^1.8.0",
"angular-sanitize": "^1.8.0",
2020-08-10 16:56:08 +02:00
"angular-ui-router": "^1.0.28",
"file-saver": "latest",
2020-08-05 20:59:22 +02:00
"lodash": "^4.17.19",
"ng-sortable": "1.3.7",
"qrcodejs": "^1.0.0"
},
"devDependencies": {
2020-08-05 21:01:36 +02:00
"autoprefixer": "^9.8.5",
"breakpoint-sass": ">=2.4.2",
"csswring": ">=3.0.0",
"grunt": "^1.2.1",
"grunt-contrib-cssmin": ">=1.0.0",
2015-07-24 21:22:35 +02:00
"grunt-contrib-jshint": ">=0.11.2",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": ">=0.5.3",
2020-01-17 17:42:40 +01:00
"grunt-cssnano": "^2.1.0",
"grunt-ng-annotate": "^4.0.0",
2015-10-09 18:11:37 +02:00
"grunt-postcss": ">=0.6.0",
2019-09-04 15:49:40 +02:00
"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"
]
2014-06-19 21:50:29 +02:00
}