react-algeria-map
Version:
A react component that displays an interactive map of Algeria including all 58 wilayas.
55 lines (54 loc) • 1.62 kB
JSON
{
"name": "react-algeria-map",
"version": "1.2.0",
"description": "A react component that displays an interactive map of Algeria including all 58 wilayas.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-lib": "rollup -c"
},
"keywords": [
"react",
"Algeria",
"Map",
"interactive"
],
"author": "Akli Yalaoui",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AkliYalaoui/react-algeria-map.git"
},
"bugs": {
"url": "https://github.com/AkliYalaoui/react-algeria-map/issues"
},
"homepage": "https://github.com/AkliYalaoui/react-algeria-map#readme",
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-node-resolve": "^13.3.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-webpack4": "^6.5.10",
"@storybook/manager-webpack4": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"babel-loader": "^8.2.5",
"postcss": "^8.4.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.78.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}