@fleet-frontend/mower-maps
Version:
a mower maps in google maps
105 lines (104 loc) • 2.96 kB
JSON
{
"name": "@fleet-frontend/mower-maps",
"version": "0.2.0-beta.31",
"type": "module",
"description": "a mower maps in google maps",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"build:dev": "NODE_ENV=development rollup -c",
"build:watch": "rollup -c --watch",
"build:dev:watch": "NODE_ENV=development rollup -c --watch",
"test": "jest",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
"format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,scss,md}\"",
"type-check": "tsc --noEmit",
"clean": "rimraf dist",
"prepublishOnly": "pnpm run clean && pnpm run build",
"preversion": "pnpm run lint && pnpm run test",
"version": "git add -A src",
"postversion": "git push && git push --tags",
"dev": "cd dev && pnpm dev",
"dev:install": "cd dev && pnpm install"
},
"keywords": [
"mower",
"maps",
"react",
"google-maps",
"canvas",
"visualization",
"typescript"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.8",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"eslint": "^8.53.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss-url": "^10.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^6.0.1",
"rollup": "^4.4.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-watch": "^1.0.5",
"sass": "^1.92.0",
"sass-embedded": "^1.89.2",
"ts-jest": "^29.3.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"@vis.gl/react-google-maps": ">=1.5.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"dayjs": "1.11.13"
},
"engines": {
"node": ">=14.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@eslint/js": "^9.31.0",
"@rollup/plugin-alias": "^5.1.1",
"@types/svg-parser": "^2.0.6",
"ahooks": "^3.8.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.18",
"lodash-es": "^4.17.21",
"polygon-clipping": "^0.15.7",
"scss": "^0.2.4",
"svg-parser": "^2.0.4",
"svg-path-parser": "^1.1.0",
"tslib": "^2.6.2",
"zustand": "^5.0.6"
}
}