New preact based frontend UI for the TTT.

Added rollup compiling
This commit is contained in:
Jocelyn Badgley (Twipped)
2020-03-08 14:01:00 -07:00
parent 67b168dba1
commit dad24e1199
33 changed files with 2322 additions and 172 deletions

View File

@@ -25,8 +25,17 @@
},
"license": "MIT",
"devDependencies": {
"@babel/core": "~7.8.7",
"@babel/plugin-proposal-class-properties": "~7.8.3",
"@babel/preset-env": "~7.8.7",
"@rollup/plugin-alias": "~3.0.1",
"@rollup/plugin-commonjs": "~11.0.2",
"@rollup/plugin-node-resolve": "~7.1.1",
"@rollup/plugin-replace": "~2.3.1",
"autoprefixer": "~9.7.4",
"aws-sdk": "~2.624.0",
"babel-eslint": "~10.1.0",
"babel-preset-preact": "~2.0.0",
"backbone": "~1.4.0",
"bluebird": "~3.7.2",
"bootstrap": "~4.4.1",
@@ -37,6 +46,7 @@
"eslint-config-twipped": "~3.4.0",
"eslint-plugin-node": "~11.0.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-react": "~7.19.0",
"express": "~4.17.1",
"fancy-log": "~1.3.3",
"forever": "~2.0.0",
@@ -67,14 +77,13 @@
"png-to-ico": "~2.0.6",
"popper.js": "~1.16.0",
"postcss": "~7.0.27",
"preact": "~10.3.3",
"rev-hash": "~3.0.0",
"rev-path": "~2.0.0",
"rollup": "~1.31.1",
"rollup-plugin-alias": "~2.2.0",
"rollup-plugin-commonjs": "~10.1.0",
"rollup-plugin-json": "~4.0.0",
"rollup-plugin-node-resolve": "~5.2.0",
"rollup-plugin-string": "~3.0.0",
"rollup": "~2.0.2",
"rollup-plugin-babel": "~4.4.0",
"rollup-plugin-react-svg": "~3.0.3",
"rollup-plugin-terser": "~5.2.0",
"rss": "~1.2.2",
"serve-index": "~1.9.1",
"slugify": "~1.3.6",