{ "name": "@freecodecamp/challenge-editor-client", "version": "0.1.0", "private": true, "dependencies": { "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "12.1.5", "@testing-library/user-event": "13.5.0", "codemirror": "5", "react": "16.14.0", "react-dom": "16.14.0", "react-router-dom": "6.11.2", "react-scripts": "5.0.1", "typescript": "4.9.5" }, "scripts": { "start": "cross-env PORT=3300 react-scripts start", "lint": "eslint src", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "postinstall": "shx cp ./sample.env ./.env" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "devDependencies": { "@types/codemirror": "5.60.7", "@types/react": "16.14.41", "@types/react-dom": "^16.9.17", "@uiw/react-codemirror": "3.2.10", "cross-env": "7.0.3", "eslint-plugin-react-hooks": "4.6.0", "shx": "0.3.4" } }