svix-react
Version:
React components for using Svix in your dashboard.
72 lines (71 loc) • 1.9 kB
JSON
{
"name": "svix-react",
"version": "1.13.5",
"description": "React components for using Svix in your dashboard.",
"author": "svix",
"license": "MIT",
"keywords": [
"svix",
"webhooks"
],
"main": "./dist/svix-react.umd.js",
"module": "./dist/svix-react.es.js",
"types": "./dist/types",
"files": [
"dist"
],
"exports": {
".": {
"import": {
"types": "./dist/types/index.d.ts",
"default": "./dist/svix-react.es.js"
},
"require": {
"types": "./dist/types/index.d.ts",
"default": "./dist/svix-react.umd.js"
}
},
"./style.css": "./dist/style.css"
},
"scripts": {
"build": "vite build && tsc --build",
"prepack": "yarn run build",
"prepublish": "yarn lint",
"lint:eslint": "eslint --ext .js,.jsx,.ts,.tsx src",
"lint": "prettier src --check && yarn run lint:eslint --max-warnings=0",
"lint:fix": "prettier src --write && yarn run lint:eslint --fix"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16",
"svix": ">=1.26.0"
},
"devDependencies": {
"@types/node": "^17.0.30",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"@vitejs/plugin-legacy": "^4.0.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"eslint": "7.29.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "7.27.0",
"eslint-plugin-react-hooks": "^4.2.0",
"minimist": ">=1.2.6",
"prettier": "2.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"svix": "1.26.0",
"typescript": "4.2.4",
"vite": "^4.3.7",
"vite-tsconfig-paths": "^4.2.0"
},
"resolutions": {
"minimist": ">=1.2.6"
},
"dependencies": {
"iframe-resizer-react": "^1.1.0"
}
}