-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.37 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
{
"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",
"prod": "npm run production",
"dev": "npm run local",
"watch": "npm run local -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"docs": "mv build_production docs"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^3.2.3",
"hasbin": "^1.2.3",
"laravel-mix": "^2.1.14",
"node-cmd": "^3.0.0",
"on-build-webpack": "^0.1.0",
"webpack-watch": "^0.2.0",
"yargs": "^4.6.0"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jquery-colorbox": "^1.6.4",
"livereload": "^0.7.0",
"responsive-toolkit": "^2.6.3",
"twitter-fetcher": "^18.0.2",
"vanilla-lazyload": "^8.17.0"
}
}