Skip to content

Commit

Permalink
fix(app-builder): move dependencies to production
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Feb 22, 2023
1 parent 1cc8642 commit cf7840d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions apps/app-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
"start": "ts-node --project ./tsconfig.build.json src/index.ts",
"typecheck": "run ws:tsup:typecheck \"$(pwd)\""
},
"dependencies": {
"archiver": "^5.3.1",
"chalk": "^5.2.0",
"commander": "^10.0.0",
"debug": "^4.3.4",
"inquirer": "^9.1.4",
"interpret": "^3.1.1",
"liftoff": "^4.0.0",
"supports-color": "^9.3.1"
},
"devDependencies": {
"@myparcel-pdk/build-tsup": "workspace:*",
"@types/archiver": "^5.3.1",
Expand All @@ -34,14 +44,6 @@
"@types/inquirer": "^9.0.3",
"@types/interpret": "^1.1.1",
"@types/liftoff": "^4.0.0",
"archiver": "^5.3.1",
"chalk": "^5.2.0",
"commander": "^10.0.0",
"debug": "^4.3.4",
"inquirer": "^9.1.4",
"interpret": "^3.1.1",
"liftoff": "^4.0.0",
"supports-color": "^9.3.1",
"tsup": "^6.6.3"
},
"engines": {
Expand Down

0 comments on commit cf7840d

Please sign in to comment.