nepal-address-pickers
Version:
87 lines (86 loc) • 2.21 kB
JSON
{
"name": "nepal-address-pickers",
"version": "0.0.2",
"description": "",
"source": "src/index.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"start": "styleguidist server",
"predeploy": "styleguidist build",
"deploy": "gh-pages -d styleguide",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"test": "parcel build tests/**/*.test.ts && jest"
},
"devDependencies": {
"@jest/globals": "^29.6.2",
"@parcel/packager-ts": "^2.9.3",
"@parcel/transformer-typescript-types": "^2.9.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.196",
"@types/ramda": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"gh-pages": "^5.0.0",
"jest": "^29.6.2",
"jest-babel": "^1.0.1",
"parcel": "^2.9.3",
"prettier": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-styleguidist": "^13.1.1",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mhnpd/nepal-address-pickers"
},
"keywords": [
"nepal",
"geographical",
"addresses",
"districts",
"locations",
"picker",
"selector",
"dropdown",
"geography",
"region",
"place",
"map",
"territory",
"province",
"municipality"
],
"license": "MIT",
"author": "mhnpd",
"homepage": "https://github.com/mhnpd/nepal-address-pickers#readme",
"bugs": {
"url": "https://github.com/mhnpd/nepal-address-pickers/issues"
},
"dependencies": {
"lodash": "^4.17.21",
"ramda": "^0.29.0",
"react-select": "^5.7.4"
}
}