-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.56 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@popperjs/core": "^2.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"ts-loader": "^9.5.1",
"typescript": "^5.7.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@yoopta/accordion": "^4.9.2",
"@yoopta/action-menu-list": "^4.9.2",
"@yoopta/blockquote": "^4.9.2",
"@yoopta/callout": "^4.9.2",
"@yoopta/code": "^4.9.2",
"@yoopta/divider": "^4.9.2",
"@yoopta/editor": "^4.9.2",
"@yoopta/embed": "^4.9.2",
"@yoopta/file": "^4.9.2",
"@yoopta/headings": "^4.9.2",
"@yoopta/image": "^4.9.2",
"@yoopta/link": "^4.9.2",
"@yoopta/link-tool": "^4.9.2",
"@yoopta/lists": "^4.9.2",
"@yoopta/marks": "^4.9.2",
"@yoopta/paragraph": "^4.9.2",
"@yoopta/table": "^4.9.2",
"@yoopta/toolbar": "^4.9.2",
"@yoopta/video": "^4.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"lucide-react": "^0.460.0",
"next": "^15.0.3",
"nextjs-toploader": "^3.7.15",
"react-day-picker": "^8.10.1",
"react-icons": "^5.3.0",
"react-router-dom": "^7.0.1",
"recharts": "^2.13.3",
"slate": "^0.102.0",
"slate-react": "^0.102.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
}
}