-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
854a4bf
commit 4fe7daa
Showing
1 changed file
with
57 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,59 @@ | ||
{ | ||
"name": "asgardeo-react-app", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"start": "vite", | ||
"build": "tsc -b && vite build", | ||
"lint": "eslint .", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@asgardeo/auth-react": "^5.2.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.3.0", | ||
"@textea/json-viewer": "^2.14.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.17.0", | ||
"@originjs/vite-plugin-commonjs": "^1.0.3", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.9", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"eslint": "^9.17.0", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"eslint-plugin-react-refresh": "^0.4.16", | ||
"globals": "^15.14.0", | ||
"typescript": "~5.6.2", | ||
"typescript-eslint": "^8.18.2", | ||
"vite": "^6.0.5" | ||
} | ||
"name": "@asgardeo/react-app", | ||
"version": "5.2.3", | ||
"description": "React based sample SPA to demonstrate Asgardeo / WSO2 Identity Server Auth React SDK usage", | ||
"keywords": [ | ||
"Asgardeo", | ||
"WSO2", | ||
"WSO2 IS", | ||
"WSO2 Identity Server", | ||
"OIDC", | ||
"SDK", | ||
"React", | ||
"Single Page Application", | ||
"SPA", | ||
"Sample", | ||
"Javascript", | ||
"Typescript", | ||
"Authenticate" | ||
], | ||
"type": "module", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/asgardeo/asgardeo-auth-react-sdk.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/asgardeo/asgardeo-auth-react-sdk/issues" | ||
}, | ||
"homepage": "https://github.com/asgardeo/asgardeo-auth-react-sdk#readme", | ||
"author": "WSO2", | ||
"license": "Apache-2.0", | ||
"private": false, | ||
"scripts": { | ||
"start": "vite", | ||
"build": "tsc -b && vite build", | ||
"lint": "eslint .", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@asgardeo/auth-react": "^5.2.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.3.0", | ||
"@textea/json-viewer": "^2.14.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.17.0", | ||
"@originjs/vite-plugin-commonjs": "^1.0.3", | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.9", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
"eslint": "^9.17.0", | ||
"eslint-plugin-react-hooks": "^5.0.0", | ||
"eslint-plugin-react-refresh": "^0.4.16", | ||
"globals": "^15.14.0", | ||
"typescript": "~5.6.2", | ||
"typescript-eslint": "^8.18.2", | ||
"vite": "^6.0.5" | ||
} | ||
} |