1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "description": "UI for consuming Joystream - a user governed video platform",
- "license": "GPL-3.0",
- "workspaces": [
- "packages/*"
- ],
- "private": true,
- "repository": {
- "type": "git",
- "url": "https://github.com/Joystream/atlas.git"
- },
- "bugs": {
- "url": "https://github.com/Joystream/atlas/issues"
- },
- "scripts": {
- "atlas:dev": "yarn workspace @joystream/atlas dev",
- "atlas:build": "yarn workspace @joystream/atlas build",
- "atlas:lint": "yarn workspace @joystream/atlas lint",
- "atlas:storybook": "yarn workspace @joystream/atlas storybook",
- "atlas:build-storybook": "yarn workspace @joystream/atlas build-storybook",
- "atlas:test": "yarn workspace @joystream/atlas test",
- "atlas:test:dev": "yarn workspace @joystream/atlas test:dev",
- "atlas:tokens": "yarn workspace @joystream/atlas tokens",
- "atlas:tokens:fetch": "yarn workspace @joystream/atlas tokens:fetch",
- "atlas:tokens:build": "yarn workspace @joystream/atlas tokens:build",
- "atlas:graphql": "yarn workspace @joystream/atlas graphql",
- "atlas:svgs": "yarn workspace @joystream/atlas svgs",
- "atlas:svgs:illustrations": "yarn workspace @joystream/atlas svgs:illustrations",
- "atlas:svgs:icons": "yarn workspace @joystream/atlas svgs:icons",
- "atlas:svgs:logos": "yarn workspace @joystream/atlas svgs:logos",
- "meta-server:build": "yarn workspace @joystream/atlas-meta-server build",
- "avatar-service:build": "yarn workspace @joystream/atlas-avatar-service build",
- "docker:atlas": "ci/build-docker-atlas.sh",
- "docker:meta-server": "ci/build-docker-meta-server.sh",
- "docker:avatar-service": "ci/build-docker-avatar-service.sh",
- "lint-staged": "lint-staged",
- "postinstall": "husky install",
- "atlas:madge:circular": "yarn workspace @joystream/atlas madge:circular"
- },
- "lint-staged": {
- "*.{tsx,ts}": [
- "eslint --cache --fix",
- "prettier --write",
- "stylelint --fix"
- ]
- },
- "devDependencies": {
- "@emotion/eslint-plugin": "^11.10.0",
- "@joystream/prettier-config": "^1.0.0",
- "@stylelint/postcss-css-in-js": "^0.38.0",
- "@trivago/prettier-plugin-sort-imports": "^4.0.0",
- "@types/node": "^16.18.8",
- "@typescript-eslint/eslint-plugin": "^5.46.1",
- "@typescript-eslint/parser": "^5.46.1",
- "eslint": "^8.29.0",
- "eslint-config-prettier": "^8.5.0",
- "eslint-plugin-jest-dom": "^4.0.3",
- "eslint-plugin-react": "^7.31.11",
- "eslint-plugin-react-hooks": "^4.6.0",
- "eslint-plugin-unused-imports": "^2.0.0",
- "husky": "^8.0.2",
- "lint-staged": "^13.1.0",
- "prettier": "~2.8.1",
- "stylelint": "^14.16.0",
- "stylelint-config-prettier": "^9.0.4",
- "stylelint-config-standard": "^29.0.0",
- "typescript": "4.9.4"
- },
- "resolutions": {
- "@polkadot/api": "8.9.1",
- "@polkadot/keyring": "9.5.1",
- "@polkadot/types": "8.9.1",
- "@polkadot/util": "9.5.1",
- "@polkadot/util-crypto": "9.5.1",
- "@polkadot/networks": "9.5.1",
- "@polkadot/x-fetch": "9.5.1",
- "@polkadot/x-global": "9.5.1",
- "@polkadot/x-ws": "9.5.1",
- "bn.js": "5.2.1",
- "blake3": "patch:blake3@npm:2.1.7#.yarn/patches/blake3-npm-2.1.7-7bf40c44b4"
- },
- "engines": {
- "node": "^18"
- },
- "packageManager": "yarn@3.2.1"
- }
|