-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.54 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
{
"name": "kaigram",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:v3": "VITE_KAIOS=3 vite",
"build": "vite build",
"build:v3": "VITE_KAIOS=3 vite build",
"preview": "vite preview",
"kaistore": "bun run build && bun run build:v3"
},
"dependencies": {
"@mtcute/file-id": "0.17.0",
"@mtcute/markdown-parser": "0.17.0",
"@mtcute/tl": "189.0.0",
"@mtcute/tl-runtime": "0.17.0",
"@mtcute/wasm": "0.16.11",
"comlink": "^4.4.1",
"dayjs": "^1.11.11",
"emoji-datasource": "^15.1.2",
"eventemitter3": "^5.0.1",
"events": "npm:eventemitter3",
"idb": "^8.0.0",
"jsbi": "^4.3.0",
"jsbn": "^1.1.0",
"jsqr": "^1.4.0",
"leemon": "^6.2.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"minisearch": "^6.3.0",
"pako": "2.1.0",
"queue": "^7.0.0",
"sass": "1.77.6",
"scroll-into-view": "^1.16.2",
"scroll-into-view-if-needed": "^3.1.0",
"solid-js": "^1.8.17",
"solid-qr-code": "^0.1.11",
"spark-md5": "^3.0.2",
"systemjs": "^6.15.1",
"web-streams-polyfill": "^4.0.0"
},
"devDependencies": {
"@types/jsbn": "^1.2.33",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.14.8",
"@types/scroll-into-view": "^1.16.4",
"@types/systemjs": "^6.13.5",
"core-js": "^3.37.1",
"dotenv": "^16.4.5",
"jsdom": "^24.1.0",
"terser": "^5.31.6",
"typescript": "^5.2.2",
"vite": "5.2.0",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-solid-svg": "^0.8.1",
"vite-plugin-zip-pack": "^1.2.3",
"vite-tsconfig-paths": "^4.3.2"
}
}