This repository has been archived by the owner on Mar 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.57 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
{
"private": true,
"scripts": {
"local": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"staging": "cross-env NODE_ENV=staging node_modules/webpack/bin/webpack.js --progress --hide-modules --env=staging --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "npm run local",
"stage": "npm run staging",
"prod": "npm run production",
"watch": "npm run local -- --watch",
"screenshot": "node ./tasks/js/screenshot.js"
},
"devDependencies": {
"browser-sync": "2.26.3",
"browser-sync-webpack-plugin": "2.2.2",
"color-shorthand-hex-to-six-digit": "2.1.1",
"cross-env": "3.2.4",
"css-mqpacker": "7.0.0",
"email-remove-unused-css": "4.6.1",
"glob-all": "3.1.0",
"hasbin": "1.2.3",
"html-img-alt": "1.3.2",
"html-minifier": "3.5.20",
"is-url": "1.2.4",
"juice": "5.0.1",
"laravel-mix": "2.1.11",
"laravel-mix-purgecss": "3.0.0",
"mkdirp": "0.5.1",
"node-cmd": "3.0.0",
"on-build-webpack": "0.1.0",
"postcss-import": "12.0.1",
"postcss-merge-longhand": "4.0.6",
"pretty": "2.0.0",
"requireg": "0.1.8",
"slugify": "1.3.0",
"string-strip-html": "3.2.0",
"tailwindcss": "0.7.2",
"webpack-watch": "0.2.0",
"yargs": "4.8.1"
},
"browserslist": [
"> 1%"
]
}