-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.55 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.55 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
{
"name": "app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc -b && vite build && bun run build:manifest",
"preview": "vite preview --host --port 5173",
"analyze": "npx vite-bundle-visualizer",
"build:manifest": "bun run scripts/generate-manifest.ts"
},
"dependencies": {
"@solid-primitives/deep": "^0.3.3",
"@solid-primitives/i18n": "^2.2.1",
"@solidjs/router": "^0.15.4",
"@tanstack/solid-virtual": "^3.13.18",
"@telegram-apps/sdk-solid": "^3.0.31",
"@tonconnect/sdk": "^3.4.1",
"@tonconnect/ui": "^2.4.1",
"@types/pell": "^1.0.4",
"@types/sortablejs": "^1.15.9",
"animate.css": "^4.1.1",
"caniuse-lite": "^1.0.30001770",
"cropperjs": "^2.1.0",
"dayjs": "^1.11.19",
"dompurify": "^3.3.1",
"gsap": "^3.14.2",
"js-confetti": "^0.13.1",
"pako": "^2.1.0",
"pell": "^1.0.6",
"plausible-tracker": "^0.3.9",
"snarkdown": "^2.0.0",
"solid-icons": "^1.2.0",
"solid-js": "^1.9.11",
"solid-sortablejs": "^2.1.8",
"solid-toast": "^0.5.0",
"sortablejs": "^1.15.7",
"swiper": "^12.1.2",
"tippy.js": "^6.3.7",
"uuid": "^13.0.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.3",
"@tailwindcss/vite": "^4.2.0",
"@types/pako": "^2.0.4",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"postcss-reporter": "^7.1.0",
"sass": "^1.97.3",
"solid-devtools": "^0.34.5",
"tailwindcss": "^4.2.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-purgecss": "^0.2.13",
"vite-plugin-solid": "^2.11.10",
"vite-plugin-solid-svg": "^0.8.1"
}
}