Skip to content

Commit

Permalink
Merge pull request #11 from okhiroyuki/feature/update-package-json
Browse files Browse the repository at this point in the history
feat: add red-mobile-core-modules
  • Loading branch information
okhiroyuki authored Oct 7, 2023
2 parents e652c5f + 9ea8128 commit 31ec9de
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,9 @@
"build": "node main.js"
},
"dependencies": {
"@red-mobile/red-mobile-nodes": "^3.0.3",
"archiver": "^6.0.0",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"modclean": "^3.0.0-beta.1",
"multer": "^1.4.5-lts.1",
"node-red": "^3.0.2",
"node-red-contrib-image-output": "^0.6.4",
"node-red-contrib-string": "^1.0.0",
"node-red-dashboard": "^3.5.0",
"node-red-node-base64": "^0.3.0",
"node-red-node-email": "^2.0.1",
"qs": "^6.11.1",
"uuid": "^9.0.0",
"ws": "^8.13.0"
"@red-mobile/red-mobile-core-modules": "1.0.0",
"archiver": "6.0.0",
"modclean": "3.0.0-beta.1"
},
"engines": {
"node": "16"
Expand Down

0 comments on commit 31ec9de

Please sign in to comment.