-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.98 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
{
"name": "session-web",
"private": true,
"version": "0.0.0",
"type": "module",
"author": "Viktor Shchelochkov <[email protected]> (https://hloth.dev)",
"scripts": {
"dev": "VITE_GIT_COMMIT_HASH=$(git rev-parse HEAD) vite",
"build": "bun run protobuf && VITE_GIT_COMMIT_HASH=$(git rev-parse HEAD) vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"protobuf": "pbjs --target static-module --wrap es6 --out src/shared/api/signal-service/compiled.js protos/*.proto && pbts --out src/shared/api/signal-service/compiled.d.ts src/shared/api/signal-service/compiled.js --force-long",
"preview": "vite preview"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@reduxjs/toolkit": "^2.2.3",
"@types/bun": "^1.1.0",
"argon2-browser": "^1.18.0",
"blake2b": "^2.1.4",
"buffer": "^6.0.3",
"bytebuffer": "^5.0.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"crc": "^4.3.2",
"dexie": "^4.0.4",
"dexie-react-hooks": "^1.1.7",
"fake-indexeddb": "^5.0.2",
"i18next": "^23.11.3",
"i18next-http-backend": "^2.5.1",
"install": "^0.13.0",
"libsodium-wrappers-sumo": "^0.7.13",
"lodash": "^4.17.21",
"lucide-react": "^0.376.0",
"protobufjs": "^7.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.1",
"react-icons": "^5.1.0",
"react-redux": "^9.1.1",
"react-resizable-panels": "^2.0.19",
"react-router-dom": "^6.23.0",
"react-textarea-autosize": "^8.5.3",
"redux-persist": "^6.0.0",
"remove": "^0.1.5",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vite-plugin-svgr": "^4.2.0",
"vite-svg-loader": "^5.1.0"
},
"devDependencies": {
"@types/argon2-browser": "^1.18.4",
"@types/blake2b": "^2.1.3",
"@types/bytebuffer": "^5.0.48",
"@types/libsodium-wrappers-sumo": "^0.7.8",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"protobufjs-cli": "^1.1.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
}
}