@dasundev/livewire-dropzone-styles
Version:
30 lines (29 loc) • 762 B
JSON
{
"name": "@dasundev/livewire-dropzone-styles",
"version": "2.0.4",
"style": "dist/styles.css",
"repository": {
"type": "git",
"url": "https://github.com/dasundev/livewire-dropzone.git"
},
"keywords": [
"livewire",
"dropzone"
],
"devDependencies": {
"tailwindcss": "^3.3.6"
},
"scripts": {
"dev": "npx tailwindcss -i ./src/styles.scss -o ./dist/styles.css --watch",
"build": "npx tailwindcss -o ./dist/styles.css --minify"
},
"author": "Dasun Tharanga <hello@dasun.dev>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dasundev/livewire-dropzone/issues"
},
"homepage": "https://github.com/dasundev/livewire-dropzone",
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}