how can I combine these two package.json files so I can deploy to heroku?

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • express-api-starter

    A basic starter for an express.js API

  • { "name": "express-api-starter", "version": "1.2.0", "description": "A basic starter for an express.js API", "main": "index.js", "scripts": { "start": "node src/index.js", "dev": "nodemon src/index.js", "lint": "eslint --fix src", "test": "jest" }, "keywords": [], "author": "CJ R. (https://w3cj.now.sh)", "repository": { "type": "git", "url": "https://github.com/w3cj/express-api-starter.git" }, "license": "MIT", "dependencies": { "cors": "^2.8.5", "csv-parse": "^5.3.0", "dotenv": "^16.0.1", "express": "^4.18.1", "helmet": "^5.1.1", "morgan": "^1.10.0", "path": "^0.12.7", "string-sanitizer": "^2.0.2" }, "devDependencies": { "eslint": "^8.22.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.26.0", "jest": "^28.1.3", "nodemon": "^2.0.19", "supertest": "^6.2.4" } }

  • api

  • thank you. I did what you asked and deployed both branches of https://github.com/BushraAbdullahi/api to heroku as separate projects (the front end is https://agile-assesment-1.herokuapp.com/ and the backend is https://agile-assessment-2.herokuapp.com/)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Access your Synology NAS with a custom domain on Bunny.net (DDNS)

    1 project | dev.to | 4 May 2024
  • Figma's Journey to TypeScript

    4 projects | news.ycombinator.com | 4 May 2024
  • How to Use JSON Path

    9 projects | news.ycombinator.com | 3 May 2024
  • Unlocking Efficiency: The Significance of Technical Documentation

    1 project | dev.to | 4 May 2024
  • Implementing 3D Graphics in React

    6 projects | dev.to | 3 May 2024