aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-14 10:38:27 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-14 10:38:27 +0200
commitc84edee908d40a9cab45b9ae3c5dc899fbb3eb11 (patch)
tree80158d14869b59723d09535558358d62b2612c2b /package.json
parentAdd indicator for hibernating services (diff)
downloadferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.tar.gz
ferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.tar.zst
ferdium-app-c84edee908d40a9cab45b9ae3c5dc899fbb3eb11.zip
Add local server to allow serverlesss usage
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 d574bfeb9..d3720883d 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,18 @@
36 "author": "Amine Mouafik <amine@mouafik.fr>", 36 "author": "Amine Mouafik <amine@mouafik.fr>",
37 "license": "Apache-2.0", 37 "license": "Apache-2.0",
38 "dependencies": { 38 "dependencies": {
39 "@adonisjs/ace": "5.0.8",
40 "@adonisjs/auth": "3.0.7",
41 "@adonisjs/bodyparser": "2.0.9",
42 "@adonisjs/cors": "1.0.7",
43 "@adonisjs/drive": "1.0.4",
44 "@adonisjs/fold": "4.0.9",
45 "@adonisjs/framework": "5.0.13",
46 "@adonisjs/ignitor": "2.0.8",
47 "@adonisjs/lucid": "6.1.3",
48 "@adonisjs/session": "1.0.29",
49 "@adonisjs/shield": "1.0.8",
50 "@adonisjs/validator": "5.0.6",
39 "@babel/polyfill": "7.4.4", 51 "@babel/polyfill": "7.4.4",
40 "@babel/runtime": "7.4.5", 52 "@babel/runtime": "7.4.5",
41 "@mdi/js": "4.2.95", 53 "@mdi/js": "4.2.95",
@@ -44,7 +56,9 @@
44 "@meetfranz/theme": "file:packages/theme", 56 "@meetfranz/theme": "file:packages/theme",
45 "@meetfranz/ui": "file:packages/ui", 57 "@meetfranz/ui": "file:packages/ui",
46 "address-rfc2822": "^2.0.1", 58 "address-rfc2822": "^2.0.1",
59 "atob": "2.1.2",
47 "auto-launch": "5.0.5", 60 "auto-launch": "5.0.5",
61 "btoa": "1.2.1",
48 "classnames": "2.2.6", 62 "classnames": "2.2.6",
49 "cld3-asm": "1.0.1", 63 "cld3-asm": "1.0.1",
50 "darkreader": "4.7.15", 64 "darkreader": "4.7.15",
@@ -76,6 +90,7 @@
76 "mobx-react-router": "3.1.2", 90 "mobx-react-router": "3.1.2",
77 "moment": "^2.17.1", 91 "moment": "^2.17.1",
78 "ms": "2.1.1", 92 "ms": "2.1.1",
93 "node-fetch": "2.6.0",
79 "normalize-url": "^1.9.1", 94 "normalize-url": "^1.9.1",
80 "pretty-bytes": "^4.0.2", 95 "pretty-bytes": "^4.0.2",
81 "prop-types": "^15.5.10", 96 "prop-types": "^15.5.10",
@@ -95,9 +110,11 @@
95 "route-parser": "^0.0.5", 110 "route-parser": "^0.0.5",
96 "semver": "^5.4.1", 111 "semver": "^5.4.1",
97 "smoothscroll-polyfill": "^0.3.4", 112 "smoothscroll-polyfill": "^0.3.4",
113 "sqlite3": "4.1.0",
98 "tar": "^4.0.2", 114 "tar": "^4.0.2",
115 "targz": "1.0.1",
99 "terser": "4.3.8", 116 "terser": "4.3.8",
100 "uuid": "^3.0.1", 117 "uuid": "3.3.3",
101 "validator": "11.0.0", 118 "validator": "11.0.0",
102 "ws": "6.2.1" 119 "ws": "6.2.1"
103 }, 120 },
@@ -107,7 +124,7 @@
107 "@babel/core": "^7.2.2", 124 "@babel/core": "^7.2.2",
108 "@babel/plugin-proposal-class-properties": "^7.0.0", 125 "@babel/plugin-proposal-class-properties": "^7.0.0",
109 "@babel/plugin-proposal-decorators": "^7.0.0", 126 "@babel/plugin-proposal-decorators": "^7.0.0",
110 "@babel/plugin-proposal-export-default-from": "^7.0.0", 127 "@babel/plugin-proposal-export-default-from": "7.5.2",
111 "@babel/plugin-proposal-throw-expressions": "^7.0.0", 128 "@babel/plugin-proposal-throw-expressions": "^7.0.0",
112 "@babel/plugin-syntax-dynamic-import": "^7.0.0", 129 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
113 "@babel/plugin-transform-regenerator": "^7.0.0", 130 "@babel/plugin-transform-regenerator": "^7.0.0",