use-url-sync
Version:
use-url-sync is a utility package that helps you sync your states to url without hassle
52 lines (51 loc) • 1.41 kB
JSON
{
"name": "use-url-sync",
"version": "1.3.1",
"description": "use-url-sync is a utility package that helps you sync your states to url without hassle",
"repository": "https://github.com/Ilham-Pratama/use-url-state.git",
"author": "Ilham Pratama <ilhamprt5@gmail.com> (https://github.com/Ilham-Pratama)",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/**"
],
"scripts": {
"build": "tsc",
"lint": "yarn eslint src --ext .ts,.tsx",
"test": "jest",
"publish:npm": "tsc && npm publish"
},
"keywords": [
"react",
"state",
"url",
"hook"
],
"peerDependencies": {
"react": ">=16.12.0",
"react-dom": ">=16.12.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.2",
"@types/qs": "^6.9.6",
"@types/react": "^17.0.6",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.26.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4"
},
"dependencies": {
"qs": "6.10.1"
}
}