-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 990 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
36
37
38
39
40
{
"private": true,
"scripts": {
"lint": "eslint ./resources/views/page",
"dev": "vite",
"build": "vite build",
"clean": "vite clean",
"watch": "gulp watch"
},
"devDependencies": {
"@angular-eslint/template-parser": "^17.2.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"alpinejs": "^3.13.5",
"autoprefixer": "^10.4.14",
"axios": "^1.1.2",
"del": "^7.0.0",
"eslint": "^8.56.0",
"eslint-plugin-tailwindcss": "^3.14.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-esbuild": "^0.11.1",
"gulp-file": "^0.4.0",
"gulp-sass": "^5.1.0",
"laravel-vite-plugin": "^0.7.2",
"postcss": "^8.4.22",
"sass": "^1.62.0",
"tailwindcss": "^3.4.1",
"vite": "^4.0.0"
},
"dependencies": {
"@alpinejs/collapse": "^3.13.5",
"@alpinejs/focus": "^3.13.5",
"@alpinejs/persist": "^3.13.5",
"@imacrayon/alpine-ajax": "^0.4.3",
"@microsoft/fetch-event-source": "^2.0.1"
}
}