accountant-ui/package.json
2017-06-11 09:24:23 +02:00

63 lines
1.9 KiB
JSON

{
"name": "accountant",
"version": "0.1.0",
"repository": "https://git.lahouze.org/xals/accountant",
"license": "AGPL-1.0",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"bootstrap-webpack": "^0.0.6",
"css-loader": "^0.28.4",
"eslint": "^3.19",
"eslint-config-angular": "^0.5",
"eslint-config-webpack": "^1.2.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-angular": "^2.4",
"eslint-plugin-html": "^2.0",
"eslint-plugin-jquery": "^1.2",
"eslint-plugin-promise": "^3.5",
"eslint-plugin-security": "^1.3",
"eslint-plugin-this": "^0.2",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"htmllint-loader": "^1.3.8",
"imports-loader": "^0.7.1",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"ngtemplate-loader": "^2.0.0",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"angular": "^1.6",
"angular-http-auth": "^1.5",
"angular-messages": "^1.6",
"angular-resource": "^1.6",
"angular-route": "^1.6",
"angular-strap": "^2.3.12",
"angular-ui-bootstrap": "^2.5",
"angular-ui-notification": "^0.3",
"angular-xeditable": "^0.8",
"base64util": "^1.0.2",
"bootbox": "^4.4.0",
"bootstrap": "^3.3.7",
"bootstrap-additions": "^0.3.1",
"font-awesome": "^4.7.0",
"highcharts-ng": "^1.1",
"highstock-release": "^5.0.12",
"jquery": "^3.2",
"meanie-angular-storage": "^1.3.1",
"moment": "^2.18",
"ngbootbox": "^0.2.0"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"dev": "webpack-dev-server --debug --devtool eval --config webpack.config.js --progress --colors --hot --content-base build"
}
}