react-denmark-map
Version:
Customizable plug-and-play map of Denmark for visual presentation.
100 lines (99 loc) • 3.07 kB
JSON
{
"name": "react-denmark-map",
"version": "2.0.4",
"description": "Customizable plug-and-play map of Denmark for visual presentation.",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"format": "eslint . --fix",
"lint": "eslint .",
"storybook": "storybook dev -p 6006",
"test:build": "rm -rf ./dist && rollup -c --bundleConfigAsCjs && rm -rf ./dist",
"test:unit:watch": "jest --watch",
"test:unit": "jest --silent",
"test": "npm run test:build && npm run test:unit"
},
"author": "Martin Polley",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/MartinP460/react-denmark-map.git"
},
"homepage": "https://react-denmark-map.vercel.app/",
"bugs": {
"url": "https://github.com/MartinP460/react-denmark-map/issues"
},
"keywords": [
"react-denmark-map",
"denmark-map",
"interactive",
"denmark",
"map",
"react",
"svg"
],
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@chromatic-com/storybook": "^3.2.6",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@storybook/addon-actions": "^8.6.12",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-interactions": "^8.6.12",
"@storybook/addon-links": "^8.6.12",
"@storybook/addon-onboarding": "^8.6.12",
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
"@storybook/blocks": "^8.6.12",
"@storybook/nextjs": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/test": "^8.6.12",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.12",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"babel-jest": "^29.0.1",
"babel-loader": "^10.0.0",
"eslint": "^9.24.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.0.1",
"jest-environment-jsdom": "^29.0.1",
"postcss": "^8.4.16",
"react": "19.1.0",
"react-dom": "19.1.0",
"resize-observer-polyfill": "^1.5.1",
"rollup": "^4.40.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"storybook": "^8.6.12",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "17.x || 18.x || 19.x",
"react-dom": "17.x || 18.x || 19.x"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"type": "module",
"dependencies": {
"react-zoom-pan-pinch": "^3.7.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.40.0"
}
}