-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.7 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.7 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
{
"name": "furrycons-site",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"clean": "rm -rf .next && rm -rf out",
"turbo-analyze": "npx next experimental-analyze",
"webpack-analyze": "ANALYZE=true yarn build"
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"@next/third-parties": "^16.2.3",
"@sentry/nextjs": "^10.48.0",
"autoprefixer": "^10.5.0",
"axios": "^1.15.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.20",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"es-toolkit": "^1.45.1",
"eslint": "9.39.4",
"eslint-config-next": "16.2.3",
"git-revision-webpack-plugin": "^5.0.0",
"i18next": "^26.0.4",
"next": "16.2.3",
"next-i18next": "^16.0.5",
"nuqs": "^2.8.9",
"postcss": "^8.5.9",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^11.2.1",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-hot-toast": "^2.6.0",
"react-i18next": "^17.0.3",
"react-icons": "^5.6.0",
"tailwindcss": "^3.4.19",
"typescript": "5.9.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^16.2.3",
"@types/node": "24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint-config-prettier": "^10.1.8",
"prettier": "3.8.2",
"webpack-stats-plugin": "^1.1.3"
},
"packageManager": "yarn@4.4.1",
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}