forked from dongdongbh/Mindwtr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.01 KB
/
Copy pathpackage.json
File metadata and controls
99 lines (99 loc) · 3.01 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "mindwtr-monorepo",
"license": "AGPL-3.0-only",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"resolutions": {
"react": "19.1.0",
"react-dom": "19.1.0",
"expo-constants": "18.0.13",
"@isaacs/brace-expansion": "5.0.1",
"esbuild": "0.25.12",
"hono": "4.11.9",
"lodash-es": "4.17.23",
"qs": "6.15.0",
"tar": "7.5.9",
"undici": "6.23.0"
},
"scripts": {
"desktop:dev": "bun run --filter mindwtr dev",
"desktop:web": "bun run --filter mindwtr dev:vite",
"desktop:build": "bun run --filter mindwtr build",
"desktop:web:build": "bun run --filter mindwtr build:vite",
"mobile:start": "bun run --filter mobile start",
"mobile:android": "bun run --filter mobile android",
"mobile:ios": "bun run --filter mobile ios",
"test:e2e": "playwright test",
"mindwtr:cli": "bun run scripts/mindwtr-cli.ts --",
"mindwtr:api": "bun run scripts/mindwtr-api.ts --",
"mindwtr:mcp": "bun run --filter mindwtr-mcp-server dev --",
"set-version": "bun run scripts/set-version.ts"
},
"devDependencies": {
"@playwright/test": "^1.55.0",
"eslint": "^9.39.1"
},
"dependencies": {
"@babel/runtime": "^7.28.4",
"@radix-ui/react-compose-refs": "^1.1.2",
"@radix-ui/react-slot": "^1.2.4",
"@react-native/assets-registry": "^0.82.1",
"@react-native/normalize-colors": "^0.82.1",
"@react-native/virtualized-lists": "^0.82.1",
"@react-navigation/core": "^7.13.5",
"@react-navigation/native-stack": "^7.8.5",
"@react-navigation/routers": "^7.5.2",
"@ungap/structured-clone": "^1.3.0",
"abort-controller": "^3.0.0",
"anser": "^2.3.3",
"ansi-regex": "^6.2.2",
"ansi-styles": "^6.2.3",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"color": "^5.0.3",
"color-convert": "^3.1.3",
"color-name": "^2.1.0",
"color-string": "^2.1.4",
"debug": "^4.4.3",
"decode-uri-component": "^0.4.1",
"escape-string-regexp": "^5.0.0",
"event-target-shim": "^6.0.2",
"fast-deep-equal": "^3.1.3",
"fbjs": "^3.0.5",
"filter-obj": "^6.1.0",
"ieee754": "^1.2.1",
"invariant": "^2.2.4",
"memoize-one": "^6.0.0",
"metro-runtime": "^0.83.3",
"nanoid": "^5.1.6",
"nullthrows": "^1.1.1",
"pretty-format": "^30.2.0",
"promise": "^8.3.0",
"punycode": "^2.3.1",
"query-string": "^9.3.1",
"react": "19.1.0",
"react-devtools-core": "^7.0.1",
"react-dom": "19.1.0",
"react-freeze": "^1.0.4",
"react-is": "^19.2.1",
"react-markdown": "^10.1.0",
"react-native-is-edge-to-edge": "^1.2.1",
"react-refresh": "^0.18.0",
"regenerator-runtime": "^0.14.1",
"remark-gfm": "^4.0.1",
"scheduler": "^0.27.0",
"semver": "^7.7.3",
"split-on-first": "^4.0.0",
"stacktrace-parser": "^0.1.11",
"styleq": "^0.2.1",
"use-latest-callback": "^0.3.3",
"use-sync-external-store": "^1.6.0",
"warn-once": "^0.1.1",
"webidl-conversions": "^8.0.0",
"whatwg-url-without-unicode": "^8.0.0-3"
},
"version": "0.6.18"
}