Files
connect/package.json
2020-01-09 10:18:12 -06:00

66 lines
1.5 KiB
JSON

{
"name": "@blockstack/connect",
"version": "0.1.5",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/auth.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "eslint --ext .ts ./src -f unix",
"prepublishOnly": "yarn build",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"blockstack": "^19",
"styled-components": "^4.4"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"prettier": "@blockstack/prettier-config",
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@blockstack/prettier-config": "^0.0.4",
"@types/jest": "^24.0.25",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"blockstack": "^19.3.0",
"bundlesize": "^0.18.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"husky": "^4.0.1",
"prettier": "^1.19.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"tsdx": "^0.12.1",
"tslib": "^1.10.0",
"typescript": "^3.7.4"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@blockstack/ui": "^1.0.0-alpha.22",
"mdi-react": "^6.5.0",
"styled-components": "^4.4.1",
"use-events": "^1.4.1"
},
"bundlesize": [
{
"path": "./dist/**/*.js",
"maxSize": "9 kB"
}
],
"sideEffects": false
}