aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/package.json')
-rw-r--r--packages/shared/package.json14
1 files changed, 10 insertions, 4 deletions
diff --git a/packages/shared/package.json b/packages/shared/package.json
index bd725be..9627c94 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -4,15 +4,21 @@
4 "private": true, 4 "private": true,
5 "sideEffects": false, 5 "sideEffects": false,
6 "type": "module", 6 "type": "module",
7 "exports": "./dist/index.mjs", 7 "exports": {
8 ".": {
9 "import": "./dist/index.mjs",
10 "types": "./dist/index.d.ts"
11 }
12 },
8 "types": "dist/index.d.ts", 13 "types": "dist/index.d.ts",
9 "scripts": { 14 "scripts": {
10 "typecheck:workspace": "yarn g:typecheck", 15 "typecheck:workspace": "yarn g:typecheck",
11 "types": "yarn g:types" 16 "types": "yarn g:types"
12 }, 17 },
13 "dependencies": { 18 "dependencies": {
14 "mobx": "^6.3.13", 19 "i18next": "^21.8.5",
15 "mobx-state-tree": "^5.1.0", 20 "mobx": "^6.6.0",
16 "zod": "^3.11.6" 21 "mobx-state-tree": "^5.1.5",
22 "zod": "^3.17.3"
17 } 23 }
18} 24}