dappconnect-sdks/packages/status-react/package.json

64 lines
1.8 KiB
JSON
Raw Normal View History

2021-09-24 11:36:26 +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"
},
"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": {
"prebuild": "rm -rf dist",
"build": "parcel build",
"build:types": "tsc --emitDeclarationOnly",
2021-09-24 11:36:26 +00:00
"fix": "run-s 'fix:*'",
"fix:lint": "eslint './{src,test}/**/*.{ts,tsx}' --fix",
"test": "run-s 'test:*'",
"test:lint": "eslint './{src,test}/**/*.{ts,tsx}'",
"proto": "run-s 'proto:*'",
"proto:lint": "buf lint",
"proto:build": "buf generate",
"typecheck": "tsc --noEmit"
2021-09-24 11:36:26 +00:00
},
"devDependencies": {
"@types/chai": "^4.2.21",
2021-09-29 12:49:38 +00:00
"@types/emoji-mart": "^3.0.6",
2022-01-11 09:44:53 +00:00
"@types/hcaptcha__react-hcaptcha": "^0.1.5",
2021-09-24 11:36:26 +00:00
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.6",
"@types/qrcode.react": "^1.0.2",
2021-09-24 11:36:26 +00:00
"@types/react": "^17.0.16",
"@types/styled-components": "^5.1.12",
"chai": "^4.3.4",
"copyfiles": "^2.4.1",
"jsdom": "^16.7.0",
"jsdom-global": "^3.0.2",
"mocha": "^9.0.3",
"npm-run-all": "^4.1.5",
"npm-watch": "^0.11.0",
"rimraf": "^3.0.2",
"ts-node": "^10.1.0"
2021-09-24 11:36:26 +00:00
},
"dependencies": {
"@status-im/core": "^0.0.0",
"@hcaptcha/react-hcaptcha": "^1.0.0",
"qrcode.react": "^1.0.1",
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-04 09:01:49 +00:00
"js-waku": "^0.16.0",
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"
}
}