{
  "name": "@project-one/map-library",
  "version": "8.0.1",
  "description": "digimap library",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "install-react": "npm install react@18.2.0 react-dom@18.2.0 react-router-dom@5.3.4 --no-save",
    "uninstall-react": "npm uninstall react react-dom react-router-dom",
    "clean": "rimraf lib/",
    "copy-files": "copyfiles -u 1 src/**/*.scss lib/",
    "copy-files-0": "copyfiles -u 1 src/**/*.scss lib0/",
    "move-lib-0": "rsync -a --delete lib0/ lib/ && rimraf lib0/",
    "svgr": "npx @svgr/cli -d src/assets src/assets --typescript --no-svgo",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "npm run clean && tsc && npm run copy-files",
    "build-softly": "npm run uninstall-react && tsc --outDir ./lib0 && npm run copy-files-0 && npm run move-lib-0",
    "format": "prettier --write \"src/**/*.ts\"",
    "storybook": "npm run install-react && storybook dev -p 6006",
    "build-storybook": "npm run install-react && storybook build",
    "prettier": "prettier 'src/**/*.{ts,tsx,js,json,yaml}' --write --config .prettierrc",
    "lint": "eslint ./src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/diginavis/map-library.git"
  },
  "homepage": "https://bitbucket.org/diginavis/map-library",
  "keywords": [
    "digimap"
  ],
  "peerDependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/icons-material": "^5.15.1",
    "@mui/material": "^5.15.1",
    "@project-one/components": "^13.4.0||^14.0.0||^15.0.0",
    "@turf/turf": "^5.1.6",
    "@types/geojson": "^7946.0.7",
    "@types/luxon": "^1.25.0",
    "@types/mapbox-gl": "^2.1.1",
    "@types/node": "^20.0.0",
    "chart.js": "^4.4.1",
    "chartjs-adapter-luxon": "^1.0.0",
    "chartjs-plugin-annotation": "^3.0.1",
    "classnames": "^2.3.0",
    "luxon": "^1.25.0",
    "mapbox-gl": "^2.5.1",
    "patternomaly": "^1.3.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-list": "^0.8.15",
    "styled-components": "^6.1.11",
    "typescript": "^5.2.2"
  },
  "author": "diginavis",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.23.6",
    "@babel/preset-env": "^7.23.6",
    "@babel/preset-react": "^7.23.3",
    "@babel/preset-typescript": "^7.23.3",
    "@emotion/react": "11.11.1",
    "@emotion/styled": "11.11.0",
    "@mui/icons-material": "5.15.1",
    "@mui/material": "5.15.1",
    "@project-one/components": "13.4.0",
    "@storybook/addon-essentials": "^7.4.6",
    "@storybook/addon-interactions": "^7.4.6",
    "@storybook/addon-links": "^7.4.6",
    "@storybook/addon-onboarding": "^1.0.8",
    "@storybook/addon-styling-webpack": "^0.0.5",
    "@storybook/blocks": "^7.4.6",
    "@storybook/react": "^7.4.6",
    "@storybook/react-webpack5": "^7.4.6",
    "@storybook/testing-library": "^0.2.2",
    "@trivago/prettier-plugin-sort-imports": "^4.2.0",
    "@turf/turf": "5.1.6",
    "@types/geojson": "^7946.0.7",
    "@types/luxon": "^1.25.0",
    "@types/mapbox-gl": "^2.1.1",
    "@types/node": "^20.0.0",
    "@types/react": "18.2.12",
    "@types/react-dom": "18.2.0",
    "@types/react-list": "^0.8.5",
    "@types/react-router-dom": "^5.3.3",
    "@typescript-eslint/eslint-plugin": "^6.14.0",
    "@typescript-eslint/parser": "^6.14.0",
    "babel-loader": "^9.1.3",
    "chart.js": "^4.4.1",
    "chartjs-adapter-luxon": "^1.0.0",
    "chartjs-plugin-annotation": "^3.0.1",
    "classnames": "^2.3.2",
    "copyfiles": "^2.4.1",
    "css-loader": "^6.8.1",
    "date-fns": "2.28.0",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-sonarjs": "^0.21.0",
    "html-webpack-plugin": "^5.5.0",
    "luxon": "^1.25.0",
    "mapbox-gl": "^2.5.1",
    "patternomaly": "^1.3.2",
    "prettier": "^3.0.3",
    "react-list": "^0.8.15",
    "sass": "^1.69.3",
    "sass-loader": "^10.4.1",
    "storybook": "^7.4.6",
    "style-loader": "^2.0.0",
    "styled-components": "^6.1.11",
    "typescript": "^5.2.2"
  },
  "directories": {
    "lib": "lib"
  }
}
