-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.55 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
{
"name": "furry-event-china",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf .next && rm -rf out"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@next/third-parties": "^15.0.4",
"@radix-ui/react-collapsible": "^1.1.1",
"@sentry/nextjs": "^8.42.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"eslint": "8.57.0",
"eslint-config-next": "15.0.4",
"git-revision-webpack-plugin": "^5.0.0",
"i18next": "^24.0.5",
"lodash-es": "^4.17.21",
"next": "15.0.4",
"next-i18next": "^15.4.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-nested": "^7.0.2",
"postcss-preset-env": "^10.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.1.3",
"react-icons": "^5.4.0",
"tailwindcss": "^3.4.16",
"typescript": "5.7.2",
"wretch": "^2.11.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.1"
},
"packageManager": "[email protected]",
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}