-
Notifications
You must be signed in to change notification settings - Fork 111
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.6 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.6 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
130
131
132
133
134
135
136
137
138
{
"name": "novu-docs",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "next build",
"dev": "PORT=3010 next dev",
"start": "next start",
"postinstall": "fumadocs-mdx",
"build:docs": "node ./scripts/generate-docs.mjs && node ./scripts/generate-types.mjs",
"post:build": "cp tsconfig.json .next/",
"generate:types": "node ./scripts/generate-types.mjs",
"lint": "next lint",
"lint:mdx": "eslint \"**/*.mdx\" --fix",
"lint:prose": "vale content",
"lint:prose:sync": "vale sync",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx,json}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,md,mdx,json}\"",
"validate-links": "tsx scripts/validate-mdx-links.ts"
},
"dependencies": {
"@clerk/nextjs": "^6.39.3",
"@inkeep/cxkit-react": "^0.5.82",
"@next/third-parties": "^15.5.18",
"@novu/api": "3.15.0",
"@novu/framework": "2.10.0",
"@novu/js": "3.16.0",
"@novu/react": "3.16.0",
"@radix-ui/react-accordion": "^1.2.3",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@scalar/api-client-react": "^1.1.39",
"@segment/analytics-next": "^1.77.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.7",
"fast-glob": "^3.3.3",
"fumadocs-core": "^15.2.11",
"fumadocs-docgen": "^2.0.0",
"fumadocs-mdx": "^11.5.7",
"fumadocs-openapi": "^8.1.2",
"fumadocs-twoslash": "^3.1.0",
"fumadocs-typescript": "^4.0.4",
"fumadocs-ui": "^15.2.11",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"lucide-react": "^0.475.0",
"motion": "^12.4.10",
"next": "15.5.18",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-medium-image-zoom": "^5.2.14",
"remark": "^15.0.1",
"remark-directive": "^3.0.1",
"remark-gfm": "^4.0.1",
"remark-stringify": "^11.0.0",
"rimraf": "^6.0.1",
"shiki": "^2.5.0",
"source-map-support": "^0.5.21",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"vfile": "^6.0.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@fumadocs/cli": "^0.0.8",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4.0.12",
"@types/glob": "^8.1.0",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.13.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/vfile": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.26.0",
"@typescript-eslint/parser": "^8.26.0",
"chalk": "^5.4.1",
"eslint": "^8.57.1",
"eslint-config-next": "15.5.18",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.3",
"file-loader": "^6.2.0",
"glob": "^11.1.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"remark-lint-no-dead-urls": "^2.0.1",
"remark-lint-no-undefined-references": "^5.0.1",
"remark-mdx": "^3.1.0",
"remark-parse": "^11.0.0",
"remark-validate-links": "^13.1.0",
"source-map-support": "^0.5.21",
"svgo-loader": "^4.0.0",
"tailwindcss": "^4.0.12",
"tsx": "^4.19.3",
"typescript": "^5.8.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.104.1"
},
"pnpm": {
"overrides": {
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <=7.29.3": "^7.29.4",
"ajv@<6.14.0": "^6.14.0",
"altcha-lib": "^1.4.1",
"brace-expansion@<1.1.13": "^1.1.13",
"defu@<=6.1.4": "^6.1.5",
"diff@>=5.0.0 <5.2.2": "^5.2.2",
"estree-util-value-to-estree@<3.3.3": "^3.3.3",
"fast-uri@<=3.1.1": "^3.1.2",
"flatted@<3.4.2": "^3.4.2",
"form-data@>=4.0.0 <4.0.4": "^4.0.4",
"fast-xml-parser@<4.5.5": "^4.5.5",
"glob@>=10.2.0 <10.5.0": "^10.5.0",
"js-yaml@<3.14.2": "^3.14.2",
"js-yaml@>=4.0.0 <4.1.1": "^4.1.1",
"liquidjs@<10.25.7": "^10.25.7",
"minimatch@<3.1.4": "^3.1.4",
"minimatch@>=9.0.0 <9.0.7": "^9.0.7",
"picomatch@<2.3.2": "^2.3.2",
"serialize-javascript@<7.0.5": "^7.0.5",
"seroval@<1.4.1": "^1.4.1",
"socket.io-parser@>=4.0.0 <4.2.6": "^4.2.6",
"svgo@>=3.0.0 <3.3.3": "^3.3.3",
"undici@<6.24.0": "^6.24.0"
}
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
}