UNPKG

@markusantonwolf/ta-foodtrucks

Version:

TA-Foodtrucks plugin shows the next food truck and street food dates in your area based on Craftplaces API. You can customize the endpoints to get all dates for a specific vendor, for a specific city or just for a location you are interested in. The light

46 lines (45 loc) 1.5 kB
{ "source": { "styles": "./src/styles/styles.css", "plugin_js": ["./src/scripts/ta-*.js"], "plugin_css": "./src/styles/ta-foodtrucks.css", "views": ["./src/views/index.html"], "snippets": "./src/styles/*.css", "alpine_js": ["./node_modules/alpinejs/dist/alpine.js"], "plugin_alpine_js": ["./node_modules/alpinejs/dist/alpine.js", "./dist/scripts/ta-foodtrucks.js"] }, "name": { "alpine_js": "alpine.js", "plugin_js": "ta-foodtrucks.js", "plugin_alpine_js": "alpine-ta-foodtrucks.js" }, "purge": { "styles": ["./src/views/*.html"], "plugin": ["./src/snippets/*.html"] }, "destination": { "styles": "./dist/styles", "views": "./dist/views", "plugin_css": "./dist/styles", "alpine_js": "./dist/scripts", "plugin_js": "./dist/scripts", "plugin_alpine_js": "./dist/scripts" }, "distribution": { "styles": ["./dist/styles/**/*.css"], "scripts": ["./dist/scripts/**/*.js"], "views": ["./dist/views/index.html"] }, "public": { "styles": "./public/css", "scripts": "./public/js", "views": "./public" }, "watch": { "styles": "./src/styles/*.css", "scripts": "./src/scripts/*.js", "views": "./src/views/*.html", "snippets": "./src/snippets/*.html" }, "clean": ["./dist", "./public/index.html", "./public/css", "./public/js"] }