graph-drilldown/package.json

65 строки
1.9 KiB
JSON

{
"name": "@graph-drilldown/project",
"version": "0.1.0",
"private": true,
"scripts": {
"_ci_packages": "turbo run ci",
"_fix_packages": "turbo run fix",
"_check_packages": "turbo run check",
"clean": "turbo run clean --parallel",
"build": "turbo run build",
"bundle": "turbo run bundle",
"start": "turbo run start",
"rome_check": "rome ci .",
"rome_fix": "rome check . --apply-unsafe",
"ci": "run-s _ci_packages rome_check",
"fix": "run-s _fix_packages rome_fix format",
"check": "run-s _check_packages rome_check",
"format": "rome format . --write",
"deploy": "essex deploy --type azure-blob-storage --storageAccount $STORAGE_ACCOUNT --storageAccountKey $STORAGE_KEY --verbose",
"is_clean": "git diff-index HEAD --quiet || git status",
"update_sdks": "yarn dlx @yarnpkg/sdks vscode"
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@essex/eslint-config": "^21.0.1",
"@essex/eslint-plugin": "^21.0.1",
"@essex/jest-config": "^22.0.0",
"@essex/scripts": "^26.0.0",
"@fluentui/font-icons-mdl2": "^8.5.24",
"@fluentui/react": "^8.111.2",
"@fluentui/react-hooks": "^8.6.29",
"@fluentui/utilities": "^8.13.18",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-rnd": "^8.0.0",
"@types/react-router-dom": "^5.3.3",
"core-js": "^3.32.2",
"eslint": "^8.49.0",
"eslint-import-resolver-node": "^0.3.9",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"office-ui-fabric-react": "^7.204.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-rnd": "^10.3.7",
"react-router-dom": "^5.3.4",
"regenerator-runtime": "^0.14.0",
"rome": "^12.1.3",
"tslib": "^2.6.2",
"turbo": "^1.10.13",
"typescript": "^5.2.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie 11",
"not op_mini all"
],
"packageManager": "yarn@4.0.0-rc.50"
}