aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
blob: 9627c94af63847d1c3710eba86fc798c20db137d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "@sophie/shared",
  "version": "0.1.0",
  "private": true,
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "types": "dist/index.d.ts",
  "scripts": {
    "typecheck:workspace": "yarn g:typecheck",
    "types": "yarn g:types"
  },
  "dependencies": {
    "i18next": "^21.8.5",
    "mobx": "^6.6.0",
    "mobx-state-tree": "^5.1.5",
    "zod": "^3.17.3"
  }
}