-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "mountain-breeze",
"version": "1.0.0",
"description": "A Wordpress theme implementing Tailwind CSS and Alpine JS, and removing jQuery once and for all.",
"main": "index.js",
"scripts": {
"development": "mix",
"dev": "npm run development",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"postinstall": "npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukeraymonddowning/MountainBreeze.git#mountainbreeze"
},
"keywords": [
"wordpress",
"php",
"tailwindcss",
"alpinejs",
"jquery",
"theme"
],
"author": "Luke Raymond Downing",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukeraymonddowning/MountainBreeze/issues"
},
"homepage": "https://github.com/lukeraymonddowning/MountainBreeze/tree/mountainbreeze#readme",
"dependencies": {
"alpinejs": "^2.0",
"tailwindcss": "^2.0"
},
"devDependencies": {
"cross-env": "^7.0.0",
"laravel-mix": "^6.0"
}
}