{ "name": "@freecodecamp/web", "version": "0.0.1", "description": "The freeCodeCamp.org open-source codebase and curriculum", "license": "BSD-3-Clause", "private": true, "engines": { "node": ">=16", "npm": ">=8" }, "repository": { "type": "git", "url": "git+https://github.com/freeCodeCamp/freeCodeCamp.git" }, "bugs": { "url": "https://github.com/freeCodeCamp/freeCodeCamp/issues" }, "homepage": "https://github.com/freeCodeCamp/freeCodeCamp#readme", "author": "freeCodeCamp ", "main": "none", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "develop-client": "next dev --port 8000", "dev": "concurrently \"npm:develop-curriculum-server\" \"npm:develop-client\"", "develop-curriculum-server": "npm --prefix ../curriculum-server run dev", "prepare": "npm --prefix ../ run build:curriculum && npm --prefix ../curriculum-server/ run source-curriculum" }, "dependencies": { "@monaco-editor/react": "4.4.6", "next": "12.3.4", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "concurrently": "7.6.0" } }