-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
{
"name": "handlebars.mix",
"version": "1.0.0",
"description": "Quick setup tu use Laravel Mix & Handlebars for quicker HTML pages development",
"author": "jeFFF @ Tisseur de toile",
"license": "MIT",
"engines": {
"node": ">=12 <14"
},
"main": "src/assets/js/app.js",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jefffairson/handlebars-mix.git"
},
"keywords": [
"handlebars",
"laravel",
"laravel-mix"
],
"devDependencies": {
"autoprefixer": "^10.2.4",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"handlebars": "^4.7.7",
"handlebars-layouts": "^3.1.4",
"handlebars-webpack-plugin": "^2.2.1",
"laravel-mix": "^6.0",
"laravel-mix-purgecss": "^6.0.0",
"postcss": "^8.2.6",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.8",
"sass-loader": "10.*",
"tailwindcss": "^2.0.3"
},
"bugs": {
"url": "https://github.com/jefffairson/handlebars-mix/issues"
},
"homepage": "https://github.com/jefffairson/handlebars-mix#readme"
}