-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.37 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.37 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
{
"name": "k-connect",
"version": "2.9.4",
"private": true,
"dependencies": {
"@applemusic-like-lyrics/core": "^0.1.3",
"@applemusic-like-lyrics/lyric": "^0.2.4",
"@applemusic-like-lyrics/react": "^0.1.5",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^5.2.1",
"@mui/icons-material": "^5.17.1",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/material": "^5.14.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.10",
"@uidotdev/usehooks": "^2.4.1",
"ajv": "^8.12.0",
"ajv-keywords": "^5.1.0",
"axios": "^1.5.0",
"canvas-confetti": "^1.9.3",
"classnames": "^2.5.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"dexie-react-hooks": "^1.1.7",
"emoji-mart": "^5.6.0",
"emoji-picker-react": "^4.12.2",
"framer-motion": "^12.9.4",
"jspdf": "^3.0.1",
"konva": "^9.3.20",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"lucide-react": "^0.525.0",
"notistack": "^3.0.2",
"pako": "^2.1.0",
"photoswipe": "^5.4.4",
"plyr": "^3.7.8",
"react": "^18.3.1",
"react-confetti": "^6.4.0",
"react-content-loader": "^7.0.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-error-boundary": "^5.0.0",
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-image-crop": "^11.0.7",
"react-infinite-scroll-component": "^6.1.0",
"react-insta-stories": "^2.8.0",
"react-ios-icons": "^1.1.1",
"react-konva": "^19.0.4",
"react-lottie-player": "^2.1.0",
"react-lrc": "^3.2.1",
"react-markdown": "^10.1.0",
"react-masonry-css": "^1.0.16",
"react-medium-image-zoom": "^5.2.14",
"react-parallax-tilt": "^1.7.291",
"react-photoswipe-gallery": "^3.1.1",
"react-roulette-pro": "^3.2.2",
"react-router-dom": "^7.5.1",
"react-swipeable": "^7.0.2",
"react-syntax-highlighter": "^15.5.0",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11",
"recharts": "^2.15.3",
"rehype-raw": "^7.0.0",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.1",
"socket.io-client": "^4.8.1",
"styled-components": "^6.0.7",
"typescript": "^5.8.3",
"use-click-away": "^0.0.1",
"uuid": "^11.1.0",
"vidstack": "^0.6.15",
"yet-another-react-lightbox": "^3.23.1"
},
"scripts": {
"start": "vite --host 0.0.0.0 --port 3005 --config vite.dev.config.js --force",
"dev": "vite --host 0.0.0.0 --port 3005 --config vite.dev.config.js --force",
"build": "vite build",
"build:prod": "vite build --mode production",
"build:analyze": "vite build --mode analyze",
"build:stats": "echo '🚀 Начало сборки...' && time npm run build && echo '\\n📊 СТАТИСТИКА СБОРКИ' && echo '================' && echo '\\n📁 Самые большие файлы:' && du -sh build/assets/* | sort -hr | head -10 && echo '\\n📦 Общий размер сборки:' && du -sh build && echo '\\n⏱️ Сборка завершена успешно!'",
"preview": "vite preview",
"clean": "rm -rf node_modules/.vite dist && npm cache clean --force",
"optimize": "vite optimize && vite build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-transform-runtime": "^7.26.10",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.1",
"@iconify-icons/solar": "^1.2.3",
"@rollup/plugin-babel": "^6.0.4",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"babel-plugin-transform-remove-console": "^6.9.4",
"cross-env": "^7.0.3",
"cssnano": "^7.0.7",
"glob": "^11.0.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass-embedded": "^1.87.0",
"terser": "^5.39.0",
"vite": "^6.0.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-image-presets": "^0.3.4",
"vite-plugin-svgr": "^4.3.0",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1"
}
}