123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "tutela",
- "version": "1.0.0",
- "description": "Anonymity tool for the Tornado Cash community and beyond.",
- "main": "index.js",
- "scripts": {
- "build": "webpack -p --progress --config webpack.config.js",
- "dev-build": "webpack --progress -d --config webpack.config.js",
- "watch": "webpack --progress -d --config webpack.config.js --watch"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/TutelaLabs/tutela-app.git"
- },
- "author": "mike wu and kaili wang",
- "babel": {
- "presets": [
- "@babel/preset-env",
- "@babel/preset-react"
- ]
- },
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/TutelaLabs/tutela-app/issues"
- },
- "homepage": "https://github.com/TutelaLabs/tutela-app#readme",
- "devDependencies": {
- "@babel/core": "^7.6.3",
- "@babel/preset-env": "^7.6.3",
- "@babel/preset-react": "^7.6.3",
- "babel-loader": "^8.0.6",
- "victory": "^33.1.1",
- "webpack": "^4.41.0",
- "webpack-cli": "^3.3.12"
- },
- "dependencies": {
- "axios": "^0.24.0",
- "bootstrap": "^5.1.3",
- "react": "^16.9.0",
- "react-bootstrap": "^2.0.2",
- "react-copy-to-clipboard": "^5.0.4",
- "react-dom": "^16.9.0",
- "react-router-dom": "^6.0.2",
- "recharts": "^2.1.8",
- "watch": "^1.0.2"
- }
- }
|