67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "gift-keycard",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"homepage": "./",
|
|
"scripts": {
|
|
"test": "embark test",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
"@types/history": "^4.7.5",
|
|
"@types/react": "^16.9.0",
|
|
"@types/react-dom": "^16.9.0",
|
|
"@types/react-fontawesome": "^1.6.4",
|
|
"@types/react-redux": "^7.1.7",
|
|
"@types/react-router-dom": "^5.1.5",
|
|
"@types/react-router-redux": "^5.0.18",
|
|
"bn.js": "^5.1.1",
|
|
"classnames": "^2.2.6",
|
|
"connected-react-router": "^6.7.0",
|
|
"eth-sig-util": "^2.5.3",
|
|
"history": "^4.10.1",
|
|
"node-sass": "^4.14.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "^7.2.0",
|
|
"react-router": "^5.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-router-redux": "^4.0.8",
|
|
"react-scripts": "3.4.1",
|
|
"redux": "^4.0.5",
|
|
"redux-thunk": "^2.3.0",
|
|
"solc": "^0.6.10",
|
|
"typeface-roboto": "^0.0.75",
|
|
"typescript": "^3.8.3",
|
|
"web3": "^1.2.11",
|
|
"web3-eth": "1.2.11"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.10"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|