forked from indransyah/hacktoberfest-finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
20 lines (20 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"laravel-mix": "^5.0.0",
"laravel-mix-purgecss": "^4.2.0",
"vue": "^2.6.10"
},
"devDependencies": {
"cross-env": "6.0.3",
"laravel-mix-postcss-config": "^1.0.2",
"postcss-nested": "^4.1.2",
"tailwindcss": "^1.1.2",
"vue-template-compiler": "^2.6.10"
}
}