-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.9 KB
/
package.json
File metadata and controls
141 lines (141 loc) · 4.9 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
139
140
141
{
"name": "nexo",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{ts,tsx,js,jsx,json}\" --ignore-pattern \"src/shared/api/**\" --max-warnings 10",
"lint:fix": "eslint \"src/**/*.{ts,tsx,js,jsx}\" --fix --ignore-pattern \"src/shared/api/**\" --max-warnings 10",
"typecheck": "tsc --noEmit -p .",
"format": "prettier --write 'src/**/*.{ts,tsx,js,jsx}' --ignore-path .prettierignore",
"format:check": "prettier --check 'src/**/*.{ts,tsx,js,jsx}' --ignore-path .prettierignore",
"fix": "npm run lint:fix && npm run format:check",
"lint:css": "stylelint \"src/**/*.{css}\"",
"lint:css:fix": "stylelint \"src/**/*.{css}\" --fix",
"stylelint": "stylelint \"**/*.{css,scss,postcss}\"",
"stylelint:fix": "stylelint \"**/*.{css,scss,postcss}\" --fix",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"openapi": "openapi-ts",
"lint-staged": "lint-staged",
"prepare": "husky"
},
"dependencies": {
"@hookform/resolvers": "^5.2.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.7",
"@sentry/react": "^10.32.1",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.83.0",
"@tiptap/extension-placeholder": "^3.14.0",
"@tiptap/extension-text-style": "^3.14.0",
"@tiptap/pm": "^3.14.0",
"@tiptap/react": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dompurify": "^3.3.1",
"emoji-picker-react": "^4.16.1",
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"lucide": "^0.511.0",
"lucide-react": "^0.511.0",
"next-themes": "^0.4.6",
"path": "^0.12.7",
"query-string": "^9.3.1",
"react": "^19.1.0",
"react-day-picker": "^9.8.1",
"react-dom": "^19.1.0",
"react-error-boundary": "^6.0.1",
"react-hook-form": "^7.61.1",
"react-i18next": "^15.6.1",
"react-infinite-scroll-component": "^6.1.0",
"react-insta-stories": "^2.6.0",
"react-router-dom": "^7.6.1",
"react-top-loading-bar": "^3.0.2",
"socket.io-client": "^4.8.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.7",
"yet-another-react-lightbox": "^3.9.0",
"zod": "^4.0.10",
"zustand": "^5.0.6"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.25.0",
"@hey-api/openapi-ts": "^0.90.4",
"@sentry/vite-plugin": "^4.6.1",
"@stylistic/eslint-plugin": "^5.2.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/dompurify": "^3.0.5",
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
"@types/node": "^22.19.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/react-i18next": "^7.8.3",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/ui": "^4.0.16",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.25.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-boundaries": "^5.3.1",
"eslint-plugin-i18next": "^6.1.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"eslint-plugin-regexp": "^2.10.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^60.0.0",
"eslint-plugin-unused-imports": "^4.2.0",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "^16.1.5",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"stylelint": "^16.26.1",
"stylelint-config-clean-order": "^8.0.0",
"stylelint-config-standard": "^39.0.1",
"stylelint-config-tailwindcss": "^1.0.0",
"stylelint-order": "^7.0.1",
"tw-animate-css": "^1.3.7",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.4.1",
"vite-bundle-analyzer": "^1.2.1",
"vite-plugin-svgr": "^4.3.0",
"vitest": "^4.0.16"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"prettier --write",
"eslint --fix --max-warnings 10 --no-warn-ignored --ignore-pattern \"src/shared/api/**\"",
"bash -c \"tsc -p tsconfig.json --noEmit\""
],
"**/*.{css,scss,postcss}": [
"stylelint --fix"
]
}
}