package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "app",
  3. "version": "1.0.0",
  4. "private": true,
  5. "description": "",
  6. "scripts": {
  7. "start": "npx webpack --config webpack.config.js --watch --mode=development",
  8. "build": "npx webpack --config webpack.config.js --mode=production"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@babel/core": "^7.4.0",
  14. "@babel/plugin-transform-modules-commonjs": "^7.7.4",
  15. "@babel/plugin-transform-runtime": "^7.6.2",
  16. "@babel/preset-env": "^7.4.2",
  17. "@babel/runtime": "^7.7.4",
  18. "@typescript-eslint/eslint-plugin": "^2.13.0",
  19. "@typescript-eslint/parser": "^2.13.0",
  20. "autox-header-webpack-plugin": "^1.0.3",
  21. "babel-eslint": "^10.1.0",
  22. "babel-loader": "^8.0.5",
  23. "babel-plugin-transform-remove-strict-mode": "0.0.2",
  24. "clean-webpack-plugin": "^3.0.0",
  25. "copy-webpack-plugin": "^6.1.0",
  26. "eslint": "^6.8.0",
  27. "html-webpack-inline-source-plugin": "0.0.10",
  28. "html-webpack-plugin": "^3.2.0",
  29. "javascript-obfuscator": "^2.6.1",
  30. "ts-loader": "^6.2.1",
  31. "typescript": "^3.6.4",
  32. "url-loader": "^1.1.2",
  33. "webpack": "^4.41.4",
  34. "webpack-cli": "^3.3.12",
  35. "webpack-obfuscator": "^2.6.0",
  36. "autox-deploy-webpack-plugin": "git+https://github.com/kkevsekk1/AutoxDeployWebpackPlugin.git",
  37. "randomstring": "^1.1.5",
  38. "webpack-autojs-loader": "^1.1.2"
  39. },
  40. "dependencies": {
  41. "@babel/polyfill": "^7.4.0",
  42. "es6-shim": "^0.35.5"
  43. }
  44. }