aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-08-15 08:35:57 +0000
committerLibravatar GitHub <noreply@github.com>2021-08-15 14:05:57 +0530
commitab213dd0a1e51699aae492f8b546e4a311fcb97d (patch)
tree2dbd59ee85db4899f78f660432190a2df356e8e8 /package.json
parentfix: Fixed the 'Changelog' menu item to point to the correct branch (diff)
downloadferdium-app-ab213dd0a1e51699aae492f8b546e4a311fcb97d.tar.gz
ferdium-app-ab213dd0a1e51699aae492f8b546e4a311fcb97d.tar.zst
ferdium-app-ab213dd0a1e51699aae492f8b546e4a311fcb97d.zip
Initial plumbing and conversion of a simple javascript to typescript (#1790)
* initial conversion of a simple script * Moved some of the 'gulp' and related npm modules from being runtime dependencies to development dependencies.
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 71b65c6ff..ce13d3c1e 100644
--- a/package.json
+++ b/package.json
@@ -128,7 +128,6 @@
128 "sqlite3": "5.0.0", 128 "sqlite3": "5.0.0",
129 "tar": "4.4.15", 129 "tar": "4.4.15",
130 "targz": "1.0.1", 130 "targz": "1.0.1",
131 "terser": "4.4.0",
132 "tslib": "2.3.0", 131 "tslib": "2.3.0",
133 "useragent-generator": "1.1.1-amkt-22079-finish.0", 132 "useragent-generator": "1.1.1-amkt-22079-finish.0",
134 "uuid": "3.3.3", 133 "uuid": "3.3.3",
@@ -186,11 +185,12 @@
186 "gulp-babel": "8.0.0", 185 "gulp-babel": "8.0.0",
187 "gulp-cli": "2.3.0", 186 "gulp-cli": "2.3.0",
188 "gulp-connect": "5.7.0", 187 "gulp-connect": "5.7.0",
189 "gulp-sass": "5.0.0",
190 "gulp-sass-variables": "1.2.0",
191 "gulp-csso": "4.0.1", 188 "gulp-csso": "4.0.1",
192 "gulp-htmlmin": "5.0.1", 189 "gulp-htmlmin": "5.0.1",
193 "gulp-if": "3.0.0", 190 "gulp-if": "3.0.0",
191 "gulp-sass": "5.0.0",
192 "gulp-sass-variables": "1.2.0",
193 "gulp-typescript": "6.0.0-alpha.1",
194 "gulp-uglify": "3.0.2", 194 "gulp-uglify": "3.0.2",
195 "hex-rgb": "3.0.0", 195 "hex-rgb": "3.0.0",
196 "html-webpack-plugin": "4.5.2", 196 "html-webpack-plugin": "4.5.2",
@@ -206,6 +206,7 @@
206 "react-intl-translations-manager": "5.0.3", 206 "react-intl-translations-manager": "5.0.3",
207 "sass": "1.37.5", 207 "sass": "1.37.5",
208 "simple-git": "2.42.0", 208 "simple-git": "2.42.0",
209 "terser": "4.4.0",
209 "ts-loader": "5.4.5", 210 "ts-loader": "5.4.5",
210 "typescript": "3.9.10", 211 "typescript": "3.9.10",
211 "webpack": "4.46.0", 212 "webpack": "4.46.0",