aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 19 insertions, 2 deletions
diff --git a/package.json b/package.json
index e016f7359..52681241b 100644
--- a/package.json
+++ b/package.json
@@ -37,6 +37,18 @@
37 "author": "Amine Mouafik <amine@mouafik.fr>", 37 "author": "Amine Mouafik <amine@mouafik.fr>",
38 "license": "Apache-2.0", 38 "license": "Apache-2.0",
39 "dependencies": { 39 "dependencies": {
40 "@adonisjs/ace": "5.0.8",
41 "@adonisjs/auth": "3.0.7",
42 "@adonisjs/bodyparser": "2.0.9",
43 "@adonisjs/cors": "1.0.7",
44 "@adonisjs/drive": "1.0.4",
45 "@adonisjs/fold": "4.0.9",
46 "@adonisjs/framework": "5.0.13",
47 "@adonisjs/ignitor": "2.0.8",
48 "@adonisjs/lucid": "6.1.3",
49 "@adonisjs/session": "1.0.29",
50 "@adonisjs/shield": "1.0.8",
51 "@adonisjs/validator": "5.0.6",
40 "@babel/polyfill": "7.4.4", 52 "@babel/polyfill": "7.4.4",
41 "@babel/runtime": "7.4.5", 53 "@babel/runtime": "7.4.5",
42 "@mdi/js": "4.2.95", 54 "@mdi/js": "4.2.95",
@@ -45,7 +57,9 @@
45 "@meetfranz/theme": "file:packages/theme", 57 "@meetfranz/theme": "file:packages/theme",
46 "@meetfranz/ui": "file:packages/ui", 58 "@meetfranz/ui": "file:packages/ui",
47 "address-rfc2822": "^2.0.1", 59 "address-rfc2822": "^2.0.1",
60 "atob": "2.1.2",
48 "auto-launch": "5.0.5", 61 "auto-launch": "5.0.5",
62 "btoa": "1.2.1",
49 "classnames": "2.2.6", 63 "classnames": "2.2.6",
50 "cld3-asm": "1.0.1", 64 "cld3-asm": "1.0.1",
51 "css": "2.2.4", 65 "css": "2.2.4",
@@ -78,6 +92,7 @@
78 "mobx-react-router": "3.1.2", 92 "mobx-react-router": "3.1.2",
79 "moment": "^2.17.1", 93 "moment": "^2.17.1",
80 "ms": "2.1.1", 94 "ms": "2.1.1",
95 "node-fetch": "2.6.0",
81 "normalize-url": "^1.9.1", 96 "normalize-url": "^1.9.1",
82 "pretty-bytes": "^4.0.2", 97 "pretty-bytes": "^4.0.2",
83 "prop-types": "^15.5.10", 98 "prop-types": "^15.5.10",
@@ -97,9 +112,11 @@
97 "route-parser": "^0.0.5", 112 "route-parser": "^0.0.5",
98 "semver": "^5.4.1", 113 "semver": "^5.4.1",
99 "smoothscroll-polyfill": "^0.3.4", 114 "smoothscroll-polyfill": "^0.3.4",
115 "sqlite3": "4.1.0",
100 "tar": "^4.0.2", 116 "tar": "^4.0.2",
117 "targz": "1.0.1",
101 "terser": "4.3.8", 118 "terser": "4.3.8",
102 "uuid": "^3.0.1", 119 "uuid": "3.3.3",
103 "validator": "11.0.0", 120 "validator": "11.0.0",
104 "ws": "6.2.1" 121 "ws": "6.2.1"
105 }, 122 },
@@ -109,7 +126,7 @@
109 "@babel/core": "^7.2.2", 126 "@babel/core": "^7.2.2",
110 "@babel/plugin-proposal-class-properties": "^7.0.0", 127 "@babel/plugin-proposal-class-properties": "^7.0.0",
111 "@babel/plugin-proposal-decorators": "^7.0.0", 128 "@babel/plugin-proposal-decorators": "^7.0.0",
112 "@babel/plugin-proposal-export-default-from": "^7.0.0", 129 "@babel/plugin-proposal-export-default-from": "7.5.2",
113 "@babel/plugin-proposal-throw-expressions": "^7.0.0", 130 "@babel/plugin-proposal-throw-expressions": "^7.0.0",
114 "@babel/plugin-syntax-dynamic-import": "^7.0.0", 131 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
115 "@babel/plugin-transform-regenerator": "^7.0.0", 132 "@babel/plugin-transform-regenerator": "^7.0.0",