EVOLUTION-MANAGER
Edit File: package.json
{ "name": "manager", "version": "0.0.0", "private": true, "description": "OVH Control Panel also known as Manager", "license": "BSD-3-Clause", "workspaces": [ "docs", "packages/components/*", "packages/manager/apps/*", "packages/manager/core/*", "packages/manager/modules/*", "packages/manager/tools/*", "packages/manager-react-components" ], "scripts": { "build": "yarn run build:turbo", "build:turbo": "turbo run build --concurrency=5", "dev": "turbo run dev", "clean": "lerna clean -y && yarn run clean:dist && rimraf node_modules", "clean:dist": "rimraf \"packages/**/dist\"", "format": "run-p format:*", "format:css": "yarn run lint:css --fix", "format:html": "yarn run lint:html && prettier --parser=html --write \"packages/**/*.html\"", "format:js": "yarn run lint:js --fix", "format:tsx": "yarn run lint:tsx --fix && prettier --write \"packages/{manager/apps,manager-react-components}/**/*.{tsx,ts}\"", "format:md": "yarn run lint:md --fix", "generate:app": "sao ./packages/manager/tools/sao-ovh-manager-app", "generate:uapp": "yarn workspace @ovh-ux/manager-generator run start", "generate:module": "sao ./packages/manager/tools/sao-ovh-manager-module", "lint": "run-p lint:*", "lint:css": "stylelint \"packages/**/*.{css,less,scss}\"", "lint:html": "htmlhint --ignore \"**/dist/**,**/www/**,**/screenshot/**,**/docs-api/**\" \"packages/**/*.html\"", "lint:tsx": "eslint --quiet \"packages/{manager/apps,manager-react-components}/**/*.{tsx,ts}\"", "lint:js": "eslint --cache --quiet --format=pretty \"packages\" \"scripts\"", "lint:md": "remark -qf . && eslint --quiet --format=pretty --ext .md \"docs\" \"packages\"", "list-dependents": "node scripts/list-dependents.js", "packages:publish": "scripts/publish.js", "prepare": "husky install", "release": "scripts/release/release.sh", "start": "node -r esm scripts/start-application.js", "test:jest": "jest --runInBand", "test": "yarn lint", "test:turbo": "turbo run test --concurrency=1", "test:scripts": "make test", "test:playwright:run": "lerna run test:e2e:ci --stream --concurrency=1 --no-bail" }, "resolutions": { "@babel/runtime": "7.22.15", "@rollup/plugin-commonjs": "11.0.2", "@types/react": "18.2.55", "@uirouter/angularjs": "1.0.23", "flatpickr": "4.6.9", "graphql": "16.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", "rollup-plugin-sass": "1.12.16", "sass": "1.56.1" }, "devDependencies": { "@babel/helper-string-parser": "^7.18.10", "@commitlint/cli": "^v18.4.4", "@commitlint/config-angular": "^v18.4.4", "@cucumber/cucumber": "^10.0.1", "@ovh-ux/codename-generator": "^1.0.0", "@playwright/test": "^1.34.3", "@testing-library/jest-dom": "^6.2.1", "@types/node": "^18.0.0", "@typescript-eslint/eslint-plugin": "^4.7.4", "@typescript-eslint/parser": "^4.7.4", "babel-eslint": "^10.1.0", "babel-jest": "^29.7.0", "babel-preset-react-app": "^10.0.0", "commander": "^6.0.0", "concurrently": "^7.2.2", "conventional-changelog-cli": "^2.0.25", "date-fns": "^3.6.0", "element-internals-polyfill": "^1.3.10", "eslint": "^6.7.2", "eslint-config-airbnb-base": "^14.0.0", "eslint-config-prettier": "^6.3.0", "eslint-formatter-pretty": "^3.0.1", "eslint-plugin-angular": "^4.0.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-markdown": "^1.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-tsdoc": "^0.2.17", "esm": "^3.2.25", "execa": "^2.0.5", "git-raw-commits": "^2.0.2", "htmlhint": "^0.15.1", "husky": "^8.0.1", "identity-obj-proxy": "^3.0.0", "inquirer": "^7.0.6", "inquirer-search-list": "1.2.6", "jest": "29.7.0", "jest-cucumber": "^3.0.1", "jest-environment-jsdom": "^29.7.0", "lerna": "^5.5.0", "lint-staged": "^13.0.3", "lodash": "^4.17.11", "msw": "2.1.7", "npm-run-all": "^4.1.5", "ora": "^3.4.0", "p-series": "^2.1.0", "prettier": "^1.18.2", "progress": "^2.0.3", "remark-cli": "^8.0.1", "remark-lint": "^7.0.1", "remark-preset-lint-recommended": "^4.0.1", "rimraf": "^3.0.2", "sao": "^1.7.0", "stylelint": "^13.7.2", "stylelint-config-prettier": "^8.0.2", "stylelint-config-standard": "^20.0.0", "stylelint-prettier": "^1.1.2", "stylelint-scss": "^3.18.0", "turbo": "^1.4.3", "vite": "^5.2.13", "whatwg-fetch": "^3.6.2" }, "engines": { "node": "^18", "yarn": ">=1.21.1" } }