dappconnect-sdks/examples/community/package.json

24 lines
578 B
JSON
Raw Normal View History

{
"name": "community",
"type": "module",
"version": "0.0.0",
2022-02-25 17:30:42 +00:00
"browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13",
"scripts": {
"dev": "parcel index.html --https --no-cache --open",
2022-02-25 17:30:42 +00:00
"prebuild": "rm -rf dist",
"build": "parcel build index.html"
},
"dependencies": {
2022-06-30 15:03:12 +00:00
"@status-im/react": "0.1.0-alpha.2",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
2022-06-28 14:59:27 +00:00
"parcel": "^2.6.2",
"process": "^0.11.10",
"typescript": "^4.0.0"
}
}