Skip to content

Commit

Permalink
Add missing app metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Jan 16, 2025
1 parent 854a4bf commit 4fe7daa
Showing 1 changed file with 57 additions and 31 deletions.
88 changes: 57 additions & 31 deletions samples/asgardeo-react-app/package.json
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"
}
}

0 comments on commit 4fe7daa

Please sign in to comment.