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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2017-09-03 11:40:32 +0300
committerRaimund Schlüßler <raimund.schluessler@mailbox.org>2017-09-09 19:12:59 +0300
commit3716486d81b3efbe1b98a5e1834251f56e12f78f (patch)
tree2e207455a0144644b91f28624f8e92ec306dc22c /js/package.json
parent493dd230c784ecbbee9655a14963f8c0e6a569de (diff)
Use Yarn + Gulp instead of bower
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/js/package.json b/js/package.json
index 4f7ad8be..c5e15194 100644
--- a/js/package.json
+++ b/js/package.json
@@ -11,7 +11,7 @@
"homepage": "https://github.com/nextcloud/tasks",
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
- "prebuild": "yarn install && yarn upgrade && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
+ "prebuild": "yarn install && yarn upgrade",
"build": "node node_modules/gulp-cli/bin/gulp.js"
},
"repository": {
@@ -20,10 +20,19 @@
},
"bugs": "https://github.com/nextcloud/tasks/issues",
"contributors": [],
- "dependencies": {},
+ "dependencies": {
+ "angular": "1.5.5",
+ "angular-animate": "1.5.5",
+ "angular-draganddrop": "https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#v2.1.0",
+ "angular-route": "1.5.5",
+ "angular-sanitize": "1.5.5",
+ "angular-ui-select": "https://github.com/angular-ui/ui-select.git#v0.19.8",
+ "ical.js": "~1.2.2",
+ "jquery-timepicker": "",
+ "jstimezonedetect": ""
+ },
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
- "bower": "*",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.2.2",