-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.25 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 4.25 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
{
"name": "ernie",
"version": "1.0.0rc2",
"private": true,
"type": "module",
"engines": {
"node": ">=24",
"npm": ">=10"
},
"scripts": {
"build": "vite build",
"build:ssr": "vite build && vite build --ssr",
"dev": "vite",
"format": "prettier --write resources/",
"format:check": "prettier --check resources/",
"lint": "eslint . --fix",
"types": "tsc --noEmit",
"test": "vitest",
"test:e2e": "start-server-and-test 'php artisan serve' http://127.0.0.1:8000 'playwright test'",
"test:e2e:changelog": "start-server-and-test 'php artisan serve' http://127.0.0.1:8000 'playwright test critical/changelog'",
"test:e2e:a11y": "start-server-and-test 'php artisan serve' http://127.0.0.1:8000 'playwright test accessibility'",
"test:e2e:ui": "start-server-and-test 'php artisan serve' http://127.0.0.1:8000 'playwright test --ui'",
"test:e2e:headed": "start-server-and-test 'php artisan serve' http://127.0.0.1:8000 'playwright test --headed'",
"test:e2e:docker": "playwright test --config=playwright.docker.config.ts",
"test:e2e:docker:headed": "playwright test --config=playwright.docker.config.ts --headed",
"test:e2e:docker:ui": "playwright test --config=playwright.docker.config.ts --ui",
"test:e2e:devstack": "playwright test --config=playwright.devstack.config.ts",
"test:e2e:devstack:headed": "playwright test --config=playwright.devstack.config.ts --headed",
"test:e2e:devstack:ui": "playwright test --config=playwright.devstack.config.ts --ui",
"test:e2e:stage": "playwright test --config=playwright.stage.config.ts",
"test:e2e:stage:headed": "playwright test --config=playwright.stage.config.ts --headed",
"test:e2e:stage:ui": "playwright test --config=playwright.stage.config.ts --ui"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.2",
"@eslint/js": "^10.0.1",
"@laravel/vite-plugin-wayfinder": "^0.1.3",
"@playwright/test": "^1.55.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/leaflet": "^1.9.21",
"@types/node": "^24.12.0",
"@types/papaparse": "^5.3.16",
"@types/qrcode.react": "^1.0.5",
"@types/yaireo__tagify": "^4.27.0",
"@vitejs/devtools": "^0.1.11",
"@vitest/browser": "^4.0.17",
"@vitest/coverage-v8": "^4.0.17",
"dotenv": "^17.2.3",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jsdom": "^29.0.0",
"playwright": "^1.57.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"start-server-and-test": "^2.1.2",
"typescript-eslint": "^8.23.0",
"vitest": "^4.0.17"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@inertiajs/react": "^2.1.0",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-table": "^8.21.3",
"@types/react": "^19.0.3",
"@types/react-dom": "^19.0.2",
"@vis.gl/react-google-maps": "^1.5.5",
"@vitejs/plugin-react": "^6.0.1",
"@yaireo/tagify": "^4.35.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"concurrently": "^9.0.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.12",
"globals": "^17.0.0",
"laravel-vite-plugin": "^3.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.577.0",
"papaparse": "^5.5.3",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-day-picker": "^9.14.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.72.0",
"react-leaflet": "^5.0.0",
"react-resizable-panels": "^4.7.4",
"recharts": "^3.7.0",
"sonner": "^2.0.7",
"swagger-ui-react": "^5.17.10",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vaul": "^1.1.2",
"vite": "^8.0.0",
"zod": "^4.3.6"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.29.1"
}
}