-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1022 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
35
36
37
{
"name": "boilerplate-mix",
"version": "3.0.0",
"description": "A boilerplate with Laravel Mix Settings to be used in other projects",
"main": "webpack.mix.js",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "mix --production"
},
"keywords": [
"Laravel Mix",
"Tailwind CSS",
"PostCSS",
"Boilerplate"
],
"author": "Terry Upton, Amasci Creative Limited",
"contact": "<[email protected]> <www.amasci.co.uk> <01908 668665>",
"copyright": "Amasci Creative Limited",
"license": "SEE LICENSE IN LICENSE.md",
"sort-packages": true,
"private": true,
"devDependencies": {
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.2.2",
"laravel-mix": "^6.0.10",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.4",
"postcss-import": "^14.0.0"
},
"dependencies": {
"tailwindcss": "^2.0.2"
}
}