-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.5 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"format": "oxfmt --write \"resources/js/**/*.{ts,tsx}\" \"!resources/js/types/sprite-icons.ts\" \"**/*.md\"",
"format:check": "oxfmt --check \"resources/js/**/*.{ts,tsx}\" \"!resources/js/types/sprite-icons.ts\" \"**/*.md\"",
"lint": "oxlint resources/js --fix",
"lint:check": "oxlint resources/js",
"types:check": "tsc --noEmit"
},
"devDependencies": {
"@inertiajs/vite": "^3.7.0",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@vitejs/plugin-react": "^6.1.1",
"babel-plugin-react-compiler": "^1.0.0",
"laravel-vite-plugin": "^3.2.0",
"oxfmt": "^0.66.0",
"oxlint": "^1.81.0",
"playwright": "^1.62.1",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"vite": "^8.2.2"
},
"dependencies": {
"@fontsource-variable/instrument-sans": "^5.3.0",
"@inertiajs/react": "^3.7.0",
"@laravel/echo-react": "^2.4.0",
"@laravel/passkeys": "^0.4.0",
"@lattice-php/core": "^0.72.2",
"@lattice-php/form": "^0.72.2",
"@lattice-php/lattice": "^0.72.2",
"@lattice-php/ui": "^0.72.2",
"pusher-js": "^8.6.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
}
}