package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "node_project",
  3. "version": "1.0.0",
  4. "description": "a test project about node",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "npx webpack --config=webpack.config.js ",
  8. "dev": "npx webpack --config=webpack.config.js --mode=development",
  9. "prod": "npx webpack --config=webpack.config.js --mode=production"
  10. },
  11. "author": "louis_wiki",
  12. "license": "ISC",
  13. "devDependencies": {
  14. "@babel/core": "^7.27.1",
  15. "@babel/preset-env": "^7.27.2",
  16. "babel-loader": "^10.0.0",
  17. "browserslist": "^4.24.4",
  18. "clean-webpack-plugin": "^4.0.0",
  19. "eslint": "^7.32.0",
  20. "eslint-loader": "^4.0.2",
  21. "file-loader": "^6.2.0",
  22. "html-webpack-plugin": "^5.6.3",
  23. "mini-css-extract-plugin": "^2.9.2",
  24. "webpack": "^5.99.5",
  25. "webpack-cli": "^6.0.1"
  26. },
  27. "dependencies": {
  28. "@vue/compiler-sfc": "^3.5.13",
  29. "animate.css": "^4.1.1",
  30. "cannon-es": "^0.20.0",
  31. "css-loader": "^7.1.2",
  32. "element-plus": "^2.9.8",
  33. "path": "^0.12.7",
  34. "style-loader": "^4.0.0",
  35. "three": "^0.176.0",
  36. "three-orbitcontrols-ts": "^0.1.2",
  37. "vue": "^3.5.13",
  38. "vue-i18n": "^11.1.3",
  39. "vue-loader": "^17.4.2",
  40. "vue-router": "^4.5.0"
  41. }
  42. }