Initial commit: prestashop-entity-selector
Forked from prestashop-target-conditions Renamed all references from target-conditions to entity-selector
This commit is contained in:
12
package.json
Executable file
12
package.json
Executable file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "prestashop-target-conditions",
|
||||
"version": "1.0.0",
|
||||
"description": "Target conditions widget for PrestaShop modules",
|
||||
"scripts": {
|
||||
"build:css": "npx tailwindcss -i ./assets/css/admin/tailwind-input.css -o ./assets/css/admin/tailwind-output.css --minify",
|
||||
"watch:css": "npx tailwindcss -i ./assets/css/admin/tailwind-input.css -o ./assets/css/admin/tailwind-output.css --watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user