File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"dev" : " npm run development" ,
5
- "development" : " cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel- mix/setup/webpack.config.js " ,
6
- "watch" : " npm run development -- -- watch" ,
7
- "watch-poll" : " npm run watch -- --watch-poll" ,
8
- "hot" : " cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline -- hot --config=node_modules/laravel-mix/setup/webpack.config.js " ,
5
+ "development" : " mix" ,
6
+ "watch" : " mix watch" ,
7
+ "watch-poll" : " mix watch -- --watch-options- poll=1000 " ,
8
+ "hot" : " mix watch -- hot" ,
9
9
"prod" : " npm run production" ,
10
- "production" : " cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js "
10
+ "production" : " mix --production "
11
11
},
12
12
"devDependencies" : {
13
- "axios" : " ^0.19" ,
14
- "cross-env" : " ^7.0" ,
15
- "laravel-mix" : " ^5.0.1" ,
16
- "lodash" : " ^4.17.13" ,
17
- "resolve-url-loader" : " ^3.1.0" ,
18
- "sass" : " ^1.15.2" ,
19
- "sass-loader" : " ^8.0.0"
13
+ "axios" : " ^0.21" ,
14
+ "laravel-mix" : " ^6.0.6" ,
15
+ "lodash" : " ^4.17.19" ,
16
+ "postcss" : " ^8.1.14"
20
17
}
21
- }
18
+ }
You can’t perform that action at this time.
0 commit comments