-
-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
135 lines (135 loc) · 5.16 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
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
{
"private": true,
"name": "raweb",
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vite build && vite build --ssr",
"lint": "pnpm lint:eslint",
"lint:eslint": "eslint public/js resources/js postcss.config.js tailwind.config.js vite.config.ts --cache",
"fix": "pnpm fix:eslint",
"fix:eslint": "eslint public/js resources/js postcss.config.js tailwind.config.js vite.config.ts --fix",
"test": "TZ=UTC vitest run --coverage --coverage.reporters=text --reporter=dot",
"test:coverage": "TZ=UTC vitest --ui --coverage --reporter=dot",
"test:watch": "TZ=UTC vitest",
"tsc": "tsc --noEmit --skipLibCheck",
"analyze": "cross-env ANALYZE=true pnpm prod",
"crowdin:download": "tsx resources/js/tools/crowdin-download.ts",
"crowdin:upload": "tsx resources/js/tools/crowdin-upload.ts"
},
"dependencies": {
"@floating-ui/core": "^1.6.8",
"@floating-ui/dom": "^1.5.1",
"@hookform/resolvers": "^3.9.0",
"@inertiajs/core": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.61.3",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"dayjs": "^1.11.11",
"i18next": "^23.16.4",
"i18next-resources-to-backend": "^1.2.1",
"jotai": "^2.10.3",
"js-cookie": "^3.0.5",
"linkify-html": "^4.1.3",
"motion": "^11.11.17",
"php-array-reader": "^2.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-i18next": "^15.1.0",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-textarea-autosize": "^8.5.4",
"react-use": "^17.5.1",
"recharts": "^2.13.0",
"sonner": "^1.5.0",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^1.0.35",
"vaul": "^1.1.0",
"ziggy-js": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@crowdin/crowdin-api-client": "^1.39.1",
"@faker-js/faker": "^8.4.1",
"@inertiajs/react": "^2.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.0",
"@tanstack/eslint-plugin-query": "^5.61.3",
"@tanstack/react-query-devtools": "^5.61.3",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/alpinejs": "^3.7.2",
"@types/alpinejs__focus": "^3.10.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "^22.7.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"alpinejs": "^3.12.2",
"autoprefixer": "^10.4.14",
"chokidar": "^4.0.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sort-keys-shorthand": "^2.3.0",
"eslint-plugin-testing-library": "^6.3.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^22.1.0",
"laravel-echo": "^1.15.1",
"laravel-vite-plugin": "^1.1.1",
"nock": "^14.0.0-beta.14",
"postcss": "^8.4.31",
"postcss-nesting": "^12.1.5",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9",
"pusher-js": "^8.2.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.15",
"tsx": "^4.19.2",
"type-fest": "^4.25.0",
"typescript": "5.4.5",
"vite": "^6.0.3",
"vitest": "^2.1.8"
},
"engines": {
"node": "20.x",
"pnpm": ">=9"
}
}