{ "name": "tango-community", "private": true, "workspaces": [ "packages/*", "apps/*" ], "scripts": { "start": "yarn workspace playground start", "start:story": "yarn workspace storybook storybook", "start:site": "yarn workspace website start", "deploy:site": "yarn workspace website deploy", "build": "lerna run build", "build:site": "yarn workspace website build", "typedoc": "typedoc --options typedoc.json", "docs": "yarn typedoc && open docs/index.html", "test": "jest", "test:watch": "jest --watch", "eslint": "eslint packages/**/src/*.{ts,tsx} --cache", "publish": "lerna publish", "ver": "lerna version --no-private --conventional-commits", "release": "yarn eslint && yarn build && yarn run ver && lerna publish from-git", "release:beta": "yarn eslint && yarn build && yarn run ver && lerna publish from-package --dist-tag beta", "up": "yarn upgrade-interactive --latest" }, "devDependencies": { "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@commitlint/cli": "^17.5.0", "@commitlint/config-conventional": "^17.3.0", "@types/jest": "^29.2.4", "@types/lodash-es": "^4.17.8", "@types/lodash.get": "^4.4.7", "@types/lodash.isequal": "^4.5.6", "@types/lodash.set": "^4.3.7", "@types/react": "^18.2.7", "@types/react-dom": "^18.2.4", "@types/styled-components": "^5.1.25", "@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/parser": "^6.4.1", "conventional-changelog-cli": "^2.2.2", "copyfiles": "^2.4.1", "eslint": "^8.40.0", "eslint-config-ali": "^14.0.2", "eslint-config-prettier": "^9.0.0", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.28.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "http-server": "^14.1.0", "husky": "^8.0.1", "jest": "^29.1.1", "jest-environment-jsdom": "^29.1.1", "lerna": "^6.6.1", "lint-staged": "^13.1.0", "prettier": "^2.8.7", "react": "^17.0.0", "react-dom": "^17.0.0", "styled-components": "^5.3.6", "typedoc": "^0.25.0", "typescript": "^5.0.4" }, "resolutions": { "@yarnpkg/parsers": "3.0.0-rc.48.1" } }