Merge branch 'master' of github.com:LucasBrazi06/ev-simulator into rollup
[e-mobility-charging-stations-simulator.git] / package.json
index b4fe270f9fbd3a955d5124a420a2f3d2a459d493..0012bda58ce25e6f07c37770c56634eda18ca54d 100644 (file)
@@ -28,6 +28,7 @@
     "start:flameprof": "cross-env NODE_ENV=production clinic flame -- node -r source-map-support/register dist/start.js",
     "start:bubbleprof": "cross-env NODE_ENV=production clinic bubbleprof -- node -r source-map-support/register dist/start.js",
     "grunt": "grunt",
+    "rollup": "rollup --config",
     "build": "npm run grunt",
     "build:mta": "mbt build",
     "build:watch": "npm run grunt -- ts:buildWatch",
     "grunt-ts": "^6.0.0-beta.22",
     "mbt": "^1.1.0",
     "npm-check": "^5.9.2",
+    "rollup": "^2.39.0",
+    "rollup-plugin-copy": "^3.3.0",
+    "rollup-plugin-delete": "^2.0.0",
+    "rollup-plugin-typescript2": "^0.29.0",
     "typescript": "^4.1.5"
   }
 }