-
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) · 932 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 932 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": {
"build": "vite build",
"dev": "vite",
"lint": "oxlint --fix && prettier --write .",
"lint:fix": "oxlint --fix && prettier --write .",
"test:lint": "oxlint && prettier --check ."
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"autoprefixer": "^10.4.27",
"axios": "^1.13.6",
"concurrently": "^9.2.1",
"instruckt": "0.4.28",
"laravel-vite-plugin": "^2.1.0",
"npm-check-updates": "^19.6.3",
"playwright": "^1.58.2",
"oxlint": "^1.55.0",
"prettier": "^3.8.1",
"prettier-plugin-blade": "^3.0.0",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"vite": "^8.0.0"
},
"dependencies": {
"@playwright/test": "^1.58.2"
}
}