cesium-plot-js/package.json

44 lines
1010 B
JSON
Raw Permalink Normal View History

2023-08-08 07:41:52 +00:00
{
2024-03-06 08:39:22 +00:00
"name": "cesium-plot-js",
2024-05-20 11:58:10 +00:00
"version": "0.0.6",
2024-03-06 08:39:22 +00:00
"main": "dist/CesiumPlot.umd.js",
2024-03-11 08:33:24 +00:00
"homepage": "https://github.com/ethan-zf/cesium-plot-js",
2024-03-06 08:39:22 +00:00
"repository": {
"type": "git",
2024-03-11 08:33:24 +00:00
"url": "git@github.com:ethan-zf/cesium-plot-js.git"
2024-03-06 08:39:22 +00:00
},
2024-03-06 09:51:03 +00:00
"files": [
"dist/",
"README.md",
"package.json"
],
2024-03-06 08:39:22 +00:00
"keywords": [
2024-03-12 02:06:03 +00:00
"cesium-plot",
"cesium-draw",
2024-03-06 08:39:22 +00:00
"cesium",
"draw",
"plot",
"map"
],
2023-08-08 07:41:52 +00:00
"scripts": {
"dev": "vite --mode dev",
"build": "vite build --mode prod",
2023-08-08 07:41:52 +00:00
"lint": "eslint . --ext ts --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"devDependencies": {
2024-03-16 14:03:36 +00:00
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.merge": "^4.6.9",
2023-08-08 07:41:52 +00:00
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
2024-03-16 14:03:36 +00:00
"cesium": "1.99.0",
2023-08-08 07:41:52 +00:00
"eslint": "^8.45.0",
"typescript": "^5.0.2",
2024-03-16 14:03:36 +00:00
"vite": "^4.4.5"
},
"dependencies": {
"lodash.clonedeep": "^4.5.0",
"lodash.merge": "^4.6.2"
2023-08-08 07:41:52 +00:00
}
2024-03-12 02:06:03 +00:00
}