{ "name": "@sophie/main", "version": "0.1.0", "private": true, "main": "dist/index.cjs", "types": "dist-types/index.d.ts", "scripts": { "clean": "rimraf dist tsconfig.tsbuildinfo", "build": "vite build", "typecheck": "tsc" }, "dependencies": { "@sophie/service-shared": "workspace:*", "@sophie/shared": "workspace:*", "electron": "16.0.5", "json5": "^2.2.0", "lodash": "^4.17.21", "mobx": "^6.3.10", "mobx-state-tree": "^5.1.0", "ms": "^2.1.3" }, "devDependencies": { "@types/electron-devtools-installer": "^2.2.1", "@types/lodash": "^4.14.178", "@types/ms": "^0.7.31", "@types/node": "^17.0.5", "electron-devtools-installer": "^3.2.0", "rimraf": "^3.0.2", "typescript": "^4.5.4", "vite": "^2.7.7" } }