aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/package.json
blob: 27a85ef1d59c83f1f3cb755ad7da3605d0ccc07f (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "name": "@sophie/renderer",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "types": "dist-types/index.d.ts",
  "scripts": {
    "typecheck:workspace": "yarn g:typecheck"
  },
  "dependencies": {
    "@emotion/cache": "^11.7.1",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.8.2",
    "@mui/material": "^5.8.2",
    "@sophie/shared": "workspace:*",
    "i18next": "^21.8.5",
    "lodash-es": "^4.17.21",
    "loglevel": "^1.8.0",
    "loglevel-plugin-prefix": "^0.8.4",
    "mobx": "^6.6.0",
    "mobx-react-lite": "^3.4.0",
    "mobx-state-tree": "^5.1.5",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-i18next": "^11.16.9",
    "stylis": "^4.1.1",
    "stylis-plugin-rtl": "^2.1.1"
  },
  "devDependencies": {
    "@jest/globals": "^28.1.0",
    "@types/jest": "^27.5.1",
    "@types/lodash-es": "^4.17.6",
    "@types/react": "^18.0.9",
    "@types/react-dom": "^18.0.5",
    "@types/stylis": "^4.0.2",
    "@vitejs/plugin-react": "^1.3.2",
    "jest": "^28.1.0",
    "jest-environment-jsdom": "^28.1.0",
    "jest-mock": "^28.1.0",
    "jsdom": "^19.0.0",
    "mst-middlewares": "^5.1.5",
    "remotedev": "^0.2.9",
    "vite": "^2.9.9"
  }
}