@amlify/ory
Version:
Ory authentication for React
103 lines (102 loc) • 2.44 kB
JSON
{
"name": "@amlify/ory",
"version": "1.0.9",
"description": "Ory authentication for React",
"author": "TICC Tech",
"keywords": [
"react",
"react-component",
"authentication",
"ory"
],
"workspaces": [
"packages/ory"
],
"files": [
"dist",
"README.md"
],
"main": "./dist/@amlify/ory.umd.js",
"module": "./dist/@amlify/ory.es.js",
"exports": {
".": {
"import": "./dist/@amlify/ory.es.js",
"require": "./dist/@amlify/ory.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest run",
"watch": "vitest",
"coverage": "vitest run --coverage"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ticctech/amlify-ui",
"directory": "packages/ory"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ticctech/amlify-ui/issues"
},
"homepage": "https://github.com/ticctech/amlify-ui/tree/master/packages/ory",
"sideEffects": false,
"parserOptions": {
"sourceType": "module"
},
"dependencies": {
"@ory/client": "^1.15.0",
"date-fns": "^4.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.112",
"@mui/material": "^5.16.7",
"@types/react": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.103",
"@mui/material": "^5.10.9",
"@vitejs/plugin-react": "^2.1.0",
"eslint": "^8.25.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"vite": "^3.1.8",
"vite-plugin-mkcert": "^1.10.1"
},
"gitHead": "b89f8506bcac2e9cfb6883a09c014a5c5944566a"
}