-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
178 lines (178 loc) · 7.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "movex",
"version": "0.1.6",
"license": "MIT",
"author": {
"name": "Gabriel C. Troia",
"url": "https://twitter.com/gctroia"
},
"description": "Movex is a Multiplayer (Game) State Synchronization Library using Deterministic Action Propagation without the need to write Server Specific Code.",
"repository": "https://github.com/movesthatmatter/movex",
"homepage": "https://movex.dev",
"keywords": [
"state",
"redux",
"react",
"game",
"app",
"framework"
],
"scripts": {
"commit": "git-cz",
"start": "nx serve movex-demo",
"tsc-all": "tsc -b libs/movex libs/movex-server libs/movex-core-util libs/movex-react libs/movex-examples apps/movex-demo apps/movex-demo-api apps/movex-demo-e2e apps/movex-docs apps/movex-docs-e2e",
"build": "nx build movex-demo",
"test": "nx run-many --all --target=test --skip-nx-cache",
"dev-movex-docs": "npx nx serve movex-docs",
"lint-all-libs": "npx nx run-many --parallel --target=lint --projects=movex-core-util,movex,movex-server,movex-service,movex-react,movex-react-local-master,movex-vue,movex-store,movex-master,movex-specs-util --quiet",
"push-all-libs--locally": "cd dist/libs/movex && yalc push && cd -; cd dist/libs/movex-server && yalc push && cd -; cd dist/libs/movex-core-util && yalc push && cd -; cd dist/libs/movex-react && yalc push && cd -; cd dist/libs/movex-service && yalc push && cd -; cd dist/libs/movex-store && yalc push && cd -; cd dist/libs/movex-master && yalc push && cd -;",
"push-lib-locally--movex": "cd dist/libs/movex && yalc push && cd -",
"push-lib-locally--movex-react": "cd dist/libs/movex-react && yalc push && cd -",
"push-lib-locally--movex-server": "cd dist/libs/movex-server && yalc push && cd -",
"push-lib-locally--movex-master": "cd dist/libs/movex-master && yalc push && cd -",
"push-lib-locally--movex-store": "cd dist/libs/movex-store && yalc push && cd -",
"publish-movex": "cd dist/libs/movex && npm publish && cd -;",
"publish-movex-core-util": "cd dist/libs/movex-core-util && npm publish && cd -",
"publish-movex-server": "cd dist/libs/movex-server && npm publish && cd -",
"publish-movex-master": "cd dist/libs/movex-master && npm publish && cd -",
"publish-movex-react": "cd dist/libs/movex-react && npm publish && cd -",
"publish-movex-service": "cd dist/libs/movex-service && npm publish && cd -",
"publish-movex-store": "cd dist/libs/movex-store && npm publish && cd -",
"publish-all-libs": "npm run publish-movex && npm run publish-movex-server && npm run publish-movex-core-util && npm run publish-movex-react && npm run publish-movex-service && npm run publish-movex-store && npm run publish-movex-master",
"tsc-all-libs": "npx nx run-many --parallel --target=tsc --projects=movex-core-util,movex,movex-server,movex-service,movex-react,movex-react-local-master,movex-vue,movex-store,movex-master,movex-specs-util",
"test-all-libs": "npx nx run-many --parallel --target=test --projects=movex,movex-core-util,movex-master,movex-react,movex-react-local-master,movex-server,movex-service,movex-store,movex-vue",
"build-all-libs": "npx nx run-many --parallel --target=build --projects=movex,movex-core-util,movex-master,movex-react,movex-react-local-master,movex-server,movex-service,movex-store,movex-vue",
"version-publishable-libs": "npx nx run-many --parallel --target=semver --projects=movex,movex-core-util,movex-react,movex-server,movex-master,movex-service,movex-store",
"deploy": "git diff --exit-code HEAD && flyctl deploy -c apps/movex-demo-api/fly.toml --dockerfile apps/movex-demo-api/Dockerfile -e APP_REVISION=$(git rev-parse --short HEAD) --remote-only"
},
"private": false,
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.4",
"@es-exec/esbuild-plugin-serve": "^0.0.5",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/platform-socket.io": "^9.2.1",
"@nestjs/websockets": "^9.2.1",
"@types/fast-json-patch": "^1.1.5",
"@types/object-hash": "^3.0.2",
"@types/uuid": "^9.0.0",
"@use-it/event-listener": "^0.1.7",
"@vercel/analytics": "^1.0.1",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"deep-clone": "^3.0.3",
"deep-object-diff": "^1.1.9",
"esbuild": "^0.18.10",
"esbuild-plugin-copy": "^2.1.1",
"express": "^4.18.2",
"handy-redis": "1.8.3",
"hotscript": "^1.0.7",
"json-find": "^2.0.8",
"microdiff": "^1.3.1",
"micropatch": "https://github.com/movesthatmatter/micropatch.git",
"next": "13.0.0",
"nextra": "^2.6.2",
"nextra-theme-docs": "^2.6.2",
"npm": "^9.4.2",
"object-path-immutable": "^4.1.2",
"promise-delegate": "^1.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"reflect-metadata": "^0.1.13",
"refractor": "^4.8.1",
"regenerator-runtime": "0.13.7",
"relational-redis-store": "^0.6.14",
"rxjs": "^7.0.0",
"socket.io": "^4.5.4",
"socket.io-client": "^4.5.4",
"socket.io-mock": "^1.3.2",
"supertest": "^6.3.3",
"superwstest": "^2.0.3",
"ts-async-results": "0.7.9",
"ts-pubsy": "^0.2.0",
"ts-results": "3.3.0",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.3.0",
"typed-emitter": "^2.1.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@emotion/babel-plugin": "11.10.2",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/cli": "15.2.4",
"@nrwl/cypress": "15.2.4",
"@nrwl/eslint-plugin-nx": "15.2.4",
"@nrwl/jest": "15.2.4",
"@nrwl/js": "15.2.4",
"@nrwl/linter": "15.2.4",
"@nrwl/nest": "15.2.4",
"@nrwl/next": "15.2.4",
"@nrwl/node": "15.2.4",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "15.2.4",
"@nrwl/storybook": "15.2.4",
"@nrwl/web": "15.2.4",
"@nrwl/workspace": "15.2.4",
"@storybook/addon-essentials": "~6.5.9",
"@storybook/builder-webpack5": "~6.5.9",
"@storybook/core-server": "~6.5.9",
"@storybook/manager-webpack5": "~6.5.9",
"@storybook/react": "~6.5.9",
"@svgr/webpack": "^5.4.0",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "13.4.0",
"@types/jest": "28.1.1",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/redis-mock": "^0.17.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"autoprefixer": "^10.4.14",
"babel-jest": "28.1.1",
"babel-loader": "8.1.0",
"commitizen": "^4.3.0",
"console-group": "^0.3.3",
"cypress": "^11.0.0",
"cz-git": "^1.6.1",
"eslint": "~8.15.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"mockdate": "^3.0.5",
"nx": "15.2.4",
"postcss": "^8.4.24",
"prettier": "^2.6.2",
"process": "^0.11.10",
"react-test-renderer": "18.2.0",
"redis-mock": "https://github.com/movesthatmatter/redis-mock.git#fix-set-nx-and-zpopmin",
"start-server-and-test": "^1.15.2",
"tailwindcss": "^3.3.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "^4.9.4",
"url-loader": "^3.0.0"
},
"engines": {
"node": ">= 0.16.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}