-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"typecheck": "tsc --noEmit",
"test": "vitest run"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^26.4.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@vitejs/plugin-react": "^6.1.1",
"concurrently": "^10.0.3",
"laravel-vite-plugin": "^3.1",
"tailwindcss": "^4.0.0",
"typescript": "^7.0.2",
"vite": "^8.0.0",
"vitest": "^4.1.11"
},
"optionalDependencies": {
"@laravel/multiplex": "^0.4.1"
},
"dependencies": {
"@codemirror/lang-yaml": "^6.1.3",
"@codemirror/theme-one-dark": "^6.1.3",
"@laravel/echo-react": "^2.4.0",
"@uiw/react-codemirror": "^4.25.11",
"laravel-echo": "^2.4.0",
"pusher-js": "^8.6.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"yaml": "^2.9.0"
}
}