-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.62 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.62 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"name": "marketix",
"version": "1.3.0",
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint resources/js --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore --fix",
"test:js": "vitest run"
},
"devDependencies": {
"@headlessui/react": "^2.2.7",
"@inertiajs/react": "^2.2.15",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^24.3.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.64.0",
"@typescript-eslint/parser": "^8.47.0",
"@vitejs/plugin-react": "^5.1.1",
"axios": "^1.18.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^7.1.1",
"laravel-vite-plugin": "^2.0.1",
"prettier": "^3.9.5",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.8.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwindcss": "^4.1.6",
"typescript": "^5.8.3",
"vite": "^7.2.4",
"vitest": "^4.1.10"
},
"dependencies": {
"@laravel/passkeys": "^0.2.0",
"chart.js": "^4.5.1",
"lucide-react": "^1.24.0",
"puppeteer": "^25.3.0",
"qr-code-styling": "^1.9.2",
"recharts": "^2.15.4",
"sweetalert2": "^11.26.25"
}
}