tronair-gui
Version:
Web application/GUI for performing airdrops on the TRON blockchain
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "tronair-gui",
"version": "1.9.9",
"description": "Web application/GUI for performing airdrops on the TRON blockchain",
"keywords": [
"tron",
"airdrop",
"communitynode",
"gui"
],
"author": "jwood1290",
"homepage": "./",
"private": false,
"dependencies": {
"@ant-design/icons": "^2.1.1",
"@atlaskit/modal-dialog": "8.0.7",
"antd": "^3.20.1",
"react": "16.8.6",
"react-copy-to-clipboard": "5.0.1",
"react-countup": "^4.2.0",
"react-dom": "16.8.6",
"react-localization": "^1.0.14",
"react-scripts": "3.0.1",
"react-select": "2.4.3",
"styled-components": "3.4.10",
"sweetalert2": "^8.13.4",
"tronair-cli": "github:jwood1290/tronair-cli#master",
"tronweb": "^2.6.8",
"typescript": "^3.5.3"
},
"optionalDependencies": {
"fsevents": "^2.0.6"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/CommunityNode/tronair-gui.git"
},
"files": [
"src",
"public",
".env"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"push": "react-scripts build; firebase deploy",
"production": "serve -l 3000 -s build",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.0"
}
}