generated from filamentphp/plugin-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.6 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
{
"private": true,
"type": "module",
"scripts": {
"dev:styles": "npx tailwindcss -i resources/css/index.css --config tailwind.config.js -o resources/dist/filament-lexical-editor.css --postcss --watch",
"dev:scripts": "node bin/build.js --dev",
"build:styles": "npx tailwindcss -i resources/css/index.css --config tailwind.config.js -o resources/dist/filament-lexical-editor.css --postcss --minify",
"build:scripts": "node bin/build.js",
"purge": "filament-purge -i resources/dist/filament-lexical-editor.css -o resources/dist/filament-lexical-editor.css -v 3.x",
"dev": "npm-run-all --parallel dev:*",
"build": "npm-run-all build:*"
},
"devDependencies": {
"@awcodes/filament-plugin-purge": "^1.1.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"esbuild": "^0.19.12",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-import": "^15.1.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.4.17"
},
"dependencies": {
"@lexical/code": "^0.22.0",
"@lexical/hashtag": "^0.22.0",
"@lexical/history": "^0.22.0",
"@lexical/link": "^0.22.0",
"@lexical/list": "^0.22.0",
"@lexical/rich-text": "^0.22.0",
"@lexical/selection": "^0.22.0",
"@lexical/text": "^0.22.0",
"@lexical/utils": "^0.22.0",
"@melloware/coloris": "^0.24.0",
"lexical": "^0.22.0",
"vanilla-colorful": "^0.7.2"
}
}