Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-10-28 11:22:02 +0300
committerMike Greiling <mike@pixelcog.com>2017-01-06 19:21:02 +0300
commit55f291e8ceae6d3d432039f72f6935c62fb2a872 (patch)
tree0251e33d29241731ad16ae8a9681fa0863782840 /package.json
parent31bd36845ba1c18404f029f85b6a0f841c1c390c (diff)
replace application.js sprockets output with webpack-generated equivalent
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/package.json b/package.json
index b089eb805c7..7ef811ae478 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,20 @@
"babel": "^5.8.38",
"babel-core": "^5.8.38",
"babel-loader": "^5.4.2",
+ "bootstrap-sass": "3.3.6",
+ "dropzone": "4.2.0",
+ "exports-loader": "^0.6.3",
+ "imports-loader": "^0.6.5",
+ "jquery": "2.2.1",
+ "jquery-ui": "github:jquery/jquery-ui#1.11.4",
+ "jquery-ujs": "1.2.1",
+ "json-loader": "^0.5.4",
+ "mousetrap": "1.4.6",
+ "select2": "3.5.2-browserify",
"stats-webpack-plugin": "^0.4.2",
+ "underscore": "1.8.3",
+ "vue": "1.0.26",
+ "vue-resource": "0.9.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},