|
@@ -1,46 +1,47 @@
|
|
|
{
|
|
|
- "private": true,
|
|
|
- "name": "joystream",
|
|
|
- "license": "GPL-3.0-only",
|
|
|
- "scripts": {
|
|
|
- "test": "yarn && yarn workspaces run test",
|
|
|
- "test-migration": "yarn && yarn workspaces run test-migration",
|
|
|
- "postinstall": "yarn workspace @joystream/types build",
|
|
|
- "cargo-checks": "devops/git-hooks/pre-commit && devops/git-hooks/pre-push",
|
|
|
- "cargo-build": "scripts/cargo-build.sh"
|
|
|
- },
|
|
|
- "workspaces": [
|
|
|
- "tests/network-tests",
|
|
|
- "cli",
|
|
|
- "types",
|
|
|
- "pioneer",
|
|
|
- "pioneer/packages/*",
|
|
|
- "devops/eslint-config",
|
|
|
- "devops/prettier-config",
|
|
|
- "devops/tsconfig"
|
|
|
- ],
|
|
|
- "resolutions": {
|
|
|
- "@polkadot/api": "^0.96.1",
|
|
|
- "@polkadot/api-contract": "^0.96.1",
|
|
|
- "@polkadot/keyring": "^1.7.0-beta.5",
|
|
|
- "@polkadot/types": "^0.96.1",
|
|
|
- "@polkadot/util": "^1.7.0-beta.5",
|
|
|
- "@polkadot/util-crypto": "^1.7.0-beta.5",
|
|
|
- "babel-core": "^7.0.0-bridge.0",
|
|
|
- "typescript": "^3.7.2"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "eslint-config-prettier": "^6.11.0",
|
|
|
- "eslint-plugin-jsx-a11y": "^6.2.3",
|
|
|
- "eslint-plugin-prettier": "^3.1.3",
|
|
|
- "eslint-plugin-react-hooks": "^4.0.4",
|
|
|
- "husky": "^4.2.5",
|
|
|
- "prettier": "2.0.2"
|
|
|
- },
|
|
|
- "husky": {
|
|
|
- "hooks": {
|
|
|
- "pre-commit": "devops/git-hooks/pre-commit",
|
|
|
- "pre-push": "devops/git-hooks/pre-push"
|
|
|
- }
|
|
|
- }
|
|
|
+ "private": true,
|
|
|
+ "name": "joystream",
|
|
|
+ "license": "GPL-3.0-only",
|
|
|
+ "scripts": {
|
|
|
+ "test": "yarn && yarn workspaces run test",
|
|
|
+ "test-migration": "yarn && yarn workspaces run test-migration",
|
|
|
+ "postinstall": "yarn workspace @joystream/types build",
|
|
|
+ "cargo-checks": "devops/git-hooks/pre-commit && devops/git-hooks/pre-push",
|
|
|
+ "cargo-build": "scripts/cargo-build.sh",
|
|
|
+ "lint": "yarn workspaces run lint"
|
|
|
+ },
|
|
|
+ "workspaces": [
|
|
|
+ "tests/network-tests",
|
|
|
+ "cli",
|
|
|
+ "types",
|
|
|
+ "pioneer",
|
|
|
+ "pioneer/packages/*",
|
|
|
+ "devops/eslint-config",
|
|
|
+ "devops/prettier-config",
|
|
|
+ "devops/tsconfig"
|
|
|
+ ],
|
|
|
+ "resolutions": {
|
|
|
+ "@polkadot/api": "^0.96.1",
|
|
|
+ "@polkadot/api-contract": "^0.96.1",
|
|
|
+ "@polkadot/keyring": "^1.7.0-beta.5",
|
|
|
+ "@polkadot/types": "^0.96.1",
|
|
|
+ "@polkadot/util": "^1.7.0-beta.5",
|
|
|
+ "@polkadot/util-crypto": "^1.7.0-beta.5",
|
|
|
+ "babel-core": "^7.0.0-bridge.0",
|
|
|
+ "typescript": "^3.7.2"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "eslint-config-prettier": "^6.11.0",
|
|
|
+ "eslint-plugin-jsx-a11y": "^6.2.3",
|
|
|
+ "eslint-plugin-prettier": "^3.1.3",
|
|
|
+ "eslint-plugin-react-hooks": "^4.0.4",
|
|
|
+ "husky": "^4.2.5",
|
|
|
+ "prettier": "2.0.2"
|
|
|
+ },
|
|
|
+ "husky": {
|
|
|
+ "hooks": {
|
|
|
+ "pre-commit": "devops/git-hooks/pre-commit",
|
|
|
+ "pre-push": "devops/git-hooks/pre-push"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|