-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1005 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1005 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
32
33
34
35
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"production": "vite build",
"watch": "vite"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.8",
"@ryangjchandler/alpine-clipboard": "^2.3.0",
"@simplewebauthn/browser": "^13.1.0",
"ckeditor5": "^45.0.0",
"laravel-precognition-alpine": "^0.7.2",
"notyf": "^3.10.0",
"webtour": "^1.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.20",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"sass": "^1.77.8",
"tailwindcss": "^3.4.17",
"ts-loader": "^9.5.2",
"typescript": "^5.8.2",
"vite": "^6.2.1",
"vite-plugin-static-copy": "^2.3.0"
}
}