package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "tutela",
  3. "version": "1.0.0",
  4. "description": "Anonymity tool for the Tornado Cash community and beyond.",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "webpack -p --progress --config webpack.config.js",
  8. "dev-build": "webpack --progress -d --config webpack.config.js",
  9. "watch": "webpack --progress -d --config webpack.config.js --watch"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+ssh://git@github.com/TutelaLabs/tutela-app.git"
  14. },
  15. "author": "mike wu and kaili wang",
  16. "babel": {
  17. "presets": [
  18. "@babel/preset-env",
  19. "@babel/preset-react"
  20. ]
  21. },
  22. "license": "ISC",
  23. "bugs": {
  24. "url": "https://github.com/TutelaLabs/tutela-app/issues"
  25. },
  26. "homepage": "https://github.com/TutelaLabs/tutela-app#readme",
  27. "devDependencies": {
  28. "@babel/core": "^7.6.3",
  29. "@babel/preset-env": "^7.6.3",
  30. "@babel/preset-react": "^7.6.3",
  31. "babel-loader": "^8.0.6",
  32. "victory": "^33.1.1",
  33. "webpack": "^4.41.0",
  34. "webpack-cli": "^3.3.12"
  35. },
  36. "dependencies": {
  37. "axios": "^0.24.0",
  38. "bootstrap": "^5.1.3",
  39. "react": "^16.9.0",
  40. "react-bootstrap": "^2.0.2",
  41. "react-copy-to-clipboard": "^5.0.4",
  42. "react-dom": "^16.9.0",
  43. "react-router-dom": "^6.0.2",
  44. "recharts": "^2.1.8",
  45. "watch": "^1.0.2"
  46. }
  47. }