Show More
@@ -1,60 +1,59 b'' | |||
|
1 | 1 | { |
|
2 | 2 | "name": "rhodecode-enterprise", |
|
3 |
"version": " |
|
|
3 | "version": "2.0.0", | |
|
4 | 4 | "private": true, |
|
5 | 5 | "description" : "RhodeCode JS packaged", |
|
6 | 6 | "license": "SEE LICENSE IN LICENSE.txt", |
|
7 | 7 | "repository" : { |
|
8 | 8 | "type" : "hg", |
|
9 | 9 | "url" : "https://code.rhodecode.com/rhodecode-enterprise-ce" |
|
10 | 10 | }, |
|
11 | 11 | "devDependencies": { |
|
12 | 12 | "appenlight-client": "git+https://git@github.com/AppEnlight/appenlight-client-js.git#0.5.1", |
|
13 | 13 | "bower": "^1.8.4", |
|
14 | 14 | "clipboard": "^2.0.1", |
|
15 | 15 | "exports-loader": "^0.6.4", |
|
16 | 16 | "favico.js": "^0.3.10", |
|
17 | 17 | "grunt": "^0.4.5", |
|
18 | 18 | "grunt-cli": "^1.3.1", |
|
19 | 19 | "grunt-contrib-concat": "^0.5.1", |
|
20 | 20 | "grunt-contrib-copy": "^1.0.0", |
|
21 | 21 | "grunt-contrib-jshint": "^0.12.0", |
|
22 | 22 | "grunt-contrib-less": "^1.1.0", |
|
23 | 23 | "grunt-contrib-watch": "^0.6.1", |
|
24 | 24 | "grunt-webpack": "^3.1.3", |
|
25 | 25 | "jquery": "1.11.3", |
|
26 | 26 | "jshint": "^2.9.1-rc3", |
|
27 | 27 | "moment": "^2.18.1", |
|
28 | 28 | "mousetrap": "^1.6.1", |
|
29 | 29 | "qrious": "^4.0.2", |
|
30 | 30 | "sticky-sidebar": "3.3.1", |
|
31 | 31 | "waypoints": "4.0.1", |
|
32 | 32 | "webpack": "4.23.1", |
|
33 | 33 | "webpack-cli": "3.1.2", |
|
34 | 34 | "babel-core": "^6.26.3", |
|
35 | 35 | "babel-loader": "^7.1.2", |
|
36 | 36 | "babel-plugin-transform-object-rest-spread": "^6.26.0", |
|
37 | 37 | "babel-preset-env": "^1.6.0", |
|
38 | 38 | "copy-webpack-plugin": "^4.4.2", |
|
39 | 39 | "css-loader": "^0.28.11", |
|
40 | "exports-loader": "^0.6.4", | |
|
41 | 40 | "html-loader": "^0.4.4", |
|
42 | 41 | "html-webpack-plugin": "^3.2.0", |
|
43 | 42 | "imports-loader": "^0.7.1", |
|
44 | 43 | "polymer-webpack-loader": "^2.0.1", |
|
45 | 44 | "style-loader": "^0.21.0", |
|
46 | 45 | "webpack-uglify-js-plugin": "^1.1.9", |
|
47 | 46 | "raw-loader": "1.0.0-beta.0", |
|
48 | 47 | "ts-loader": "^1.3.3", |
|
49 | 48 | "@webcomponents/webcomponentsjs": "^2.0.0", |
|
50 | 49 | "@polymer/polymer": "^3.0.0", |
|
51 | 50 | "@polymer/paper-button": "^3.0.0", |
|
52 | 51 | "@polymer/paper-spinner": "^3.0.0", |
|
53 | 52 | "@polymer/paper-tooltip": "^3.0.0", |
|
54 | 53 | "@polymer/paper-toast": "^3.0.0", |
|
55 | 54 | "@polymer/paper-toggle-button": "^3.0.0", |
|
56 | 55 | "@polymer/iron-ajax": "^3.0.0", |
|
57 | 56 | "@polymer/iron-autogrow-textarea": "^3.0.0", |
|
58 | 57 | "@polymer/iron-a11y-keys": "^3.0.0" |
|
59 | 58 | } |
|
60 | 59 | } |
General Comments 0
You need to be logged in to leave comments.
Login now