package.json 791 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "line-heatmap",
  3. "version": "1.0.0",
  4. "description": "heatmap.js and noUi integration to create an iTracker heatmap",
  5. "main": "src/index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "webpack --config webpack.config.js",
  9. "watch": "webpack --watch",
  10. "start": "http-server"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "http://200.144.254.107/git/LInE/ivprog_log_analysis.git"
  15. },
  16. "author": "Lucas de Souza",
  17. "license": "MIT",
  18. "devDependencies": {
  19. "@babel/core": "^7.2.2",
  20. "babel-loader": "^8.0.5",
  21. "terser": "^3.14.1",
  22. "webpack": "^4.29.0",
  23. "webpack-cli": "^3.2.1"
  24. },
  25. "dependencies": {
  26. "@babel/preset-env": "^7.3.1",
  27. "heatmap.js": "^2.0.5",
  28. "nouislider": "^12.1.0"
  29. }
  30. }