Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Jun 2, 2023
1 parent 354f4b4 commit 981dc6b
Show file tree
Hide file tree
Showing 142 changed files with 125 additions and 7,167 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"private": true,
"scripts": {
"clean": "rimraf node_modules",
"clean:full": "yarn clean && cd packages/common && yarn clean && cd ../web-app && yarn clean && cd ../native-app && yarn clean"
"clean:full": "yarn clean && cd packages/common && yarn clean && cd ../web-app && yarn clean && cd ../native-app && yarn clean",
"clean:full:install": "yarn clean:full && yarn install"
},
"workspaces": {
"packages": [
"packages/common",
"packages/diplicity-common-internal",
"packages/web-app",
"packages/native-app"
],
"nohoist": [
"**/react-native**",
"**/jsc-android",
"**/css-tree"
]
}
}
}
5 changes: 5 additions & 0 deletions packages/common/.watchmanconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore_dirs": [
"node_modules"
]
}
14 changes: 7 additions & 7 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"bugs": {},
"devDependencies": {
"@reduxjs/toolkit": "^1.8.3",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "29.5.2",
"@types/jquery": "^3.5.13",
Expand All @@ -38,11 +38,7 @@
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.3",
"jquery": "^3.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-i18next": "^11.15.4",
"react-redux": "^7.2.6",
"redux": "^4.2.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.5.0",
"typescript": "^4.3.5"
Expand All @@ -68,6 +64,7 @@
]
},
"peerDependencies": {
"@reduxjs/toolkit": "^1.8.3",
"formik": "^2.2.9",
"i18next": "^21.6.11",
"jquery": "^3.6.0",
Expand All @@ -76,6 +73,7 @@
"react-ga": "^3.3.0",
"react-i18next": "^11.15.4",
"react-redux": "^7.2.6",
"redux": "^4.2.1",
"ts-jest": "^27.1.3",
"typescript": "^4.3.5",
"yup": "^0.32.11"
Expand All @@ -102,8 +100,10 @@
"testEnvironment": "jsdom"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"formik": "^2.2.9",
"redux": "^4.2.1",
"xmldom": "^0.6.0",
"yup": "^0.32.11"
}
}
}
9 changes: 0 additions & 9 deletions packages/diplicity-common-internal/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions packages/diplicity-common-internal/src/adapters/adapter.ts

This file was deleted.

45 changes: 0 additions & 45 deletions packages/diplicity-common-internal/src/adapters/createGame.ts

This file was deleted.

95 changes: 0 additions & 95 deletions packages/diplicity-common-internal/src/adapters/game.ts

This file was deleted.

6 changes: 0 additions & 6 deletions packages/diplicity-common-internal/src/adapters/index.ts

This file was deleted.

104 changes: 0 additions & 104 deletions packages/diplicity-common-internal/src/adapters/phase.ts

This file was deleted.

15 changes: 0 additions & 15 deletions packages/diplicity-common-internal/src/adapters/types.ts

This file was deleted.

14 changes: 0 additions & 14 deletions packages/diplicity-common-internal/src/adapters/user.ts

This file was deleted.

Loading

0 comments on commit 981dc6b

Please sign in to comment.