sogo/UI/WebServerResources/package.json

42 lines
1.0 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",
2020-09-09 14:44:43 +02:00
"angular-file-upload": "^2.6.1",
2021-08-04 19:10:26 +02:00
"angular-material": "1.2.3",
"angular-messages": "^1.8.0",
"angular-sanitize": "^1.8.0",
2020-12-22 15:39:31 +01:00
"angular-ui-router": "^1.0.29",
"file-saver": "^2.0.5",
2021-03-16 17:05:28 +01:00
"lodash": "^4.17.21",
"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",
2020-09-09 14:45:33 +02:00
"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",
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",
2021-03-16 17:06:28 +01:00
"sass": "^1.32.8",
"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
}