-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "web",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"ts": "bun --watch scripts/run.ts",
"format": "npx prettier --write . --config ./.prettierrc"
},
"dependencies": {
"@lottiefiles/lottie-player": "^2.0.12",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-query-devtools": "^5.62.11",
"@tanstack/react-router": "^1.93.0",
"@tanstack/react-router-with-query": "^1.93.0",
"@tanstack/router-devtools": "^1.93.0",
"@tanstack/start": "^1.93.0",
"@telegram-apps/init-data-node": "^1.2.2",
"@telegram-apps/sdk-react": "^2.0.25",
"@telegram-apps/telegram-ui": "^2.1.8",
"@twallpaper/react": "^2.1.2",
"axios": "^1.7.9",
"eruda": "^3.4.1",
"framer-motion": "^11.15.0",
"idb": "^8.0.1",
"jazz-react": "^0.8.45",
"jazz-tools": "^0.8.45",
"lottie-react": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-force-graph-2d": "^1.26.1",
"react-hot-toast": "^2.5.1",
"react-lazy-with-preload": "^2.2.1",
"redaxios": "^0.5.1",
"tailwind-merge": "^2.6.0",
"telegram": "^2.26.16",
"vinxi": "0.5.1",
"vite-plugin-svgr": "^4.3.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.3",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.19.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-eslint": "^16.3.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite-tsconfig-paths": "^5.1.4"
},
"prettier": {
"semi": false
}
}