aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
blob: a2e42327820c41263fc93c78827934b19d0e3abd (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,
  "main": "dist/index.cjs",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist tsconfig.tsbuildinfo",
    "build": "vite build",
    "typecheck": "tsc"
  },
  "dependencies": {
    "mobx": "^6.3.10",
    "mobx-state-tree": "^5.1.0",
    "zod": "^3.11.6"
  },
  "devDependencies": {
    "rimraf": "^3.0.2",
    "typescript": "^4.5.4",
    "vite": "^2.7.7"
  }
}