credger/public/vendor/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

2017-11-24 10:58:58 +01:00
{
"name": "ledgerrb",
"version": "1.0.0",
"description": "Ledger reporting for the Web",
"main": "./app/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cycojesus/ledgerrb.git"
},
"author": "Gwenhael Le Moine",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/cycojesus/ledgerrb/issues"
},
"homepage": "https://github.com/cycojesus/ledgerrb#readme",
"dependencies": {
2019-01-22 11:22:33 +01:00
"@uirouter/angularjs": "^1.0.21",
"angular": "^1.7.6",
"angular-animate": "^1.7.6",
"angular-aria": "^1.7.6",
"angular-i18n": "^1.7.6",
"angular-loader": "^1.7.6",
2017-11-24 10:58:58 +01:00
"angular-loading-bar": "^0.9.0",
2019-01-22 11:22:33 +01:00
"angular-messages": "^1.7.6",
"angular-mocks": "^1.7.6",
"angular-moment": "^1.3.0",
2017-11-24 10:58:58 +01:00
"angular-nvd3": "^1.0.8",
"angularjs-nvd3-directives": "0.0.8",
"angularjs-slider": "^6.6.1",
2017-11-24 10:58:58 +01:00
"boilerplate": "^0.6.1",
"d3": "^3.5.17",
"google-closure-compiler-js": "^20170910.0.1",
"hammerjs": "^2.0.8",
2019-01-22 11:22:33 +01:00
"moment": "^2.24.0",
2017-11-24 10:58:58 +01:00
"nvd3": "^1.8.4",
2019-01-22 11:21:32 +01:00
"sweetalert2": "^7.33.1",
"typescript": "^2.9.2",
"underscore": "^1.9.1"
2017-12-11 20:31:52 +01:00
},
"devDependencies": {
2019-01-22 11:21:32 +01:00
"@types/angular": "^1.6.53",
2017-12-11 20:31:52 +01:00
"@types/sweetalert": "^1.1.28",
"@types/underscore": "^1.8.9"
2017-11-24 10:58:58 +01:00
}
}