package.json 456 B

123456789101112131415161718192021
  1. {
  2. "name": "base",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "webpack",
  9. "watch:build":"webpack --watch"
  10. },
  11. "keywords": [],
  12. "author": "",
  13. "license": "ISC",
  14. "devDependencies": {
  15. "css-loader": "^6.7.3",
  16. "html-webpack-plugin": "^5.5.0",
  17. "style-loader": "^3.3.2",
  18. "webpack": "^5.78.0",
  19. "webpack-cli": "^5.0.1"
  20. }
  21. }