aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
blob: f49be47b7d32df5411e8bb88766085a276754e52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@sophie/shared",
  "version": "0.1.0",
  "private": true,
  "main": "dist/index.cjs",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "vite build",
    "typecheck": "tsc"
  },
  "devDependencies": {
    "typescript": "^4.5.4",
    "vite": "^2.7.6"
  },
  "dependencies": {
    "mobx": "^6.3.10",
    "mobx-state-tree": "^5.1.0"
  }
}