2021-09-24 11:36:26 +00:00
|
|
|
{
|
2022-02-23 14:03:14 +00:00
|
|
|
"name": "@status-im/react",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "MIT OR Apache-2.0",
|
|
|
|
"homepage": "https://github.com/status-im/status-web",
|
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/status-im/status-web.git",
|
|
|
|
"directory": "packages/status-react",
|
|
|
|
"type": "git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/status-im/status-web/issues"
|
|
|
|
},
|
2022-02-24 15:44:09 +00:00
|
|
|
"source": "src/index.ts",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.esm.js",
|
|
|
|
"types": "dist/types.d.ts",
|
2021-09-24 11:36:26 +00:00
|
|
|
"scripts": {
|
2022-02-24 15:44:09 +00:00
|
|
|
"prebuild": "rm -rf dist",
|
|
|
|
"build": "parcel build",
|
2022-02-23 15:16:42 +00:00
|
|
|
"build:types": "tsc --emitDeclarationOnly",
|
2022-02-24 23:02:30 +00:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
"lint": "eslint src",
|
|
|
|
"format": "prettier --write src"
|
2021-09-24 11:36:26 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-02-24 15:44:09 +00:00
|
|
|
"@hcaptcha/react-hcaptcha": "^1.0.0",
|
2022-02-28 12:40:33 +00:00
|
|
|
"@status-im/core": "^0.0.0",
|
2021-09-29 12:49:38 +00:00
|
|
|
"emoji-mart": "^3.0.1",
|
2021-10-07 07:46:51 +00:00
|
|
|
"html-entities": "^2.3.2",
|
2021-12-06 22:31:53 +00:00
|
|
|
"js-sha3": "^0.8.0",
|
2022-02-28 12:40:33 +00:00
|
|
|
"js-waku": "^0.18.0",
|
|
|
|
"qrcode.react": "^1.0.1",
|
2021-09-24 11:36:26 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-is": "^17.0.2",
|
|
|
|
"styled-components": "^5.3.1"
|
2022-02-24 23:02:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/emoji-mart": "^3.0.6",
|
|
|
|
"@types/hcaptcha__react-hcaptcha": "^0.1.5",
|
|
|
|
"@types/node": "^16.9.6",
|
|
|
|
"@types/qrcode.react": "^1.0.2",
|
|
|
|
"@types/react": "^17.0.16",
|
|
|
|
"@types/styled-components": "^5.1.12"
|
2022-02-24 23:08:29 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
2021-09-24 11:36:26 +00:00
|
|
|
}
|
|
|
|
}
|