/
vasya2
/
var2
Обзор
Документация
Войти
/
vasya2
/
var2
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/client-plugins/browser-scripts/package.json
51 строка
1 KB
Oliver Eyton-Williams
feat(client): integrate new test runner (#60318)
12 июн 2025, 10:25
Не верифицирован
12 июн 2025, 10:25
49fbe88
Код
Авторство
О чём код?
{ "name": "@freecodecamp/browser-scripts", "version": "1.0.0", "description": "The freeCodeCamp.org open-source codebase and curriculum", "license": "BSD-3-Clause", "private": true, "engines": { "node": ">=18", "pnpm": ">=10" }, "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 <team@freecodecamp.org>", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_OPTIONS=\"--max-old-space-size=7168\" webpack -c webpack.config.cjs" }, "type": "module", "keywords": [], "devDependencies": { "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-runtime": "7.23.7", "@babel/preset-env": "7.23.7", "@babel/preset-typescript": "7.23.3", "@types/copy-webpack-plugin": "^8.0.1", "@types/lodash-es": "4.17.12", "@typescript/vfs": "^1.6.0", "babel-loader": "8.3.0", "copy-webpack-plugin": "9.1.0", "lodash-es": "4.17.21", "process": "0.11.10", "pyodide": "^0.23.3", "sass.js": "0.11.1", "util": "0.12.5", "webpack": "5.90.3", "webpack-cli": "4.10.0" }, "dependencies": { "@freecodecamp/curriculum-helpers": "^4.4.0", "react": "16", "react-dom": "16", "xterm": "^5.2.1" } }