Skip to content

Commit

Permalink
Remove webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Mar 3, 2024
1 parent 1f62912 commit c95176b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ yarn-error.log

public/docs/
public/public
public/mix-manifest.json
public/css/app.css
public/css/app.css.map
public/js/app.js
Expand Down
11 changes: 3 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,21 @@
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.35.1",
"sass-loader": "^13.0.0",
"vite": "^5.0.0"
},
"devDependencies": {
"@hkdobrev/run-if-changed": "^0.3.1",
"blade-formatter": "^1.13.0",
"browser-sync-webpack-plugin": "^2.3.0",
"browser-sync": "^2.27.7",
"husky": "^9.0.11",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"stylelint": "^16.0.2",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^35.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.0",
"stylelint-prettier": "^5.0.0",
"stylelint-scss": "^6.0.0",
"stylelint": "^16.0.2"
"stylelint-scss": "^6.0.0"
},
"lint-staged": {
"app/**/*.php": "npm run fix:php",
Expand Down

0 comments on commit c95176b

Please sign in to comment.