-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.26 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.26 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
{
"name": "lyhs-plus-app",
"version": "1.1.0",
"private": true,
"scripts": {
"update": "tsx utils/version.js",
"dev": "next dev --turbopack",
"build": "npm run update && next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@boxicons/react": "^1.0.3",
"@lottiefiles/dotlottie-react": "^0.18.1",
"@phosphor-icons/react": "^2.1.7",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/themes": "^3.1.6",
"@react-spring/web": "^9.7.5",
"@reduxjs/toolkit": "^2.5.0",
"@sentry/nextjs": "^9.38.0",
"@tiptap/extension-link": "^3.19.0",
"@tiptap/react": "^3.19.0",
"@tiptap/starter-kit": "^3.19.0",
"chart.js": "^4.4.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.4",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.5.2",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^11.18.1",
"input-otp": "^1.4.2",
"lucide-react": "^0.563.0",
"motion": "^12.23.12",
"next": "^15.3.5",
"next-on-pages": "^0.1.6",
"next-pwa": "^5.6.0",
"next-themes": "^0.4.4",
"postcss": "^8.5.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-day-picker": "^9.5.1",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"recharts": "^3.0.2",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^2.6.0",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^2.0.9",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/tailwindcss": "^3.1.0",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5",
"webpack-bundle-analyzer": "^4.10.2"
}
}