🔧 Optimize bot-engine

This commit is contained in:
Baptiste Arnaud
2021-12-08 09:40:47 +01:00
parent 9dbad1dbab
commit 90d7a7343e
3 changed files with 95 additions and 6 deletions

View File

@@ -13,13 +13,17 @@
"@rollup/plugin-typescript": "^8.3.0",
"@types/react": "^17.0.37",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"rollup": "^2.60.2",
"rollup-plugin-dts": "^4.0.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^2.2.19",
"typescript": "^4.5.2"
},
"peerDependencies": {
"react": "^17.0.2"
},
"scripts": {
"build": "run-s tailwind:generate rollup",
"tailwind:generate": "tailwindcss -o src/style.css",