mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-30 03:03:06 -05:00
40 lines
953 B
JSON
40 lines
953 B
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": "PORT=3300 react-scripts start",
|
|
"lint": "eslint src",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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",
|
|
"eslint-plugin-react-hooks": "4.5.0"
|
|
}
|
|
}
|