76 Commits

Author SHA1 Message Date
34173f4cf6 Add hot module reloading (optional) 2019-11-01 23:14:57 -04:00
b5325a050d Add react-captcha, react-test package 2019-11-01 17:53:21 -04:00
e726b1f32d Add packages/react-captcha 2019-11-01 16:14:54 -04:00
1bd19286fa Upgrade all packages 2019-10-31 19:44:28 -04:00
a39833eece Remove deprecation warning about OutgoingMessage.prototype._headers 2019-10-31 17:33:21 -04:00
b6ad109aa0 Update node-sass 2019-10-31 13:57:39 -04:00
16a8de4375 Update @types/node 2019-10-31 13:51:42 -04:00
cd8044d6a9 Add packages/captcha (untested) 2019-10-22 21:40:14 -05:00
0ae8752e4d Add svg-captcha 2019-10-22 21:40:14 -05:00
0633734156 Add sqlite3 2019-10-12 08:41:24 -05:00
c0a256ad83 Remove "express-serve-static-core"
It has different type definitions for some methods used in express and
TypeScript build fails because of it.

The solution is to use @types/express-serve-static-core instead.
2019-10-01 23:22:51 +07:00
4d7224cd8f Update package.json(s)
Bug for server: supertest is included
2019-10-01 22:29:51 +07:00
64d9778a33 Add ability to generate package.json deps from root pkg 2019-10-01 10:02:09 +07:00
cd569887c0 Add browserify-hmr
NPM audit issues a warning but that has been resolved by my PR:

https://github.com/Macil/browserify-hmr/pull/45
2019-10-01 07:52:50 +07:00
661877ddff Add ServerStyleSheet to ServerRenderer.ts 2019-09-26 21:36:14 +07:00
92021479ae Run npm install styled-components and audit fix 2019-09-26 20:09:30 +07:00
00192d2f3b Add middleware abstraction 2019-09-25 11:15:04 +07:00
d4378719c5 Use EntitySchema and interfaces over typeorm decorators 2019-09-18 15:25:27 +07:00
9c9c41aeaf Extract packages/server/src/database to packages/{db,db-typeorm} 2019-09-18 12:49:55 +07:00
a0c36a1299 Install eslint-plugin-import 2019-09-16 21:27:53 +07:00
2514f68a1d npm uninstall tslint 2019-09-16 21:06:55 +07:00
003032c3ef Fix linting error in packages/redux 2019-09-15 16:20:52 +07:00
8c732ba91e Install eslint and fix errors
- argparse
- scripts
- tasq
- validator
2019-09-15 15:57:22 +07:00
177c52b438 Upgrade to typescript@3.6.3 2019-09-14 11:58:00 +07:00
c14456b606 Move validator into separate package 2019-09-14 11:41:21 +07:00
16400d01c3 Add formik 2019-09-12 16:27:14 +07:00
ea6c349e6c Add rimraf and rondo clean script 2019-09-11 21:29:12 +07:00
eebe26f706 Extract redux, http-types, http-client and test-utils 2019-09-10 17:56:25 +07:00
5b5adb6408 Update dependencies
TypeScript 3.6 cannot be updated because of a current bug with
FindConditions<?>.

https://github.com/typeorm/typeorm/pull/4470
https://github.com/typeorm/typeorm/issues/4662

https://github.com/microsoft/TypeScript/pull/33144
2019-09-01 14:17:08 +07:00
1bbc3ed97d Extract ConfigReader to @rondo.dev/config pkg 2019-08-25 20:43:09 +07:00
9aaf8b62a9 Add @rondo.dev/logger, remove winston 2019-08-25 14:12:24 +07:00
dffad844ad Rename scope @rondo to @rondo.dev 2019-08-25 11:33:06 +07:00
47859ffa34 Add packages/argparse 2019-08-05 18:11:46 +07:00
166981fe3b Move jsonrpc back to single package 2019-08-01 12:26:23 +07:00
f500d7f66c Split jsonrpc into smaller packages 2019-08-01 09:17:38 +07:00
e79008cf0f Add test @rondo/scripts package for CLI 2019-07-31 10:50:29 +08:00
dde96b41d3 Add packages/scripts 2019-07-31 09:53:45 +08:00
0aac78ff8a Run npm audit fix 2019-07-31 07:12:31 +08:00
697056b78e Run npm install ttypescript ts-transformer-keys ts-node@latest 2019-07-31 07:11:50 +08:00
a15a24a2c1 Add @rondo/tasq 2019-07-19 21:10:34 +08:00
98bceca746 Add ability to create a runnable binary w/ pkg
Note: bcrypt_lib.node needs to be manually included!
2019-07-08 15:35:13 +08:00
7de6157129 Add image-upload 2019-06-08 13:14:22 +10:00
c272feefd2 Uninstall unused react-router-config 2019-05-21 18:59:33 +12:00
e63b2b1c03 WIP: Use react-ssr-prepass to fetchData
TODO: State does not update correctly. Need to figure out why.
2019-05-19 20:14:35 +12:00
bc960f533e Run npm install @types/react-router-config 2019-05-19 18:03:58 +12:00
1b33b651bd Run npm audit fix 2019-05-19 15:42:37 +12:00
8749fba61d Add react-router-config 2019-05-19 15:41:10 +12:00
c760b7e216 Run npm audit fix 2019-04-14 23:11:48 +12:00
cca6325214 Upgrade React to 16.8 2019-04-14 23:08:54 +12:00
0fb6c8a6c2 Reduce bundle size by 100kb by removing date-fns 2019-04-11 12:23:17 +08:00