-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
23 lines (23 loc) · 857 Bytes
/
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
{
"name": "@guava/filament-icon-picker",
"scripts": {
"dev": "npx tailwindcss -i resources/css/plugin.css -o dist/plugin.css --postcss --watch",
"build": "npx tailwindcss -i resources/css/plugin.css -o dist/plugin.css --postcss --minify && npm run purge",
"purge": "filament-purge -i dist/plugin.css -o dist/plugin.css -v 3.x"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.6",
"@semantic-release/release-notes-generator": "^10.0.3",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.17",
"semantic-release": "^19.0.5",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"@awcodes/filament-plugin-purge": "^1.0.2",
"conventional-changelog-conventionalcommits": "^5.0.0",
"postcss-for": "^2.1.1"
}
}