-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
{
"name": "whitebit-docs",
"version": "2.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && touch out/.nojekyll",
"postbuild": "next-sitemap --config next-sitemap.config.cjs"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-table": "^8.20.6",
"babel-plugin-react-compiler": "^19.0.0-beta-b2e8e9c-20241220",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.18.0",
"lucide-react": "^0.471.1",
"next": "^15.1.4",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-virtuoso": "^4.12.3"
},
"devDependencies": {
"@types/node": "^22.10.6",
"autoprefixer": "^10.4.20",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
}
}