You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "chartDp",
  3. "version": "1.0.0",
  4. "description": "大屏缩合图表库",
  5. "main": "index.js",
  6. "scripts": {
  7. "clear": "npm cache clean --force",
  8. "dll": "./node_modules/.bin/webpack --config config/webpack.dll.config.js --progress --colors",
  9. "dev": "./node_modules/.bin/webpack-dev-server --config config/webpack.dev.config.js --progress --colors",
  10. "dist": "cross-env NODE_ENV=third ./node_modules/.bin/webpack --config config/webpack.dist.config.js --display-error-details --progress --colors",
  11. "dist-noThird": "cross-env NODE_ENV=noThird ./node_modules/.bin/webpack --config config/webpack.dist.config.js --display-error-details --progress --colors"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "http://192.168.1.67:3000/productDpartment/chartDp.git"
  16. },
  17. "keywords": [
  18. "chart"
  19. ],
  20. "author": "丁月明",
  21. "license": "ISC",
  22. "dependencies": {
  23. "gsap": "^1.20.2",
  24. "jquery": "^3.5.1",
  25. "mapbox-gl": "^2.7.1",
  26. "three": "^0.124.0",
  27. "three-obj-loader": "^1.1.3",
  28. "three-orbitcontrols": "^2.1.1",
  29. "three-stats": "^1.0.1",
  30. "three.js": "^0.77.1",
  31. "zrender": "^4.2.0"
  32. },
  33. "devDependencies": {
  34. "babel-core": "^6.26.3",
  35. "babel-loader": "^7.1.5",
  36. "babel-preset-env": "^1.7.0",
  37. "babel-preset-stage-0": "^6.24.1",
  38. "clean-webpack-plugin": "^1.0.0",
  39. "cross-env": "^5.2.0",
  40. "css-loader": "^2.1.0",
  41. "file-loader": "^3.0.1",
  42. "glob": "^7.1.3",
  43. "happypack": "^5.0.1",
  44. "html-webpack-plugin": "^3.2.0",
  45. "json-loader": "^0.5.7",
  46. "optimize-css-assets-webpack-plugin": "^5.0.1",
  47. "style-loader": "^0.23.1",
  48. "uglifyjs-webpack-plugin": "^2.1.1",
  49. "url-loader": "^0.5.8",
  50. "webpack": "^4.28.3",
  51. "webpack-cli": "^3.2.0",
  52. "webpack-dev-server": "^3.1.14",
  53. "webpack-glsl-loader": "^1.0.1",
  54. "glslify-loader": "^2.0.0",
  55. "raw-loader": "^3.0.0"
  56. }
  57. }