/
krisfloop
/
notebook
Обзор
Документация
Войти
/
krisfloop
/
notebook
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
72 строки
3 KB
Darshan Poudel
Add `@jupyter/eslint-plugin` (#7856)
31 мар 2026, 09:57
Не верифицирован
31 мар 2026, 09:57
6dabe35
Код
Авторство
О чём код?
{ "name": "@jupyter-notebook/root", "version": "0.1.0", "private": true, "homepage": "https://github.com/jupyter/notebook", "bugs": { "url": "https://github.com/jupyter/notebook/issues" }, "repository": { "type": "git", "url": "https://github.com/jupyter/notebook" }, "license": "BSD-3-Clause", "author": "Project Jupyter", "workspaces": { "packages": [ "app", "buildutils", "packages/*" ] }, "scripts": { "build": "lerna run build", "build:lib": "lerna run build:lib", "build:prod": "lerna run build:prod --skip-nx-cache", "build:test": "lerna run build:test", "build:utils": "cd buildutils && npm run build", "clean": "lerna run clean", "deduplicate": "jlpm dlx yarn-berry-deduplicate -s fewerHighest && jlpm install", "develop": "jupyter labextension develop . --overwrite && node ./buildutils/lib/develop.js --overwrite", "eslint": "eslint . --fix", "eslint:check": "eslint .", "eslint:files": "eslint --fix", "get:lab:version": "node ./buildutils/lib/get-latest-lab-version.js", "integrity": "node buildutils/lib/ensure-repo.js", "prettier": "prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", "prettier:check": "prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", "prettier:files": "prettier --write", "release:bump": "node ./buildutils/lib/release-bump.js", "release:patch": "node ./buildutils/lib/release-patch.js", "test": "lerna run test", "update:dependency": "node ./node_modules/@jupyterlab/buildutils/lib/update-dependency.js --lerna", "upgrade:lab:dependencies": "node ./buildutils/lib/upgrade-lab-dependencies.js", "watch": "run-p watch:lib watch:app", "watch:app": "lerna exec --stream --scope \"@jupyter-notebook/app\" jlpm watch", "watch:lib": "lerna exec --stream --scope @jupyter-notebook/metapackage jlpm watch" }, "resolutions": { "@types/react": "^18.0.26", "react": "^18.2.0", "yjs": "^13.5.40" }, "devDependencies": { "@eslint/js": "^9.26.0", "@jupyter/eslint-plugin": "0.0.3", "@jupyterlab/buildutils": "~4.6.0-alpha.4", "eslint": "^9.26.0", "eslint-config-prettier": "^10.0.0", "eslint-plugin-jest": "^28.0.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.37.0", "globals": "^16.0.0", "html-webpack-plugin": "^5.6.3", "lerna": "^7.1.4", "npm-run-all": "^4.1.5", "prettier": "^2.8.5", "rimraf": "^3.0.2", "typescript": "~5.9.3", "typescript-eslint": "^8.0.0" }, "nx": {} }