##// END OF EJS Templates
env-variables: make it safer if there's a syntax problem inside .ini file....
env-variables: make it safer if there's a syntax problem inside .ini file. It's better to not crash, since it means server wont start. Let users fix problems instead of breaking the startup because of that.

File last commit:

r3176:4660c673 default
r3237:5cf82ecc default
Show More
package.json
58 lines | 1.8 KiB | application/json | JsonLexer
project: added all source files and assets
r1 {
"name": "rhodecode-enterprise",
js: bumped package version to 2.0.0
r3174 "version": "2.0.0",
nix: updated to 18.03 nix packages...
r2824 "private": true,
"description" : "RhodeCode JS packaged",
"license": "SEE LICENSE IN LICENSE.txt",
"repository" : {
"type" : "hg",
"url" : "https://code.rhodecode.com/rhodecode-enterprise-ce"
},
project: added all source files and assets
r1 "devDependencies": {
js: use builtin packages for binaries...
r3162 "appenlight-client": "git+https://git@github.com/AppEnlight/appenlight-client-js.git#0.5.1",
"clipboard": "^2.0.1",
"exports-loader": "^0.6.4",
"favico.js": "^0.3.10",
project: added all source files and assets
r1 "grunt": "^0.4.5",
js: use builtin packages for binaries...
r3162 "grunt-cli": "^1.3.1",
"grunt-contrib-concat": "^0.5.1",
polymer: introduce webcomponents to rhodecode
r689 "grunt-contrib-copy": "^1.0.0",
project: added all source files and assets
r1 "grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
frontend: use webpack instead of vulcanize
r3171 "grunt-webpack": "^3.1.3",
js: use builtin packages for binaries...
r3162 "jquery": "1.11.3",
packages.json: add bower dependancy
r700 "jshint": "^2.9.1-rc3",
js: organized and updated JS packages....
r2123 "moment": "^2.18.1",
"mousetrap": "^1.6.1",
js: use builtin packages for binaries...
r3162 "qrious": "^4.0.2",
diffs: sticky top-file bar + context aware file labels....
r3126 "sticky-sidebar": "3.3.1",
"waypoints": "4.0.1",
js: use builtin packages for binaries...
r3162 "webpack": "4.23.1",
frontend: use webpack instead of vulcanize
r3171 "webpack-cli": "3.1.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.11",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.7.1",
"polymer-webpack-loader": "^2.0.1",
"style-loader": "^0.21.0",
"webpack-uglify-js-plugin": "^1.1.9",
"raw-loader": "1.0.0-beta.0",
js: migrate to polymer 3.x
r3173 "ts-loader": "^1.3.3",
"@webcomponents/webcomponentsjs": "^2.0.0",
"@polymer/polymer": "^3.0.0",
"@polymer/paper-button": "^3.0.0",
"@polymer/paper-spinner": "^3.0.0",
"@polymer/paper-tooltip": "^3.0.0",
"@polymer/paper-toast": "^3.0.0",
"@polymer/paper-toggle-button": "^3.0.0",
"@polymer/iron-ajax": "^3.0.0",
"@polymer/iron-autogrow-textarea": "^3.0.0",
"@polymer/iron-a11y-keys": "^3.0.0"
project: added all source files and assets
r1 }
}