mirror of
https://github.com/status-im/keycard-redeem.git
synced 2025-02-21 08:18:34 +00:00
36 lines
697 B
JSON
36 lines
697 B
JSON
{
|
|
"name": "gift-keycard",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@trailofbits/embark-contract-info": "^1.1.0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"devDependencies": {
|
|
"embark": "^5.3.0-nightly.7"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|