{ "type": "module", "private": true, "workspaces": { "packages": [ "packages/status-js", "packages/components", "packages/icons", "apps/*" ] }, "keywords": [], "scripts": { "prepare": "husky install", "test": "turbo run test --filter=@status-im/* -- --run", "dev": "turbo run dev --filter=@status-im/* --parallel", "build": "turbo run build --filter=@status-im/*", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint/.eslint-cache .", "typecheck": "turbo run typecheck", "format": "prettier --ignore-path .gitignore --cache --write .", "clean": "turbo run clean && rimraf node_modules", "web": "yarn workspace web dev", "mobile": "yarn workspace mobile dev", "desktop": "yarn workspace desktop dev", "storybook": "yarn workspace @status-im/components storybook" }, "resolutions": {}, "devDependencies": { "@changesets/cli": "^2.23.0", "@tsconfig/strictest": "^1.0.2", "@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/parser": "^5.55.0", "eslint": "^8.36.0", "eslint-config-prettier": "^8.7.0", "eslint-import-resolver-node": "^0.3.7", "eslint-import-resolver-typescript": "^3.5.3", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-simple-import-sort": "^10.0.0", "husky": "^8.0.3", "lint-staged": "^13.2.0", "prettier": "^2.8.4", "rimraf": "^4.4.0", "turbo": "^1.8.3", "typescript": "^4.9.5", "vite": "^4.1.4", "vite-node": "^0.29.2", "vitest": "^0.29.2" }, "lint-staged": { "*.{ts,tsx,js,jsx}": [ "eslint", "prettier --write" ], "*.{md,mdx,yml,yaml,json}": [ "prettier --write" ] }, "packageManager": "yarn@1.22.17" }