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

64 lines (63 loc) 2.2 kB
{ "name": "@markusantonwolf/ta-foodtrucks", "version": "2.1.1", "description": "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-weight (4.6kB), responsive and mobile first plugin is based on Tailwind CSS and Alpine JS.", "main": "./src/plugin/index.js", "scripts": { "develop": "npx gulp build", "build": "NODE_ENV=production npx gulp build", "serve": "npx gulp serve", "test": "NODE_ENV=test node ./src/plugin/index.js", "upload": "npm publish --access public", "patch": "npm version patch", "minor": "npm version minor", "major": "npm version major" }, "author": { "name": "Markus A. Wolf", "email": "hello@markusantonwolf.com", "url": "https://www.markusantonwolf.com/en/" }, "homepage": "https://github.com/markusantonwolf/ta-foodtrucks#readme", "bugs": { "url": "https://github.com/markusantonwolf/ta-foodtrucks/issues" }, "repository": { "type": "git", "url": "git+https://github.com/markusantonwolf/ta-foodtrucks.git" }, "license": "MIT", "keywords": [ "tailwindcss", "css", "tailwind", "foodtruck", "food", "truck", "alpine", "alpinejs" ], "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@fullhuman/postcss-purgecss": "^3.1.3", "alpinejs": "^2.8.0", "autoprefixer": "^9.8.6", "config": "^3.3.3", "cssnano": "^4.1.10", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-file-include": "^2.3.0", "gulp-live-server": "0.0.31", "gulp-minify": "^3.1.0", "gulp-postcss": "^9.0.0", "gulp-print": "^5.0.2", "tailwindcss": "^1.9.6" }, "dependencies": { "change-case": "^4.1.2", "lodash": "^4.17.20" } }