-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
209 lines (209 loc) · 6.59 KB
/
package.json
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"name": "@shinkai/source",
"version": "0.7.4",
"license": "MIT",
"scripts": {
"postinstall": "npx patch-package"
},
"workspaces": [
"apps/shinkai-desktop"
],
"private": true,
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.14.5",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.14.5",
"@capacitor/cli": "^5.5.0",
"@crxjs/vite-plugin": "^2.0.0-beta.18",
"@estruyf/github-actions-reporter": "^1.4.0",
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.2",
"@nx/cypress": "17.1.3",
"@nx/devkit": "17.2.8",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/linter": "17.1.3",
"@nx/playwright": "^17.2.8",
"@nx/react": "17.1.3",
"@nx/rollup": "17.1.3",
"@nx/vite": "17.1.3",
"@nx/webpack": "17.1.3",
"@nx/workspace": "17.1.3",
"@peculiar/webcrypto": "^1.4.3",
"@playwright/test": "^1.40.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@rollup/plugin-url": "^7.0.0",
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/chrome": "^0.0.258",
"@types/crypto-js": "^4.1.2",
"@types/jest": "^29.5.4",
"@types/libsodium-wrappers-sumo": "^0.7.7",
"@types/node": "18.14.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/uuid": "^9.0.3",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react": "~4.0.0",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "~0.32.0",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.4.1",
"babel-plugin-transform-bigint-to-jsbi": "^1.0.3",
"capacitor-set-version": "^2.2.0",
"curve25519-js": "^0.0.4",
"cypress": "^13.1.0",
"date-fns": "^3.6.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"nx": "17.1.3",
"patch-package": "^8.0.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"react-refresh": "^0.10.0",
"shadcn-ui": "^0.2.3",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "^5.3.2",
"url-loader": "^4.1.1",
"vite": "^4.5.2",
"vite-plugin-dts": "^2.3.0",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^0.34.3",
"zip-lib": "^1.0.4"
},
"dependencies": {
"@capacitor-community/barcode-scanner": "^4.0.1",
"@capacitor/android": "^5.5.0",
"@capacitor/app": "5.0.6",
"@capacitor/camera": "^5.0.6",
"@capacitor/core": "^5.2.2",
"@capacitor/haptics": "5.0.6",
"@capacitor/ios": "^5.5.0",
"@capacitor/keyboard": "5.0.6",
"@capacitor/status-bar": "5.0.6",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.1",
"@ionic/react": "^7.0.0",
"@ionic/react-router": "^7.0.0",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle-group": "^1.0.4",
"@reduxjs/toolkit": "^1.9.5",
"@swc/helpers": "~0.5.0",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-query-devtools": "^5.8.4",
"@uidotdev/usehooks": "^2.2.0",
"@uiw/react-json-view": "^1.8.5",
"@uiw/react-markdown-preview": "^4.1.16",
"@urbit/api": "^2.1.0",
"@urbit/http-api": "^2.3.0",
"@urbit/sigil-js": "^2.1.0",
"@yudiel/react-qr-scanner": "^1.1.10",
"@zxing/browser": "^0.1.4",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.1",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"crx": "^5.0.1",
"crypto-js": "^4.1.1",
"curve25519-js": "^0.0.4",
"filesize": "^10.1.0",
"follow-redirects": ">=1.14.8",
"framer-motion": "^10.16.3",
"ionicons": "^7.0.0",
"jsbi": "^4.3.0",
"jspdf": "^2.5.1",
"libsodium-wrappers-sumo": "^0.7.13",
"lucide-react": "^0.323.0",
"node-forge": ">=1.0.0",
"ollama": "^0.5.0",
"primereact": "^10.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.47.0",
"react-image-crop": "^10.1.8",
"react-intl": "^6.4.5",
"react-qrcode-logo": "^2.9.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"rxjs": "^7.8.1",
"sonner": "^1.4.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"tiptap-markdown": "^0.8.2",
"ts-node": "^10.3.0",
"tslib": "^2.3.0",
"urbit-ob": "^5.0.1",
"uuid": "^9.0.0",
"vaul": "^0.9.0",
"vite-plugin-wasm": "^3.2.2",
"zod": "^3.22.2",
"zustand": "^4.4.2"
},
"engines": {
"node": "18",
"npm": "9"
},
"optionalDependencies": {
"@swc/core-darwin-arm64": "^1.3.91",
"@swc/core-darwin-x64": "^1.3.91",
"@swc/core-linux-arm-gnueabihf": "^1.3.91",
"@swc/core-linux-arm64-gnu": "^1.3.91",
"@swc/core-linux-arm64-musl": "^1.3.91",
"@swc/core-linux-x64-gnu": "^1.3.91",
"@swc/core-linux-x64-musl": "^1.3.91"
}
}