package.json 334 B

12345678910111213141516
  1. {
  2. "name": "bigdata_WX",
  3. "version": "1.0.0",
  4. "description": "Big Data WeChat Mini Program",
  5. "main": "index.js",
  6. "dependencies": {
  7. "echarts": "^6.0.0",
  8. "gulp": "^4.0.2",
  9. "gulp-uglify": "^3.0.2"
  10. },
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "author": "",
  15. "license": "ISC"
  16. }