package.json 908 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "web_develop_ui",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "packing.js",
  6. "directories": {
  7. "doc": "doc"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "http://39.105.126.192:3000/DR3_web/web_develop_ui.git"
  15. },
  16. "author": "yang.yang",
  17. "license": "",
  18. "devDependencies": {
  19. "@babel/core": "^7.0.0",
  20. "@babel/plugin-transform-classes": "^7.16.7",
  21. "@babel/preset-env": "^7.17.10",
  22. "del": "^2.2.2",
  23. "gulp": "^4.0.2",
  24. "gulp-babel": "^8.0.0",
  25. "gulp-concat": "^2.6.1",
  26. "gulp-jshint": "^2.1.0",
  27. "gulp-minify-css": "^1.2.4",
  28. "gulp-notify": "^2.2.0",
  29. "gulp-rename": "^1.3.0",
  30. "gulp-uglify": "^2.1.2",
  31. "gulp-util": "^3.0.8",
  32. "jshint": "^2.9.5"
  33. },
  34. "dependencies": {
  35. "delete": "^1.1.0",
  36. "natives": "^1.1.6",
  37. "pandoc": "^0.2.0"
  38. }
  39. }