-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 2.93 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
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
{
"name": "website-kai",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@cloudflare/next-on-pages": "^1.13.3",
"@ibm/plex-sans": "^1.1.0",
"@ibm/plex-sans-jp": "^1.1.0",
"@ibm/plex-sans-kr": "^1.1.0",
"@ibm/plex-sans-sc": "^1.1.0",
"@ibm/plex-sans-tc": "^1.1.1",
"@icons-pack/react-simple-icons": "^11.0.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@sentry/nextjs": "^8.34.0",
"@t3-oss/env-nextjs": "^0.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"compare-versions": "^6.1.1",
"execa": "^9.4.1",
"framer-motion": "^11.11.0",
"i18next": "^24.0.0",
"i18next-resources-to-backend": "^1.2.1",
"jotai": "^2.10.0",
"lodash": "^4.17.21",
"lucide-react": "^0.471.0",
"next": "^14.2.20",
"next-i18n-router": "^5.5.1",
"next-themes": "^0.4.0",
"polished": "^4.3.1",
"random": "^5.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-i18next": "^15.0.2",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "2.0.0",
"unified": "^11.0.5",
"zod": "^3.23.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@playwright/test": "^1.47.2",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^8.56.10",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.9",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-next-on-pages": "^1.13.3",
"eslint-plugin-prettier": "^5.2.1",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"p-queue": "^8.0.1",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.3"
},
"ct3aMetadata": {
"initVersion": "7.37.0"
},
"packageManager": "pnpm@9.15.4",
"pnpm": {
"overrides": {
"@sentry/nextjs": "8.35.0"
},
"patchedDependencies": {
"decode-named-character-reference": "patches/decode-named-character-reference.patch"
}
}
}