-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.61 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.61 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
{
"name": "frontend",
"packageManager": "yarn@4.5.3",
"version": "1.76.2",
"scripts": {
"dev": "NODE_ENV=development next dev",
"build": "next build",
"start": "yarn build && pm2 start 'yarn next start' --name 'fe'",
"lint": "next lint"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@tanstack/react-query-devtools": "^5.62.16",
"@types/josa": "^3.0.5",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-highlight-words": "^0",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"semantic-release": "^24.2.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.4.3",
"typescript-eslint": "^8.17.0"
},
"dependencies": {
"@lexical/react": "0.23.1",
"@lexical/utils": "^0.23.1",
"@next/third-parties": "^15.1.6",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-oauth/google": "^0.12.1",
"@sentry/nextjs": "^7",
"@sentry/utils": "^8.51.0",
"@tanstack/react-query": "^5.62.16",
"@tanstack/react-virtual": "^3.11.2",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.18.0",
"input-otp": "^1.4.2",
"josa": "^3.0.1",
"jotai": "^2.11.0",
"lexical": "0.23.1",
"lexical-beautiful-mentions": "^0.1.44",
"lodash-es": "^4.17.21",
"lucide-react": "^0.468.0",
"next": "^15.0.3",
"next-intl": "^3.26.3",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-highlight-words": "^0.21.0",
"react-hook-form": "^7.54.2",
"react-infinite-scroll-component": "^6.1.0",
"react-use": "^17.6.0",
"sonner": "^1.7.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"dependenciesMeta": {
"prettier-plugin-tailwindcss@0.6.9": {
"unplugged": true
}
}
}