Files
freeCodeCamp/tools/challenge-editor/client/package.json
Shaun Hamilton cc7f584b96 feat(challenge-editor): make work in gitpod (#46784)
* feat(challenge-editor): make work in gitpod

* gitpod: make chal-editor ports public

* refactor: use .env files to set variables

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-07-08 11:25:36 +02:00

42 lines
1.0 KiB
JSON

{
"name": "@freecodecamp/challenge-editor-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"react": "16.14.0",
"react-codemirror2": "7.2.1",
"react-dom": "16.14.0",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"typescript": "4.7.4"
},
"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": "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"
]
},
"devDependencies": {
"@types/codemirror": "5.60.5",
"cross-env": "7.0.3",
"eslint-plugin-react-hooks": "4.6.0"
}
}