-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "HTML-Starter",
"version": "1.1.0",
"description": "Craft Starter Website",
"main": "webpack.mix.js",
"author": "Sean Smith, Caffeine Creations <[email protected]>",
"copyright": "",
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@tailwindcss/jit": "^0.1.9",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^5.0.2",
"cssnano": "^4.1.10",
"filename-regex": "^2.0.1",
"git-rev-sync": "^1.12.0",
"glob-all": "^3.1.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"intersection-observer": "^0.5.1",
"laravel-mix-banner": "^0.1.4",
"laravel-mix-imagemin": "^1.0.3",
"laravel-mix-tailwind": "^0.1.0",
"lazysizes": "^2.0.6",
"mix-html-builder": "^0.7.2",
"moment": "^2.24.0",
"postcss": "^8.2.8",
"postcss-easy-import": "^3.0.0",
"postcss-font-magician": "^2.2.1",
"postcss-hexrgba": "^1.0.2",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.6.0",
"resolve-url-loader": "^3.0.1",
"stylelint-config-recommended": "^2.2.0",
"tailwindcss": "^2.0.4",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"cross-env": "^6.0.3",
"es6-promise": "^4.2.6",
"hover.css": "^2.3.2",
"instantsearch.js": "2.10.4",
"laravel-mix": "^6.0.0"
},
"browserslist": [
"> .5% or last 2 versions"
],
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
}
}