File tree 2 files changed +7058
-7
lines changed
2 files changed +7058
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
3
"scripts" : {
4
- "dev" : " npm run development " ,
5
- "development" : " cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --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 " ,
9
- "prod " : " npm run production" ,
10
- "production " : " cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --config=node_modules/laravel-mix/setup/webpack.config.js "
4
+ "dev" : " mix " ,
5
+ "development" : " mix" ,
6
+ "watch" : " mix watch" ,
7
+ "watch-poll" : " mix watch -- --watch-options- poll=1000 " ,
8
+ "hot" : " mix watch -- hot" ,
9
+ "production " : " mix -- production" ,
10
+ "prod " : " mix --production "
11
11
},
12
12
"devDependencies" : {
13
13
"@tailwindcss/typography" : " ^0.3.1" ,
14
14
"cross-env" : " ^7.0" ,
15
15
"css-loader" : " ^5.0.1" ,
16
16
"laravel-mix" : " ^6.0.6" ,
17
+ "postcss" : " ^8.1" ,
17
18
"resolve-url-loader" : " ^3.1.2" ,
18
19
"sass" : " ^1.32.0" ,
19
20
"sass-loader" : " ^10.1.0" ,
You can’t perform that action at this time.
0 commit comments