generated from koval01/nextjs-tma-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.49 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.49 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
{
"name": "tfeed",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"dev:https": "next dev --experimental-https",
"build": "next build",
"start": "pnpm run build && next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "pnpm run pages:build && wrangler pages dev",
"deploy": "pnpm run pages:build && wrangler pages deploy"
},
"dependencies": {
"@next/third-parties": "^16.0.1",
"@reduxjs/toolkit": "^2.9.0",
"@vkontakte/icons": "^2.170.0",
"@vkontakte/vkui": "^7.10.2",
"axios": "^1.12.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"html-react-parser": "^5.2.8",
"i18next": "^25.6.0",
"lodash": "^4.17.21",
"lucide-react": "^0.539.0",
"next": "^15.4.7",
"normalize.css": "^8.0.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-i18next": "^16.2.3",
"react-markdown": "^10.1.0",
"react-player": "^2.16.1",
"react-redux": "^9.2.0",
"react-virtuoso": "^4.14.1",
"redis": "^5.9.0",
"spoiled": "^0.4.0",
"swr": "^2.3.6",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@types/lodash": "^4.17.20",
"@types/node": "^24.9.2",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.2",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.3",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3",
"vercel": "^44.7.3"
}
}