forked from filamentphp/filament
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 2.04 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "filament",
"scripts": {
"dev:components": "node bin/build --watch",
"dev:admin": "mix watch",
"dev": "npm-run-all --parallel dev:*",
"build:components": "node bin/build",
"build:admin": "mix --production",
"build": "npm-run-all build:*",
"prettier": "npx prettier --write '**/*.{css,js,yml}' '!**/dist' '!**/vendor'"
},
"devDependencies": {
"@alpinejs/collapse": "^3.8.1",
"@alpinejs/focus": "^3.8.1",
"@alpinejs/persist": "^3.8.1",
"@awcodes/alpine-floating-ui": "^3.4.0",
"@babel/runtime": "^7.15.3",
"@danharrin/alpine-mousetrap": "^0.1.0",
"@github/file-attachment-element": "^2.0.1",
"@github/markdown-toolbar-element": "^1.5.1",
"@ryangjchandler/alpine-tooltip": "^1.2.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.9.0",
"autoprefixer": "^10.4.0",
"chart.js": "^3.6.0",
"choices.js": "^10.1.0",
"dayjs": "^1.10.6",
"dompurify": "^2.3.8",
"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",
"filepond-plugin-media-preview": "^1.0.9",
"imask": "^6.1.0",
"laravel-echo": "^1.14.0",
"laravel-mix": "^6.0.37",
"marked": "^4.0.10",
"mdhl": "^0.0.6",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.4",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"pusher-js": "^7.4.0",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.0.0",
"tippy.js": "^6.3.7",
"trix": "^1.3.1",
"vanilla-colorful": "^0.6.2"
}
}