-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 969 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 969 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:ai": "vite build -l error",
"prettier": "prettier",
"e2e:install": "playwright install",
"e2e": "playwright test",
"e2e:headed": "playwright test --headed",
"e2e:ai": "npx playwright test --reporter=junit"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@prettier/plugin-php": "^0.25.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.0",
"dotenv": "^17.3.1",
"laravel-vite-plugin": "^3.1.0",
"playwright": "^1.59.1",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"sharp": "^0.34.5",
"svgo": "^4.0.1",
"tailwindcss": "^4.2.1",
"vite": "^8.0.16",
"vite-plugin-image-optimizer": "^2.0.3"
}
}