geostyler
Version:
Framework for styling geodata
170 lines (169 loc) • 5.52 kB
JSON
{
"name": "geostyler",
"version": "18.1.2",
"description": "Framework for styling geodata",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"browser"
],
"repository": {
"type": "git",
"url": "git+https://github.com/geostyler/geostyler.git"
},
"keywords": [
"geo",
"styler",
"geostyler"
],
"author": "GeoStyler contributors",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/geostyler/geostyler/issues"
},
"engines": {
"node": ">=20.6.0"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"homepage": "https://github.com/geostyler/geostyler",
"scripts": {
"build": "npm run build-package && npm run build-styleguide",
"build-package": "npm run build-browser && tsc && npm run build-dist",
"build-dist": "vite build",
"build-styleguide": "styleguidist build --config styleguide.config.cjs",
"build-browser": "vite build -c vite.browser.config.ts",
"browser-sample": "npx http-server . -o /public/browser.html",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"check": "tsc --noEmit --project tsconfig.json",
"lint:check": "npm run lint && npm run check",
"lint:test": "npm run lint && npm run test",
"lint:test:cleanup:build": "npm run lint && npm run test && npm run cleanup && npm run build",
"cleanup": "rimraf dist/** && rimraf build/**",
"prepublishOnly": "npm run build-package",
"styleguide": "styleguidist server --config styleguide.config.cjs",
"test": "NODE_OPTIONS='--max-old-space-size=16384' vitest --coverage",
"typecheck": "tsc --noEmit",
"test-ci": "vitest --coverage",
"test-watch": "NODE_OPTIONS='--max-old-space-size=16384' vitest",
"start-dev": "vite -c vite.dev.config.ts",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@monaco-editor/react": "^4.7.0",
"@types/chroma-js": "^2.4.4",
"@types/color": "^3.0.6",
"@types/file-saver": "^2.0.7",
"@types/geojson": "^7946.0.14",
"@types/lodash": "^4.17.5",
"@ungap/url-search-params": "^0.2.2",
"antd": "^5.25.4",
"chroma-js": "2.4.2",
"color": "^4.2.3",
"csstype": "^3.1.3",
"file-saver": "^2.0.5",
"geostyler-cql-parser": "^4.1.0",
"geostyler-data": "^1.1.0",
"geostyler-geojson-parser": "^2.0.0",
"geostyler-mapbox-parser": "^6.1.1",
"geostyler-openlayers-parser": "^5.1.2",
"geostyler-qgis-parser": "^4.0.2",
"geostyler-sld-parser": "^8.1.0",
"geostyler-style": "^10.3.0",
"geostyler-wfs-parser": "^3.0.1",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.52.0",
"proj4": "^2.11.0",
"typescript-json-schema": "^0.65.0"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "^7.27.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.28.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@stylistic/eslint-plugin": "^4.4.0",
"@terrestris/eslint-config-typescript-react": "^5.0.1",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-diff": "^24.3.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.29",
"@types/proj4": "^2.5.5",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@types/webpack": "^5.28.5",
"@vitejs/plugin-react": "4.5.2",
"@vitest/coverage-istanbul": "^3.2.0",
"ast-types": "^0.14.2",
"babel-jest": "^29.7.0",
"buffer": "^6.0.3",
"cheerio": "1.0.0",
"copyfiles": "^2.4.1",
"core-js": "^3.42.0",
"css-loader": "^7.1.2",
"eslint": "^9.28.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-refresh": "^0.4.20",
"extensionless": "^1.9.9",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"globals": "^16.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.1.0",
"mini-css-extract-plugin": "^2.9.0",
"ol": "^10.2.1",
"react": "^19.1.0",
"react-docgen-typescript": "^2.2.2",
"react-dom": "^19.1.0",
"react-styleguidist": "^13.1.4",
"readdirp": "^3.6.0",
"regenerator-runtime": "^0.14.1",
"replace-in-file": "^7.2.0",
"rimraf": "^5.0.7",
"rollup-plugin-polyfill-node": "^0.13.0",
"semantic-release": "^24.2.3",
"stream": "^0.0.3",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.5.2",
"typescript-eslint": "^8.33.1",
"vite": "6.3.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.0",
"whatwg-fetch": "^3.6.20"
},
"peerDependencies": {
"@types/react": ">=16.x",
"@types/react-dom": ">=16.x",
"ol": ">=6.x",
"react": ">=16.x",
"react-dom": ">=16.x"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"funding": "https://opencollective.com/geostyler"
}