forked from filamentphp/filament
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.29 KB
/
package.json
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
{
"name": "filament",
"scripts": {
"build": "node bin/build && mix --production",
"watch": "node bin/build && mix watch"
},
"devDependencies": {
"@alpinejs/focus": "^3.8.1",
"@alpinejs/persist": "^3.8.1",
"@babel/runtime": "^7.15.3",
"@github/file-attachment-element": "^2.0.1",
"@github/markdown-toolbar-element": "^1.5.1",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.5.0",
"autoprefixer": "^10.4.0",
"chart.js": "^3.6.0",
"dayjs": "^1.10.6",
"esbuild": "^0.8.57",
"filepond": "^4.28.2",
"filepond-plugin-file-validate-size": "^2.2.4",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.7",
"filepond-plugin-image-resize": "^2.0.10",
"filepond-plugin-image-transform": "^3.8.6",
"imask": "^6.1.0",
"laravel-mix": "^6.0.37",
"marked": "^4.0.10",
"mdhl": "^0.0.6",
"postcss": "^8.4.4",
"tailwindcss": "^3.0.0",
"trix": "^1.3.1"
},
"dependencies": {
"@alpinejs/collapse": "^3.8.1"
}
}