{
    "name": "@opendatasoft/visualizations",
    "version": "0.31.2",
    "license": "MIT",
    "author": "opendatasoft",
    "homepage": "https://github.com/opendatasoft/ods-dataviz-sdk",
    "description": "Opendatasoft's components to easily build dashboards and visualizations.",
    "keywords": [
        "Opendatasoft",
        "ODS",
        "Data visualization",
        "Dataviz",
        "JavaScript",
        "TypeScript",
        "Svelte"
    ],
    "engines": {
        "node": ">=18"
    },
    "main": "dist/index.umd.js",
    "module": "dist/index.es.js",
    "types": "dist/index.d.ts",
    "styles": "dist/index.css",
    "svelte": "src/index.ts",
    "scripts": {
        "prepare": "rimraf dist && rollup --config",
        "build": "rollup --config",
        "build-package-lock": "npm install --package-lock-only",
        "watch": "rollup --config --watch",
        "test": "echo \"No test specified\"",
        "lint:eslint:check": "eslint src",
        "lint:svelte:check": "svelte-check --tsconfig ./tsconfig.json",
        "lint:prettier:check": "prettier --check src",
        "lint:eslint:fix": "eslint src --fix",
        "lint:prettier:fix": "prettier src --write"
    },
    "prettier": {
        "printWidth": 100,
        "tabWidth": 4,
        "semi": true,
        "singleQuote": true,
        "trailingComma": "es5",
        "arrowParens": "always"
    },
    "devDependencies": {
        "@babel/core": "^7.13.10",
        "@babel/preset-env": "^7.13.10",
        "@rollup/plugin-alias": "^5.1.0",
        "@rollup/plugin-babel": "^6.0.4",
        "@rollup/plugin-commonjs": "^26.0.1",
        "@rollup/plugin-json": "^6.1.0",
        "@rollup/plugin-node-resolve": "^15.2.3",
        "@rollup/plugin-replace": "^5.0.7",
        "@rollup/plugin-terser": "^0.4.4",
        "@rollup/plugin-typescript": "^11.1.6",
        "@tsconfig/svelte": "^1.0.10",
        "@types/chroma-js": "^2.1.4",
        "@types/d3-geo": "^3.0.2",
        "@types/geojson": "^7946.0.10",
        "@types/lodash": "^4.14.182",
        "@types/luxon": "^2.0.5",
        "@types/mapbox__geo-viewport": "^0.4.1",
        "@types/markdown-it": "^12.0.1",
        "@types/markdown-it-link-attributes": "^3.0.1",
        "@types/rollup-plugin-visualizer": "^4.2.1",
        "@typescript-eslint/eslint-plugin": "^5.7.0",
        "@typescript-eslint/parser": "^5.7.0",
        "autoprefixer": "^10.0.3",
        "eslint": "^7.32.0",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-config-airbnb-typescript": "^17.0.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-import-resolver-typescript": "^3.6.1",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-svelte": "^2.35.1",
        "npm-run-all": "^4.1.5",
        "postcss": "^8.3.11",
        "prettier": "2.4.1",
        "prettier-plugin-svelte": "^2.4.0",
        "rimraf": "^3.0.2",
        "rollup": "^4.18.0",
        "rollup-plugin-postcss": "^4.0.2",
        "rollup-plugin-svelte": "^7.2.2",
        "svelte": "^3.43.2",
        "svelte-check": "^2.2.7",
        "svelte-eslint-parser": "^0.33.1",
        "svelte-preprocess": "^4.9.8",
        "tslib": "^2.0.3",
        "typescript": "^5.5.3"
    },
    "dependencies": {
        "@placemarkio/geo-viewport": "^1.0.2",
        "@turf/bbox": "^7.2.0",
        "@turf/point-on-feature": "^7.2.0",
        "chart.js": "^4.4.2",
        "chartjs-adapter-luxon": "^1.1.0",
        "chartjs-chart-treemap": "^2.3.0",
        "chartjs-plugin-datalabels": "^2.0.0",
        "chartjs-plugin-stacked100": "^1.2.0",
        "chroma-js": "^2.1.2",
        "d3-geo": "^3.0.1",
        "immutability-helper": "^3.1.1",
        "lodash": "^4.17.21",
        "luxon": "^2.5.0",
        "maplibre-gl": "^3.6.2",
        "markdown-it": "14.1.0",
        "markdown-it-link-attributes": "^3.0.0",
        "markdown-it-mark": "^3.0.1",
        "sass": "^1.70.0",
        "tippy.js": "^6.3.7"
    },
    "gitHead": "d29834d9557baef5fe1962d19d829de1efcb818a"
}
