forked from Ajaxy/telegram-tt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 5.68 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 5.68 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
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
{
"name": "telegram-t",
"version": "12.0.32",
"description": "",
"author": "Alexander Zinchuk (alexander@zinchuk.com)",
"license": "GPL-3.0-or-later",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "cross-env APP_ENV=development vite --mode development",
"dev:mocked": "cross-env APP_ENV=test APP_MOCKED_CLIENT=1 vite --mode development --port 1235",
"build:dev": "vite build --mode development",
"build:staging": "cross-env APP_ENV=staging npm run build:dev",
"build:mocked": "cross-env APP_ENV=test APP_MOCKED_CLIENT=1 npm run build:dev",
"build:production": "vite build",
"build:stats": "cross-env BUNDLE_STATS=1 vite build",
"build:stats:visualizer": "cross-env BUNDLE_STATS_VISUALIZER=1 vite build",
"web:release:production": "npm i && npm run build:production && git add -A && git commit -a -m '[Build]' --no-verify && git push",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"telegraph:update_changelog": "node ./dev/telegraphChangelog.js",
"check:ts": "tsc && eslint --cache --cache-location .cache/.eslintcache",
"check:css": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache",
"fix:ts": "tsc && eslint --cache --cache-location .cache/.eslintcache --fix",
"fix:css": "stylelint \"**/*.{css,scss}\" --cache --cache-location .cache/.stylelintcache --fix",
"check": "npm run check:ts && npm run check:css",
"fix": "npm run fix:ts && npm run fix:css",
"tl:rehash": "node ./dev/tlHash.js",
"gramjs:tl": "tsx ./src/lib/gramjs/tl/generateModules.ts",
"lang:ts": "tsx ./dev/generateLangTypes.js",
"lang:initial": "tsx ./dev/generateInitialLangFallback.js",
"icons:build": "tsx ./dev/buildIcons.ts",
"test": "cross-env APP_ENV=test vitest run --silent",
"test:playwright": "playwright test",
"test:record": "playwright codegen localhost:1235",
"postinstall": "node -e \"require('fs').rmSync('.cache', { recursive: true, force: true })\"",
"postversion": "echo $(node -p \"require('./package.json').version\") > public/version.txt && git commit --amend --no-verify --no-edit public/version.txt"
},
"engines": {
"node": "^22.6 || ^24",
"npm": "^11"
},
"lint-staged": {
"*.{ts,tsx,js}": "eslint --cache --cache-location .cache/.eslintcache --fix",
"*.{css,scss}": "stylelint --cache --cache-location .cache/.stylelintcache --fix"
},
"devDependencies": {
"@actions/github": "^9.1.1",
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@eslint-react/eslint-plugin": "^3.0.0",
"@eslint/js": "^10.0.1",
"@mytonwallet/stylelint-whole-pixel": "github:mytonwallet-org/stylelint-whole-pixel#18b0b8c",
"@playwright/test": "^1.58.2",
"@stylistic/eslint-plugin": "^5.10.0",
"@stylistic/stylelint-config": "^5.0.0",
"@stylistic/stylelint-plugin": "^5.1.0",
"@tauri-apps/cli": "^2.10.1",
"@testing-library/jest-dom": "^6.9.1",
"@types/dom-chromium-ai": "^0.0.16",
"@types/dom-view-transitions": "^1.0.6",
"@types/hast": "^3.0.4",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"autoprefixer": "^10.4.27",
"cross-env": "^10.1.0",
"eslint": "^10.1.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-react-hooks-static-deps": "github:zubiden/eslint-plugin-react-hooks-static-deps#160ac4a",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tt-multitab": "github:zubiden/eslint-plugin-tt-multitab#137cf50",
"eslint-plugin-unused-imports": "^4.4.1",
"fake-indexeddb": "^6.2.5",
"gitlog": "^5.1.0",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"lint-staged": "^16.4.0",
"postcss": "^8.5.8",
"postcss-load-config": "^6.0.1",
"react": "^19.2.4",
"rollup-plugin-bundle-stats": "^4.22.2",
"rollup-plugin-visualizer": "^7.0.1",
"sass": "^1.98.0",
"serve": "^14.2.6",
"stylelint": "^17.6.0",
"stylelint-config-clean-order": "^8.0.1",
"stylelint-config-recommended-scss": "^17.0.0",
"stylelint-declaration-block-no-ignored-properties": "^3.0.0",
"stylelint-group-selectors": "^1.0.10",
"stylelint-high-performance-animation": "^2.0.0",
"stylelint-plugin-use-baseline": "^1.4.1",
"svgtofont": "^6.5.1",
"telegraph-node": "^1.0.4",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"user-agent-data-types": "^0.4.3",
"vite": "^8.0.0",
"vite-plugin-static-copy": "^4.1.0",
"vite-plugin-watch-and-run": "^1.8.2",
"vitest": "^4.1.8"
},
"dependencies": {
"@cryptography/aes": "^0.1.1",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-updater": "^2.10.0",
"async-mutex": "^0.5.0",
"colorjs.io": "^0.6.1",
"emoji-data-ios": "git+https://github.com/korenskoy/emoji-data-ios#30529a2",
"fflate": "^0.8.2",
"idb-keyval": "^6.2.2",
"lovely-chart": "^2.0.0",
"lowlight": "^3.3.0",
"music-metadata": "^11.12.3",
"opus-recorder": "github:Ajaxy/opus-recorder#116830a",
"qr-code-styling": "^1.9.2",
"temml": "^0.13.3"
},
"browserslist": [
"baseline widely available"
],
"allowScripts": {
"core-js": false,
"esbuild@0.27.4": true,
"fsevents@2.3.3": true,
"fsevents@2.3.2": true,
"@parcel/watcher@2.5.6": true,
"ttf2woff2@8.0.1": true,
"unrs-resolver@1.11.1": true
}
}