-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 866 Bytes
/
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
{
"name": "caboodle-theme",
"version": "0.1.0",
"description": "WordPress Theme Boilerplate with modern tooling",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xazinji/caboodle.git"
},
"keywords": [
"wordpress-theme",
"wordpress",
"theme"
],
"author": "Mitchell Holzmann <mitchell@xevon.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xazinji/caboodle/issues"
},
"homepage": "https://github.com/xazinji/caboodle#readme",
"devDependencies": {
"@prettier/plugin-php": "^0.17.6",
"alpinejs": "^3.8.1",
"autoprefixer": "^10.4.2",
"laravel-mix": "^6.0.41",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.18"
}
}