hiko-social-login-react
Version:
HIKO Social Login react for Hydrogen integration
49 lines (48 loc) • 1.17 kB
JSON
{
"name": "hiko-social-login-react",
"engines": {
"node": ">=14"
},
"version": "1.3.4",
"description": "HIKO Social Login react for Hydrogen integration",
"main": "./dist/index.js",
"scripts": {
"dev": "vite",
"build": "tsup",
"publish": "npm publish"
},
"keywords": [
"HIKO",
"social",
"login",
"Shopify",
"Hydrogen",
"ReactJS"
],
"author": {
"name": "HIKO Software",
"email": "support@hiko.link"
},
"repository": {
"type": "git",
"url": "git@github.com:jackcylin/hiko-social-login-react.git"
},
"license": "ISC",
"peerDependencies": {
"react": "^17 || ^18"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^8.41.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vite": "^5.2.12"
}
}