-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.15 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"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": "[email protected]",
"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"
}
}